COLOR #476462

HEX: #476462
RGB: (71,100,98)

Color info

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

RGB color model

#476462 color RGB value is (71,100,98).

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

RGB channels and saturation

R 71 of 255 = 28%
G 100 of 255 = 39%
B 98 of 255 = 38%

71
100
98

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

Portions of RGB colors in percentages

R + G + B =
71 + 100 + 98 = 269 (100%)
R 71 of 269 ~ 26.39%
G 100 of 269 ~ 37.17%
B 98 of 269 ~ 36.43%

%26.39
%37.17
%36.43

CMYK color model

#476462 color CMYK value is (29,0,2,61).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 2.00%
  • key color value is 60.78%
CMYK:
(29,0,2,61)
C29M0Y2K61 
(29%,0%,2%,61%)
(0.29/0.00/0.02/0.61)	

CMYK percentages

%29
%0
%2
%60.78

Codes

Color #476462 in popluar color models

476462
RGB7110098
HSL176°16.96%33.53%
HSB/HSV176°29.00%39.22%
CMYK29.00%0.00%2.00%
60.78%

Color #476462 in popluar number systems.

HEX476462
Decimal7110098
Binary100011111001001100010
Octal107144142

Shades and tints

Shades of #476462

#476462
(71,100,98)
#415B5A
(65,91,90)
#3B5252
(59,82,82)
#35494A
(53,73,74)
#2F4042
(47,64,66)
#29373A
(41,55,58)
#232E32
(35,46,50)
#1D252A
(29,37,42)
#171C22
(23,28,34)
#11131A
(17,19,26)
#0B0A12
(11,10,18)
#000000
(0,0,0)

Tints of #476462

#476462
(71,100,98)
#577270
(87,114,112)
#67807E
(103,128,126)
#778E8C
(119,142,140)
#879C9A
(135,156,154)
#97AAA8
(151,170,168)
#A7B8B6
(167,184,182)
#B7C6C4
(183,198,196)
#C7D4D2
(199,212,210)
#D7E2E0
(215,226,224)
#E7F0EE
(231,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476462; }

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

This text font color is #476462.


Background Color

.myBgColor { background-color: #476462; }

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

This div background color is #476462.


Border color

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

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

This div border color is #476462.


Opacity

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

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

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

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

This text has shadow with #476462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476462 on black background.


Color preview on white background

This text has color #476462 on white background.



Black color preview on #476462 background

This text has black color on #476462 background.


White color preview on #476462 background

This text has white color on #476462 background.