COLOR #476856

HEX: #476856
RGB: (71,104,86)

Color info

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

RGB color model

#476856 color RGB value is (71,104,86).

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

RGB channels and saturation

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

71
104
86

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

Portions of RGB colors in percentages

R + G + B =
71 + 104 + 86 = 261 (100%)
R 71 of 261 ~ 27.2%
G 104 of 261 ~ 39.85%
B 86 of 261 ~ 32.95%

%27.2
%39.85
%32.95

CMYK color model

#476856 color CMYK value is (32,0,17,59).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 17.31%
  • key color value is 59.22%
CMYK:
(32,0,17,59)
C32M0Y17K59 
(32%,0%,17%,59%)
(0.32/0.00/0.17/0.59)	

CMYK percentages

%31.73
%0
%17.31
%59.22

Codes

Color #476856 in popluar color models

476856
RGB7110486
HSL147°18.86%34.31%
HSB/HSV147°31.73%40.78%
CMYK31.73%0.00%17.31%
59.22%

Color #476856 in popluar number systems.

HEX476856
Decimal7110486
Binary100011111010001010110
Octal107150126

Shades and tints

Shades of #476856

#476856
(71,104,86)
#415F4F
(65,95,79)
#3B5648
(59,86,72)
#354D41
(53,77,65)
#2F443A
(47,68,58)
#293B33
(41,59,51)
#23322C
(35,50,44)
#1D2925
(29,41,37)
#17201E
(23,32,30)
#111717
(17,23,23)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #476856

#476856
(71,104,86)
#577565
(87,117,101)
#678274
(103,130,116)
#778F83
(119,143,131)
#879C92
(135,156,146)
#97A9A1
(151,169,161)
#A7B6B0
(167,182,176)
#B7C3BF
(183,195,191)
#C7D0CE
(199,208,206)
#D7DDDD
(215,221,221)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476856; }

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

This text font color is #476856.


Background Color

.myBgColor { background-color: #476856; }

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

This div background color is #476856.


Border color

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

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

This div border color is #476856.


Opacity

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

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

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

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

This text has shadow with #476856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476856 on black background.


Color preview on white background

This text has color #476856 on white background.



Black color preview on #476856 background

This text has black color on #476856 background.


White color preview on #476856 background

This text has white color on #476856 background.