COLOR #476E5B

HEX: #476E5B
RGB: (71,110,91)

Color info

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

RGB color model

#476E5B color RGB value is (71,110,91).

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

RGB channels and saturation

R 71 of 255 = 28%
G 110 of 255 = 43%
B 91 of 255 = 36%

71
110
91

R + G + B ~ 36%. #476E5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 110 + 91 = 272 (100%)
R 71 of 272 ~ 26.1%
G 110 of 272 ~ 40.44%
B 91 of 272 ~ 33.46%

%26.1
%40.44
%33.46

CMYK color model

#476E5B color CMYK value is (35,0,17,57).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 56.86%
CMYK:
(35,0,17,57)
C35M0Y17K57 
(35%,0%,17%,57%)
(0.35/0.00/0.17/0.57)	

CMYK percentages

%35.45
%0
%17.27
%56.86

Codes

Color #476E5B in popluar color models

476E5B
RGB7111091
HSL151°21.55%35.49%
HSB/HSV151°35.45%43.14%
CMYK35.45%0.00%17.27%
56.86%

Color #476E5B in popluar number systems.

HEX476E5B
Decimal7111091
Binary100011111011101011011
Octal107156133

Shades and tints

Shades of #476E5B

#476E5B
(71,110,91)
#416453
(65,100,83)
#3B5A4B
(59,90,75)
#355043
(53,80,67)
#2F463B
(47,70,59)
#293C33
(41,60,51)
#23322B
(35,50,43)
#1D2823
(29,40,35)
#171E1B
(23,30,27)
#111413
(17,20,19)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #476E5B

#476E5B
(71,110,91)
#577B69
(87,123,105)
#678877
(103,136,119)
#779585
(119,149,133)
#87A293
(135,162,147)
#97AFA1
(151,175,161)
#A7BCAF
(167,188,175)
#B7C9BD
(183,201,189)
#C7D6CB
(199,214,203)
#D7E3D9
(215,227,217)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476E5B; }

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

This text font color is #476E5B.


Background Color

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

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

This div background color is #476E5B.


Border color

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

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

This div border color is #476E5B.


Opacity

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

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

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

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

This text has shadow with #476E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476E5B on black background.


Color preview on white background

This text has color #476E5B on white background.



Black color preview on #476E5B background

This text has black color on #476E5B background.


White color preview on #476E5B background

This text has white color on #476E5B background.