COLOR #464018

HEX: #464018
RGB: (70,64,24)

Color info

#464018 contains red, green and blue colors in about the same proportion. Web safe color of #464018 is #333300 (or #330).

RGB color model

#464018 color RGB value is (70,64,24).

  • red value is 70;
  • green value is 64;
  • blue value is 24.
RGB:
(70,64,24)
(27%,25%,9%)

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 24 of 255 = 9%

70
64
24

R + G + B ~ 20%. #464018 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 24 = 158 (100%)
R 70 of 158 ~ 44.3%
G 64 of 158 ~ 40.51%
B 24 of 158 ~ 15.19%

%44.3
%40.51
%15.19

CMYK color model

#464018 color CMYK value is (0,9,66,73).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 65.71%
  • key color value is 72.55%
CMYK:
(0,9,66,73)
C0M9Y66K73 
(0%,9%,66%,73%)
(0.00/0.09/0.66/0.73)	

CMYK percentages

%0
%8.57
%65.71
%72.55

Codes

Color #464018 in popluar color models

464018
RGB706424
HSL52°48.94%18.43%
HSB/HSV52°65.71%27.45%
CMYK0.00%8.57%65.71%
72.55%

Color #464018 in popluar number systems.

HEX464018
Decimal706424
Binary1000110100000011000
Octal10610030

Shades and tints

Shades of #464018

#464018
(70,64,24)
#403B16
(64,59,22)
#3A3614
(58,54,20)
#343112
(52,49,18)
#2E2C10
(46,44,16)
#28270E
(40,39,14)
#22220C
(34,34,12)
#1C1D0A
(28,29,10)
#161808
(22,24,8)
#101306
(16,19,6)
#0A0E04
(10,14,4)
#000000
(0,0,0)

Tints of #464018

#464018
(70,64,24)
#56512D
(86,81,45)
#666242
(102,98,66)
#767357
(118,115,87)
#86846C
(134,132,108)
#969581
(150,149,129)
#A6A696
(166,166,150)
#B6B7AB
(182,183,171)
#C6C8C0
(198,200,192)
#D6D9D5
(214,217,213)
#E6EAEA
(230,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464018 color. Also use rgb(70,64,24) instead hex code.

Text Font Color

.myTextColor { color: #464018; }

<p style="color:#464018">This sample text font color is #464018.</p>

This text font color is #464018.


Background Color

.myBgColor { background-color: #464018; }

<div style="background-color:#464018">Inner text</div>

This div background color is #464018.


Border color

.myBorderColor { border: 1px solid #464018; }

<div style="border:3px solid #464018">Div</div>

This div border color is #464018.


Opacity

.myOpacity80 { color: #464018; opacity: 0.8; }

<p style="color:#464018;opacity:0.8;">80%</p>

Text with #464018 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #464018;}

<p style="text-shadow: 3px 3px 1px #464018">Text here.</p>

This text has shadow with #464018 color.

.textShadow {text-shadow: 3px 3px 1px #464018, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #464018, 5px 5px 20px red">Text here.</p>

This text has shadow with #464018 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#464018, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#464018, Direction=45, Strength=4)">Text</p>

This text has shadow with #464018 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #464018;
  -webkit-box-shadow:	1px 1px 3px 2px #464018;
  box-shadow:		1px 1px 3px 2px #464018;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #464018;
-webkit-box-shadow: 1px 1px 3px 2px #464018;
box-shadow:1px 1px 3px 2px #464018;">
Div content here</div>
This div box has shadow with color #464018.

Preview

Color preview on black background

This text has color #464018 on black background.


Color preview on white background

This text has color #464018 on white background.



Black color preview on #464018 background

This text has black color on #464018 background.


White color preview on #464018 background

This text has white color on #464018 background.