COLOR #556747

HEX: #556747
RGB: (85,103,71)

Color info

#556747 contains red, green and blue colors in about the same proportion. Web safe color of #556747 is #666633 (or #663).

RGB color model

#556747 color RGB value is (85,103,71).

  • red value is 85;
  • green value is 103;
  • blue value is 71.
RGB:
(85,103,71)
(33%,40%,28%)

RGB channels and saturation

R 85 of 255 = 33%
G 103 of 255 = 40%
B 71 of 255 = 28%

85
103
71

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

Portions of RGB colors in percentages

R + G + B =
85 + 103 + 71 = 259 (100%)
R 85 of 259 ~ 32.82%
G 103 of 259 ~ 39.77%
B 71 of 259 ~ 27.41%

%32.82
%39.77
%27.41

CMYK color model

#556747 color CMYK value is (17,0,31,60).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 31.07%
  • key color value is 59.61%
CMYK:
(17,0,31,60)
C17M0Y31K60 
(17%,0%,31%,60%)
(0.17/0.00/0.31/0.60)	

CMYK percentages

%17.48
%0
%31.07
%59.61

Codes

Color #556747 in popluar color models

556747
RGB8510371
HSL94°18.39%34.12%
HSB/HSV94°31.07%40.39%
CMYK17.48%0.00%31.07%
59.61%

Color #556747 in popluar number systems.

HEX556747
Decimal8510371
Binary101010111001111000111
Octal125147107

Shades and tints

Shades of #556747

#556747
(85,103,71)
#4E5E41
(78,94,65)
#47553B
(71,85,59)
#404C35
(64,76,53)
#39432F
(57,67,47)
#323A29
(50,58,41)
#2B3123
(43,49,35)
#24281D
(36,40,29)
#1D1F17
(29,31,23)
#161611
(22,22,17)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #556747

#556747
(85,103,71)
#647457
(100,116,87)
#738167
(115,129,103)
#828E77
(130,142,119)
#919B87
(145,155,135)
#A0A897
(160,168,151)
#AFB5A7
(175,181,167)
#BEC2B7
(190,194,183)
#CDCFC7
(205,207,199)
#DCDCD7
(220,220,215)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556747 color. Also use rgb(85,103,71) instead hex code.

Text Font Color

.myTextColor { color: #556747; }

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

This text font color is #556747.


Background Color

.myBgColor { background-color: #556747; }

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

This div background color is #556747.


Border color

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

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

This div border color is #556747.


Opacity

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

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

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

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

This text has shadow with #556747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556747 on black background.


Color preview on white background

This text has color #556747 on white background.



Black color preview on #556747 background

This text has black color on #556747 background.


White color preview on #556747 background

This text has white color on #556747 background.