COLOR #466E5B

HEX: #466E5B
RGB: (70,110,91)

Color info

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

RGB color model

#466E5B color RGB value is (70,110,91).

  • red value is 70;
  • green value is 110;
  • blue value is 91.
RGB:
(70,110,91)
(27%,43%,36%)

RGB channels and saturation

R 70 of 255 = 27%
G 110 of 255 = 43%
B 91 of 255 = 36%

70
110
91

R + G + B ~ 35%. #466E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 110 + 91 = 271 (100%)
R 70 of 271 ~ 25.83%
G 110 of 271 ~ 40.59%
B 91 of 271 ~ 33.58%

%25.83
%40.59
%33.58

CMYK color model

#466E5B color CMYK value is (36,0,17,57).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 56.86%
CMYK:
(36,0,17,57)
C36M0Y17K57 
(36%,0%,17%,57%)
(0.36/0.00/0.17/0.57)	

CMYK percentages

%36.36
%0
%17.27
%56.86

Codes

Color #466E5B in popluar color models

466E5B
RGB7011091
HSL152°22.22%35.29%
HSB/HSV152°36.36%43.14%
CMYK36.36%0.00%17.27%
56.86%

Color #466E5B in popluar number systems.

HEX466E5B
Decimal7011091
Binary100011011011101011011
Octal106156133

Shades and tints

Shades of #466E5B

#466E5B
(70,110,91)
#406453
(64,100,83)
#3A5A4B
(58,90,75)
#345043
(52,80,67)
#2E463B
(46,70,59)
#283C33
(40,60,51)
#22322B
(34,50,43)
#1C2823
(28,40,35)
#161E1B
(22,30,27)
#101413
(16,20,19)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #466E5B

#466E5B
(70,110,91)
#567B69
(86,123,105)
#668877
(102,136,119)
#769585
(118,149,133)
#86A293
(134,162,147)
#96AFA1
(150,175,161)
#A6BCAF
(166,188,175)
#B6C9BD
(182,201,189)
#C6D6CB
(198,214,203)
#D6E3D9
(214,227,217)
#E6F0E7
(230,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466E5B color. Also use rgb(70,110,91) instead hex code.

Text Font Color

.myTextColor { color: #466E5B; }

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

This text font color is #466E5B.


Background Color

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

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

This div background color is #466E5B.


Border color

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

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

This div border color is #466E5B.


Opacity

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

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

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

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

This text has shadow with #466E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466E5B on black background.


Color preview on white background

This text has color #466E5B on white background.



Black color preview on #466E5B background

This text has black color on #466E5B background.


White color preview on #466E5B background

This text has white color on #466E5B background.