COLOR #476857

HEX: #476857
RGB: (71,104,87)

Color info

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

RGB color model

#476857 color RGB value is (71,104,87).

  • red value is 71;
  • green value is 104;
  • blue value is 87.
RGB:
(71,104,87)
(28%,41%,34%)

RGB channels and saturation

R 71 of 255 = 28%
G 104 of 255 = 41%
B 87 of 255 = 34%

71
104
87

R + G + B ~ 34%. #476857 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 104 + 87 = 262 (100%)
R 71 of 262 ~ 27.1%
G 104 of 262 ~ 39.69%
B 87 of 262 ~ 33.21%

%27.1
%39.69
%33.21

CMYK color model

#476857 color CMYK value is (32,0,16,59).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 59.22%
CMYK:
(32,0,16,59)
C32M0Y16K59 
(32%,0%,16%,59%)
(0.32/0.00/0.16/0.59)	

CMYK percentages

%31.73
%0
%16.35
%59.22

Codes

Color #476857 in popluar color models

476857
RGB7110487
HSL149°18.86%34.31%
HSB/HSV149°31.73%40.78%
CMYK31.73%0.00%16.35%
59.22%

Color #476857 in popluar number systems.

HEX476857
Decimal7110487
Binary100011111010001010111
Octal107150127

Shades and tints

Shades of #476857

#476857
(71,104,87)
#415F50
(65,95,80)
#3B5649
(59,86,73)
#354D42
(53,77,66)
#2F443B
(47,68,59)
#293B34
(41,59,52)
#23322D
(35,50,45)
#1D2926
(29,41,38)
#17201F
(23,32,31)
#111718
(17,23,24)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #476857

#476857
(71,104,87)
#577566
(87,117,102)
#678275
(103,130,117)
#778F84
(119,143,132)
#879C93
(135,156,147)
#97A9A2
(151,169,162)
#A7B6B1
(167,182,177)
#B7C3C0
(183,195,192)
#C7D0CF
(199,208,207)
#D7DDDE
(215,221,222)
#E7EAED
(231,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476857 color. Also use rgb(71,104,87) instead hex code.

Text Font Color

.myTextColor { color: #476857; }

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

This text font color is #476857.


Background Color

.myBgColor { background-color: #476857; }

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

This div background color is #476857.


Border color

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

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

This div border color is #476857.


Opacity

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

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

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

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

This text has shadow with #476857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476857 on black background.


Color preview on white background

This text has color #476857 on white background.



Black color preview on #476857 background

This text has black color on #476857 background.


White color preview on #476857 background

This text has white color on #476857 background.