COLOR #476962

HEX: #476962
RGB: (71,105,98)

Color info

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

RGB color model

#476962 color RGB value is (71,105,98).

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

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 98 of 255 = 38%

71
105
98

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

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 98 = 274 (100%)
R 71 of 274 ~ 25.91%
G 105 of 274 ~ 38.32%
B 98 of 274 ~ 35.77%

%25.91
%38.32
%35.77

CMYK color model

#476962 color CMYK value is (32,0,7,59).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 58.82%
CMYK:
(32,0,7,59)
C32M0Y7K59 
(32%,0%,7%,59%)
(0.32/0.00/0.07/0.59)	

CMYK percentages

%32.38
%0
%6.67
%58.82

Codes

Color #476962 in popluar color models

476962
RGB7110598
HSL168°19.32%34.51%
HSB/HSV168°32.38%41.18%
CMYK32.38%0.00%6.67%
58.82%

Color #476962 in popluar number systems.

HEX476962
Decimal7110598
Binary100011111010011100010
Octal107151142

Shades and tints

Shades of #476962

#476962
(71,105,98)
#41605A
(65,96,90)
#3B5752
(59,87,82)
#354E4A
(53,78,74)
#2F4542
(47,69,66)
#293C3A
(41,60,58)
#233332
(35,51,50)
#1D2A2A
(29,42,42)
#172122
(23,33,34)
#11181A
(17,24,26)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #476962

#476962
(71,105,98)
#577670
(87,118,112)
#67837E
(103,131,126)
#77908C
(119,144,140)
#879D9A
(135,157,154)
#97AAA8
(151,170,168)
#A7B7B6
(167,183,182)
#B7C4C4
(183,196,196)
#C7D1D2
(199,209,210)
#D7DEE0
(215,222,224)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476962; }

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

This text font color is #476962.


Background Color

.myBgColor { background-color: #476962; }

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

This div background color is #476962.


Border color

.myBorderColor { border: 1px solid #476962; }

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

This div border color is #476962.


Opacity

.myOpacity80 { color: #476962; opacity: 0.8; }

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

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

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

This text has shadow with #476962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476962 on black background.


Color preview on white background

This text has color #476962 on white background.



Black color preview on #476962 background

This text has black color on #476962 background.


White color preview on #476962 background

This text has white color on #476962 background.