COLOR #466F4E

HEX: #466F4E
RGB: (70,111,78)

Color info

#466F4E contains red, green and blue colors in about the same proportion. Web safe color of #466F4E is #336666 (or #366).

RGB color model

#466F4E color RGB value is (70,111,78).

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

RGB channels and saturation

R 70 of 255 = 27%
G 111 of 255 = 44%
B 78 of 255 = 31%

70
111
78

R + G + B ~ 34%. #466F4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 111 + 78 = 259 (100%)
R 70 of 259 ~ 27.03%
G 111 of 259 ~ 42.86%
B 78 of 259 ~ 30.12%

%27.03
%42.86
%30.12

CMYK color model

#466F4E color CMYK value is (37,0,30,56).

  • cyan value is 36.94%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 56.47%
CMYK:
(37,0,30,56)
C37M0Y30K56 
(37%,0%,30%,56%)
(0.37/0.00/0.30/0.56)	

CMYK percentages

%36.94
%0
%29.73
%56.47

Codes

Color #466F4E in popluar color models

466F4E
RGB7011178
HSL132°22.65%35.49%
HSB/HSV132°36.94%43.53%
CMYK36.94%0.00%29.73%
56.47%

Color #466F4E in popluar number systems.

HEX466F4E
Decimal7011178
Binary100011011011111001110
Octal106157116

Shades and tints

Shades of #466F4E

#466F4E
(70,111,78)
#406547
(64,101,71)
#3A5B40
(58,91,64)
#345139
(52,81,57)
#2E4732
(46,71,50)
#283D2B
(40,61,43)
#223324
(34,51,36)
#1C291D
(28,41,29)
#161F16
(22,31,22)
#10150F
(16,21,15)
#0A0B08
(10,11,8)
#000000
(0,0,0)

Tints of #466F4E

#466F4E
(70,111,78)
#567C5E
(86,124,94)
#66896E
(102,137,110)
#76967E
(118,150,126)
#86A38E
(134,163,142)
#96B09E
(150,176,158)
#A6BDAE
(166,189,174)
#B6CABE
(182,202,190)
#C6D7CE
(198,215,206)
#D6E4DE
(214,228,222)
#E6F1EE
(230,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466F4E color. Also use rgb(70,111,78) instead hex code.

Text Font Color

.myTextColor { color: #466F4E; }

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

This text font color is #466F4E.


Background Color

.myBgColor { background-color: #466F4E; }

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

This div background color is #466F4E.


Border color

.myBorderColor { border: 1px solid #466F4E; }

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

This div border color is #466F4E.


Opacity

.myOpacity80 { color: #466F4E; opacity: 0.8; }

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

Text with #466F4E 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 #466F4E;}

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

This text has shadow with #466F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466F4E on black background.


Color preview on white background

This text has color #466F4E on white background.



Black color preview on #466F4E background

This text has black color on #466F4E background.


White color preview on #466F4E background

This text has white color on #466F4E background.