COLOR #476B56

HEX: #476B56
RGB: (71,107,86)

Color info

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

RGB color model

#476B56 color RGB value is (71,107,86).

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

RGB channels and saturation

R 71 of 255 = 28%
G 107 of 255 = 42%
B 86 of 255 = 34%

71
107
86

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

Portions of RGB colors in percentages

R + G + B =
71 + 107 + 86 = 264 (100%)
R 71 of 264 ~ 26.89%
G 107 of 264 ~ 40.53%
B 86 of 264 ~ 32.58%

%26.89
%40.53
%32.58

CMYK color model

#476B56 color CMYK value is (34,0,20,58).

  • cyan value is 33.64%
  • magenta value is 0.00%
  • yellow value is 19.63%
  • key color value is 58.04%
CMYK:
(34,0,20,58)
C34M0Y20K58 
(34%,0%,20%,58%)
(0.34/0.00/0.20/0.58)	

CMYK percentages

%33.64
%0
%19.63
%58.04

Codes

Color #476B56 in popluar color models

476B56
RGB7110786
HSL145°20.22%34.90%
HSB/HSV145°33.64%41.96%
CMYK33.64%0.00%19.63%
58.04%

Color #476B56 in popluar number systems.

HEX476B56
Decimal7110786
Binary100011111010111010110
Octal107153126

Shades and tints

Shades of #476B56

#476B56
(71,107,86)
#41624F
(65,98,79)
#3B5948
(59,89,72)
#355041
(53,80,65)
#2F473A
(47,71,58)
#293E33
(41,62,51)
#23352C
(35,53,44)
#1D2C25
(29,44,37)
#17231E
(23,35,30)
#111A17
(17,26,23)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #476B56

#476B56
(71,107,86)
#577865
(87,120,101)
#678574
(103,133,116)
#779283
(119,146,131)
#879F92
(135,159,146)
#97ACA1
(151,172,161)
#A7B9B0
(167,185,176)
#B7C6BF
(183,198,191)
#C7D3CE
(199,211,206)
#D7E0DD
(215,224,221)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476B56; }

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

This text font color is #476B56.


Background Color

.myBgColor { background-color: #476B56; }

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

This div background color is #476B56.


Border color

.myBorderColor { border: 1px solid #476B56; }

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

This div border color is #476B56.


Opacity

.myOpacity80 { color: #476B56; opacity: 0.8; }

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

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

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

This text has shadow with #476B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476B56 on black background.


Color preview on white background

This text has color #476B56 on white background.



Black color preview on #476B56 background

This text has black color on #476B56 background.


White color preview on #476B56 background

This text has white color on #476B56 background.