COLOR #476C62

HEX: #476C62
RGB: (71,108,98)

Color info

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

RGB color model

#476C62 color RGB value is (71,108,98).

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

RGB channels and saturation

R 71 of 255 = 28%
G 108 of 255 = 42%
B 98 of 255 = 38%

71
108
98

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

Portions of RGB colors in percentages

R + G + B =
71 + 108 + 98 = 277 (100%)
R 71 of 277 ~ 25.63%
G 108 of 277 ~ 38.99%
B 98 of 277 ~ 35.38%

%25.63
%38.99
%35.38

CMYK color model

#476C62 color CMYK value is (34,0,9,58).

  • cyan value is 34.26%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 57.65%
CMYK:
(34,0,9,58)
C34M0Y9K58 
(34%,0%,9%,58%)
(0.34/0.00/0.09/0.58)	

CMYK percentages

%34.26
%0
%9.26
%57.65

Codes

Color #476C62 in popluar color models

476C62
RGB7110898
HSL164°20.67%35.10%
HSB/HSV164°34.26%42.35%
CMYK34.26%0.00%9.26%
57.65%

Color #476C62 in popluar number systems.

HEX476C62
Decimal7110898
Binary100011111011001100010
Octal107154142

Shades and tints

Shades of #476C62

#476C62
(71,108,98)
#41635A
(65,99,90)
#3B5A52
(59,90,82)
#35514A
(53,81,74)
#2F4842
(47,72,66)
#293F3A
(41,63,58)
#233632
(35,54,50)
#1D2D2A
(29,45,42)
#172422
(23,36,34)
#111B1A
(17,27,26)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #476C62

#476C62
(71,108,98)
#577970
(87,121,112)
#67867E
(103,134,126)
#77938C
(119,147,140)
#87A09A
(135,160,154)
#97ADA8
(151,173,168)
#A7BAB6
(167,186,182)
#B7C7C4
(183,199,196)
#C7D4D2
(199,212,210)
#D7E1E0
(215,225,224)
#E7EEEE
(231,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476C62; }

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

This text font color is #476C62.


Background Color

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

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

This div background color is #476C62.


Border color

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

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

This div border color is #476C62.


Opacity

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

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

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

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

This text has shadow with #476C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C62 on black background.


Color preview on white background

This text has color #476C62 on white background.



Black color preview on #476C62 background

This text has black color on #476C62 background.


White color preview on #476C62 background

This text has white color on #476C62 background.