COLOR #476370

HEX: #476370
RGB: (71,99,112)

Color info

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

RGB color model

#476370 color RGB value is (71,99,112).

  • red value is 71;
  • green value is 99;
  • blue value is 112.
RGB:
(71,99,112)
(28%,39%,44%)

RGB channels and saturation

R 71 of 255 = 28%
G 99 of 255 = 39%
B 112 of 255 = 44%

71
99
112

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

Portions of RGB colors in percentages

R + G + B =
71 + 99 + 112 = 282 (100%)
R 71 of 282 ~ 25.18%
G 99 of 282 ~ 35.11%
B 112 of 282 ~ 39.72%

%25.18
%35.11
%39.72

CMYK color model

#476370 color CMYK value is (37,12,0,56).

  • cyan value is 36.61%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(37,12,0,56)
C37M12Y0K56 
(37%,12%,0%,56%)
(0.37/0.12/0.00/0.56)	

CMYK percentages

%36.61
%11.61
%0
%56.08

Codes

Color #476370 in popluar color models

476370
RGB7199112
HSL199°22.40%35.88%
HSB/HSV199°36.61%43.92%
CMYK36.61%11.61%0.00%
56.08%

Color #476370 in popluar number systems.

HEX476370
Decimal7199112
Binary100011111000111110000
Octal107143160

Shades and tints

Shades of #476370

#476370
(71,99,112)
#415A66
(65,90,102)
#3B515C
(59,81,92)
#354852
(53,72,82)
#2F3F48
(47,63,72)
#29363E
(41,54,62)
#232D34
(35,45,52)
#1D242A
(29,36,42)
#171B20
(23,27,32)
#111216
(17,18,22)
#0B090C
(11,9,12)
#000000
(0,0,0)

Tints of #476370

#476370
(71,99,112)
#57717D
(87,113,125)
#677F8A
(103,127,138)
#778D97
(119,141,151)
#879BA4
(135,155,164)
#97A9B1
(151,169,177)
#A7B7BE
(167,183,190)
#B7C5CB
(183,197,203)
#C7D3D8
(199,211,216)
#D7E1E5
(215,225,229)
#E7EFF2
(231,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476370 color. Also use rgb(71,99,112) instead hex code.

Text Font Color

.myTextColor { color: #476370; }

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

This text font color is #476370.


Background Color

.myBgColor { background-color: #476370; }

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

This div background color is #476370.


Border color

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

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

This div border color is #476370.


Opacity

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

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

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

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

This text has shadow with #476370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476370 on black background.


Color preview on white background

This text has color #476370 on white background.



Black color preview on #476370 background

This text has black color on #476370 background.


White color preview on #476370 background

This text has white color on #476370 background.