COLOR #466F52

HEX: #466F52
RGB: (70,111,82)

Color info

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

RGB color model

#466F52 color RGB value is (70,111,82).

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

RGB channels and saturation

R 70 of 255 = 27%
G 111 of 255 = 44%
B 82 of 255 = 32%

70
111
82

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

Portions of RGB colors in percentages

R + G + B =
70 + 111 + 82 = 263 (100%)
R 70 of 263 ~ 26.62%
G 111 of 263 ~ 42.21%
B 82 of 263 ~ 31.18%

%26.62
%42.21
%31.18

CMYK color model

#466F52 color CMYK value is (37,0,26,56).

  • cyan value is 36.94%
  • magenta value is 0.00%
  • yellow value is 26.13%
  • key color value is 56.47%
CMYK:
(37,0,26,56)
C37M0Y26K56 
(37%,0%,26%,56%)
(0.37/0.00/0.26/0.56)	

CMYK percentages

%36.94
%0
%26.13
%56.47

Codes

Color #466F52 in popluar color models

466F52
RGB7011182
HSL138°22.65%35.49%
HSB/HSV138°36.94%43.53%
CMYK36.94%0.00%26.13%
56.47%

Color #466F52 in popluar number systems.

HEX466F52
Decimal7011182
Binary100011011011111010010
Octal106157122

Shades and tints

Shades of #466F52

#466F52
(70,111,82)
#40654B
(64,101,75)
#3A5B44
(58,91,68)
#34513D
(52,81,61)
#2E4736
(46,71,54)
#283D2F
(40,61,47)
#223328
(34,51,40)
#1C2921
(28,41,33)
#161F1A
(22,31,26)
#101513
(16,21,19)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #466F52

#466F52
(70,111,82)
#567C61
(86,124,97)
#668970
(102,137,112)
#76967F
(118,150,127)
#86A38E
(134,163,142)
#96B09D
(150,176,157)
#A6BDAC
(166,189,172)
#B6CABB
(182,202,187)
#C6D7CA
(198,215,202)
#D6E4D9
(214,228,217)
#E6F1E8
(230,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466F52; }

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

This text font color is #466F52.


Background Color

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

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

This div background color is #466F52.


Border color

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

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

This div border color is #466F52.


Opacity

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

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

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

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

This text has shadow with #466F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466F52 on black background.


Color preview on white background

This text has color #466F52 on white background.



Black color preview on #466F52 background

This text has black color on #466F52 background.


White color preview on #466F52 background

This text has white color on #466F52 background.