COLOR #476656

HEX: #476656
RGB: (71,102,86)

Color info

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

RGB color model

#476656 color RGB value is (71,102,86).

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

RGB channels and saturation

R 71 of 255 = 28%
G 102 of 255 = 40%
B 86 of 255 = 34%

71
102
86

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

Portions of RGB colors in percentages

R + G + B =
71 + 102 + 86 = 259 (100%)
R 71 of 259 ~ 27.41%
G 102 of 259 ~ 39.38%
B 86 of 259 ~ 33.2%

%27.41
%39.38
%33.2

CMYK color model

#476656 color CMYK value is (30,0,16,60).

  • cyan value is 30.39%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 60.00%
CMYK:
(30,0,16,60)
C30M0Y16K60 
(30%,0%,16%,60%)
(0.30/0.00/0.16/0.60)	

CMYK percentages

%30.39
%0
%15.69
%60

Codes

Color #476656 in popluar color models

476656
RGB7110286
HSL149°17.92%33.92%
HSB/HSV149°30.39%40.00%
CMYK30.39%0.00%15.69%
60.00%

Color #476656 in popluar number systems.

HEX476656
Decimal7110286
Binary100011111001101010110
Octal107146126

Shades and tints

Shades of #476656

#476656
(71,102,86)
#415D4F
(65,93,79)
#3B5448
(59,84,72)
#354B41
(53,75,65)
#2F423A
(47,66,58)
#293933
(41,57,51)
#23302C
(35,48,44)
#1D2725
(29,39,37)
#171E1E
(23,30,30)
#111517
(17,21,23)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #476656

#476656
(71,102,86)
#577365
(87,115,101)
#678074
(103,128,116)
#778D83
(119,141,131)
#879A92
(135,154,146)
#97A7A1
(151,167,161)
#A7B4B0
(167,180,176)
#B7C1BF
(183,193,191)
#C7CECE
(199,206,206)
#D7DBDD
(215,219,221)
#E7E8EC
(231,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476656; }

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

This text font color is #476656.


Background Color

.myBgColor { background-color: #476656; }

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

This div background color is #476656.


Border color

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

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

This div border color is #476656.


Opacity

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

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

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

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

This text has shadow with #476656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476656 on black background.


Color preview on white background

This text has color #476656 on white background.



Black color preview on #476656 background

This text has black color on #476656 background.


White color preview on #476656 background

This text has white color on #476656 background.