COLOR #476D54

HEX: #476D54
RGB: (71,109,84)

Color info

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

RGB color model

#476D54 color RGB value is (71,109,84).

  • red value is 71;
  • green value is 109;
  • blue value is 84.
RGB:
(71,109,84)
(28%,43%,33%)

RGB channels and saturation

R 71 of 255 = 28%
G 109 of 255 = 43%
B 84 of 255 = 33%

71
109
84

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

Portions of RGB colors in percentages

R + G + B =
71 + 109 + 84 = 264 (100%)
R 71 of 264 ~ 26.89%
G 109 of 264 ~ 41.29%
B 84 of 264 ~ 31.82%

%26.89
%41.29
%31.82

CMYK color model

#476D54 color CMYK value is (35,0,23,57).

  • cyan value is 34.86%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 57.25%
CMYK:
(35,0,23,57)
C35M0Y23K57 
(35%,0%,23%,57%)
(0.35/0.00/0.23/0.57)	

CMYK percentages

%34.86
%0
%22.94
%57.25

Codes

Color #476D54 in popluar color models

476D54
RGB7110984
HSL141°21.11%35.29%
HSB/HSV141°34.86%42.75%
CMYK34.86%0.00%22.94%
57.25%

Color #476D54 in popluar number systems.

HEX476D54
Decimal7110984
Binary100011111011011010100
Octal107155124

Shades and tints

Shades of #476D54

#476D54
(71,109,84)
#41644D
(65,100,77)
#3B5B46
(59,91,70)
#35523F
(53,82,63)
#2F4938
(47,73,56)
#294031
(41,64,49)
#23372A
(35,55,42)
#1D2E23
(29,46,35)
#17251C
(23,37,28)
#111C15
(17,28,21)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #476D54

#476D54
(71,109,84)
#577A63
(87,122,99)
#678772
(103,135,114)
#779481
(119,148,129)
#87A190
(135,161,144)
#97AE9F
(151,174,159)
#A7BBAE
(167,187,174)
#B7C8BD
(183,200,189)
#C7D5CC
(199,213,204)
#D7E2DB
(215,226,219)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476D54 color. Also use rgb(71,109,84) instead hex code.

Text Font Color

.myTextColor { color: #476D54; }

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

This text font color is #476D54.


Background Color

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

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

This div background color is #476D54.


Border color

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

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

This div border color is #476D54.


Opacity

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

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

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

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

This text has shadow with #476D54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D54 on black background.


Color preview on white background

This text has color #476D54 on white background.



Black color preview on #476D54 background

This text has black color on #476D54 background.


White color preview on #476D54 background

This text has white color on #476D54 background.