COLOR #476859

HEX: #476859
RGB: (71,104,89)

Color info

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

RGB color model

#476859 color RGB value is (71,104,89).

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

RGB channels and saturation

R 71 of 255 = 28%
G 104 of 255 = 41%
B 89 of 255 = 35%

71
104
89

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

Portions of RGB colors in percentages

R + G + B =
71 + 104 + 89 = 264 (100%)
R 71 of 264 ~ 26.89%
G 104 of 264 ~ 39.39%
B 89 of 264 ~ 33.71%

%26.89
%39.39
%33.71

CMYK color model

#476859 color CMYK value is (32,0,14,59).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 14.42%
  • key color value is 59.22%
CMYK:
(32,0,14,59)
C32M0Y14K59 
(32%,0%,14%,59%)
(0.32/0.00/0.14/0.59)	

CMYK percentages

%31.73
%0
%14.42
%59.22

Codes

Color #476859 in popluar color models

476859
RGB7110489
HSL153°18.86%34.31%
HSB/HSV153°31.73%40.78%
CMYK31.73%0.00%14.42%
59.22%

Color #476859 in popluar number systems.

HEX476859
Decimal7110489
Binary100011111010001011001
Octal107150131

Shades and tints

Shades of #476859

#476859
(71,104,89)
#415F51
(65,95,81)
#3B5649
(59,86,73)
#354D41
(53,77,65)
#2F4439
(47,68,57)
#293B31
(41,59,49)
#233229
(35,50,41)
#1D2921
(29,41,33)
#172019
(23,32,25)
#111711
(17,23,17)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #476859

#476859
(71,104,89)
#577568
(87,117,104)
#678277
(103,130,119)
#778F86
(119,143,134)
#879C95
(135,156,149)
#97A9A4
(151,169,164)
#A7B6B3
(167,182,179)
#B7C3C2
(183,195,194)
#C7D0D1
(199,208,209)
#D7DDE0
(215,221,224)
#E7EAEF
(231,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476859; }

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

This text font color is #476859.


Background Color

.myBgColor { background-color: #476859; }

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

This div background color is #476859.


Border color

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

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

This div border color is #476859.


Opacity

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

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

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

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

This text has shadow with #476859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476859 on black background.


Color preview on white background

This text has color #476859 on white background.



Black color preview on #476859 background

This text has black color on #476859 background.


White color preview on #476859 background

This text has white color on #476859 background.