COLOR #464E1E

HEX: #464E1E
RGB: (70,78,30)

Color info

#464E1E contains red, green and blue colors in about the same proportion. Web safe color of #464E1E is #336633 (or #363).

RGB color model

#464E1E color RGB value is (70,78,30).

  • red value is 70;
  • green value is 78;
  • blue value is 30.
RGB:
(70,78,30)
(27%,31%,12%)

RGB channels and saturation

R 70 of 255 = 27%
G 78 of 255 = 31%
B 30 of 255 = 12%

70
78
30

R + G + B ~ 23%. #464E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 78 + 30 = 178 (100%)
R 70 of 178 ~ 39.33%
G 78 of 178 ~ 43.82%
B 30 of 178 ~ 16.85%

%39.33
%43.82
%16.85

CMYK color model

#464E1E color CMYK value is (10,0,62,69).

  • cyan value is 10.26%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 69.41%
CMYK:
(10,0,62,69)
C10M0Y62K69 
(10%,0%,62%,69%)
(0.10/0.00/0.62/0.69)	

CMYK percentages

%10.26
%0
%61.54
%69.41

Codes

Color #464E1E in popluar color models

464E1E
RGB707830
HSL70°44.44%21.18%
HSB/HSV70°61.54%30.59%
CMYK10.26%0.00%61.54%
69.41%

Color #464E1E in popluar number systems.

HEX464E1E
Decimal707830
Binary1000110100111011110
Octal10611636

Shades and tints

Shades of #464E1E

#464E1E
(70,78,30)
#40471C
(64,71,28)
#3A401A
(58,64,26)
#343918
(52,57,24)
#2E3216
(46,50,22)
#282B14
(40,43,20)
#222412
(34,36,18)
#1C1D10
(28,29,16)
#16160E
(22,22,14)
#100F0C
(16,15,12)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #464E1E

#464E1E
(70,78,30)
#565E32
(86,94,50)
#666E46
(102,110,70)
#767E5A
(118,126,90)
#868E6E
(134,142,110)
#969E82
(150,158,130)
#A6AE96
(166,174,150)
#B6BEAA
(182,190,170)
#C6CEBE
(198,206,190)
#D6DED2
(214,222,210)
#E6EEE6
(230,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464E1E color. Also use rgb(70,78,30) instead hex code.

Text Font Color

.myTextColor { color: #464E1E; }

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

This text font color is #464E1E.


Background Color

.myBgColor { background-color: #464E1E; }

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

This div background color is #464E1E.


Border color

.myBorderColor { border: 1px solid #464E1E; }

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

This div border color is #464E1E.


Opacity

.myOpacity80 { color: #464E1E; opacity: 0.8; }

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

Text with #464E1E 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 #464E1E;}

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

This text has shadow with #464E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464E1E on black background.


Color preview on white background

This text has color #464E1E on white background.



Black color preview on #464E1E background

This text has black color on #464E1E background.


White color preview on #464E1E background

This text has white color on #464E1E background.