COLOR #476371

HEX: #476371
RGB: (71,99,113)

Color info

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

RGB color model

#476371 color RGB value is (71,99,113).

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

RGB channels and saturation

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

71
99
113

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

Portions of RGB colors in percentages

R + G + B =
71 + 99 + 113 = 283 (100%)
R 71 of 283 ~ 25.09%
G 99 of 283 ~ 34.98%
B 113 of 283 ~ 39.93%

%25.09
%34.98
%39.93

CMYK color model

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

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

CMYK percentages

%37.17
%12.39
%0
%55.69

Codes

Color #476371 in popluar color models

476371
RGB7199113
HSL200°22.83%36.08%
HSB/HSV200°37.17%44.31%
CMYK37.17%12.39%0.00%
55.69%

Color #476371 in popluar number systems.

HEX476371
Decimal7199113
Binary100011111000111110001
Octal107143161

Shades and tints

Shades of #476371

#476371
(71,99,113)
#415A67
(65,90,103)
#3B515D
(59,81,93)
#354853
(53,72,83)
#2F3F49
(47,63,73)
#29363F
(41,54,63)
#232D35
(35,45,53)
#1D242B
(29,36,43)
#171B21
(23,27,33)
#111217
(17,18,23)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #476371

#476371
(71,99,113)
#57717D
(87,113,125)
#677F89
(103,127,137)
#778D95
(119,141,149)
#879BA1
(135,155,161)
#97A9AD
(151,169,173)
#A7B7B9
(167,183,185)
#B7C5C5
(183,197,197)
#C7D3D1
(199,211,209)
#D7E1DD
(215,225,221)
#E7EFE9
(231,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476371; }

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

This text font color is #476371.


Background Color

.myBgColor { background-color: #476371; }

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

This div background color is #476371.


Border color

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

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

This div border color is #476371.


Opacity

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

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

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

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

This text has shadow with #476371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476371 on black background.


Color preview on white background

This text has color #476371 on white background.



Black color preview on #476371 background

This text has black color on #476371 background.


White color preview on #476371 background

This text has white color on #476371 background.