COLOR #476C5B

HEX: #476C5B
RGB: (71,108,91)

Color info

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

RGB color model

#476C5B color RGB value is (71,108,91).

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

RGB channels and saturation

R 71 of 255 = 28%
G 108 of 255 = 42%
B 91 of 255 = 36%

71
108
91

R + G + B ~ 35%. #476C5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 108 + 91 = 270 (100%)
R 71 of 270 ~ 26.3%
G 108 of 270 ~ 40%
B 91 of 270 ~ 33.7%

%26.3
%40
%33.7

CMYK color model

#476C5B color CMYK value is (34,0,16,58).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 57.65%
CMYK:
(34,0,16,58)
C34M0Y16K58 
(34%,0%,16%,58%)
(0.34/0.00/0.16/0.58)	

CMYK percentages

%34.26
%0
%15.74
%57.65

Codes

Color #476C5B in popluar color models

476C5B
RGB7110891
HSL152°20.67%35.10%
HSB/HSV152°34.26%42.35%
CMYK34.26%0.00%15.74%
57.65%

Color #476C5B in popluar number systems.

HEX476C5B
Decimal7110891
Binary100011111011001011011
Octal107154133

Shades and tints

Shades of #476C5B

#476C5B
(71,108,91)
#416353
(65,99,83)
#3B5A4B
(59,90,75)
#355143
(53,81,67)
#2F483B
(47,72,59)
#293F33
(41,63,51)
#23362B
(35,54,43)
#1D2D23
(29,45,35)
#17241B
(23,36,27)
#111B13
(17,27,19)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #476C5B

#476C5B
(71,108,91)
#577969
(87,121,105)
#678677
(103,134,119)
#779385
(119,147,133)
#87A093
(135,160,147)
#97ADA1
(151,173,161)
#A7BAAF
(167,186,175)
#B7C7BD
(183,199,189)
#C7D4CB
(199,212,203)
#D7E1D9
(215,225,217)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476C5B; }

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

This text font color is #476C5B.


Background Color

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

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

This div background color is #476C5B.


Border color

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

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

This div border color is #476C5B.


Opacity

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

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

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

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

This text has shadow with #476C5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C5B on black background.


Color preview on white background

This text has color #476C5B on white background.



Black color preview on #476C5B background

This text has black color on #476C5B background.


White color preview on #476C5B background

This text has white color on #476C5B background.