COLOR #476D66

HEX: #476D66
RGB: (71,109,102)

Color info

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

RGB color model

#476D66 color RGB value is (71,109,102).

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

RGB channels and saturation

R 71 of 255 = 28%
G 109 of 255 = 43%
B 102 of 255 = 40%

71
109
102

R + G + B ~ 37%. #476D66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 109 + 102 = 282 (100%)
R 71 of 282 ~ 25.18%
G 109 of 282 ~ 38.65%
B 102 of 282 ~ 36.17%

%25.18
%38.65
%36.17

CMYK color model

#476D66 color CMYK value is (35,0,6,57).

  • cyan value is 34.86%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 57.25%
CMYK:
(35,0,6,57)
C35M0Y6K57 
(35%,0%,6%,57%)
(0.35/0.00/0.06/0.57)	

CMYK percentages

%34.86
%0
%6.42
%57.25

Codes

Color #476D66 in popluar color models

476D66
RGB71109102
HSL169°21.11%35.29%
HSB/HSV169°34.86%42.75%
CMYK34.86%0.00%6.42%
57.25%

Color #476D66 in popluar number systems.

HEX476D66
Decimal71109102
Binary100011111011011100110
Octal107155146

Shades and tints

Shades of #476D66

#476D66
(71,109,102)
#41645D
(65,100,93)
#3B5B54
(59,91,84)
#35524B
(53,82,75)
#2F4942
(47,73,66)
#294039
(41,64,57)
#233730
(35,55,48)
#1D2E27
(29,46,39)
#17251E
(23,37,30)
#111C15
(17,28,21)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #476D66

#476D66
(71,109,102)
#577A73
(87,122,115)
#678780
(103,135,128)
#77948D
(119,148,141)
#87A19A
(135,161,154)
#97AEA7
(151,174,167)
#A7BBB4
(167,187,180)
#B7C8C1
(183,200,193)
#C7D5CE
(199,213,206)
#D7E2DB
(215,226,219)
#E7EFE8
(231,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476D66; }

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

This text font color is #476D66.


Background Color

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

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

This div background color is #476D66.


Border color

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

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

This div border color is #476D66.


Opacity

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

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

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

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

This text has shadow with #476D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D66 on black background.


Color preview on white background

This text has color #476D66 on white background.



Black color preview on #476D66 background

This text has black color on #476D66 background.


White color preview on #476D66 background

This text has white color on #476D66 background.