COLOR #476373

HEX: #476373
RGB: (71,99,115)

Color info

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

RGB color model

#476373 color RGB value is (71,99,115).

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

RGB channels and saturation

R 71 of 255 = 28%
G 99 of 255 = 39%
B 115 of 255 = 45%

71
99
115

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

Portions of RGB colors in percentages

R + G + B =
71 + 99 + 115 = 285 (100%)
R 71 of 285 ~ 24.91%
G 99 of 285 ~ 34.74%
B 115 of 285 ~ 40.35%

%24.91
%34.74
%40.35

CMYK color model

#476373 color CMYK value is (38,14,0,55).

  • cyan value is 38.26%
  • magenta value is 13.91%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(38,14,0,55)
C38M14Y0K55 
(38%,14%,0%,55%)
(0.38/0.14/0.00/0.55)	

CMYK percentages

%38.26
%13.91
%0
%54.9

Codes

Color #476373 in popluar color models

476373
RGB7199115
HSL202°23.66%36.47%
HSB/HSV202°38.26%45.10%
CMYK38.26%13.91%0.00%
54.90%

Color #476373 in popluar number systems.

HEX476373
Decimal7199115
Binary100011111000111110011
Octal107143163

Shades and tints

Shades of #476373

#476373
(71,99,115)
#415A69
(65,90,105)
#3B515F
(59,81,95)
#354855
(53,72,85)
#2F3F4B
(47,63,75)
#293641
(41,54,65)
#232D37
(35,45,55)
#1D242D
(29,36,45)
#171B23
(23,27,35)
#111219
(17,18,25)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #476373

#476373
(71,99,115)
#57717F
(87,113,127)
#677F8B
(103,127,139)
#778D97
(119,141,151)
#879BA3
(135,155,163)
#97A9AF
(151,169,175)
#A7B7BB
(167,183,187)
#B7C5C7
(183,197,199)
#C7D3D3
(199,211,211)
#D7E1DF
(215,225,223)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476373; }

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

This text font color is #476373.


Background Color

.myBgColor { background-color: #476373; }

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

This div background color is #476373.


Border color

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

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

This div border color is #476373.


Opacity

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

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

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

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

This text has shadow with #476373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476373 on black background.


Color preview on white background

This text has color #476373 on white background.



Black color preview on #476373 background

This text has black color on #476373 background.


White color preview on #476373 background

This text has white color on #476373 background.