COLOR #556645

HEX: #556645
RGB: (85,102,69)

Color info

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

RGB color model

#556645 color RGB value is (85,102,69).

  • red value is 85;
  • green value is 102;
  • blue value is 69.
RGB:
(85,102,69)
(33%,40%,27%)

RGB channels and saturation

R 85 of 255 = 33%
G 102 of 255 = 40%
B 69 of 255 = 27%

85
102
69

R + G + B ~ 33%. #556645 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 102 + 69 = 256 (100%)
R 85 of 256 ~ 33.2%
G 102 of 256 ~ 39.84%
B 69 of 256 ~ 26.95%

%33.2
%39.84
%26.95

CMYK color model

#556645 color CMYK value is (17,0,32,60).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 32.35%
  • key color value is 60.00%
CMYK:
(17,0,32,60)
C17M0Y32K60 
(17%,0%,32%,60%)
(0.17/0.00/0.32/0.60)	

CMYK percentages

%16.67
%0
%32.35
%60

Codes

Color #556645 in popluar color models

556645
RGB8510269
HSL91°19.30%33.53%
HSB/HSV91°32.35%40.00%
CMYK16.67%0.00%32.35%
60.00%

Color #556645 in popluar number systems.

HEX556645
Decimal8510269
Binary101010111001101000101
Octal125146105

Shades and tints

Shades of #556645

#556645
(85,102,69)
#4E5D3F
(78,93,63)
#475439
(71,84,57)
#404B33
(64,75,51)
#39422D
(57,66,45)
#323927
(50,57,39)
#2B3021
(43,48,33)
#24271B
(36,39,27)
#1D1E15
(29,30,21)
#16150F
(22,21,15)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #556645

#556645
(85,102,69)
#647355
(100,115,85)
#738065
(115,128,101)
#828D75
(130,141,117)
#919A85
(145,154,133)
#A0A795
(160,167,149)
#AFB4A5
(175,180,165)
#BEC1B5
(190,193,181)
#CDCEC5
(205,206,197)
#DCDBD5
(220,219,213)
#EBE8E5
(235,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556645 color. Also use rgb(85,102,69) instead hex code.

Text Font Color

.myTextColor { color: #556645; }

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

This text font color is #556645.


Background Color

.myBgColor { background-color: #556645; }

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

This div background color is #556645.


Border color

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

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

This div border color is #556645.


Opacity

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

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

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

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

This text has shadow with #556645 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556645 on black background.


Color preview on white background

This text has color #556645 on white background.



Black color preview on #556645 background

This text has black color on #556645 background.


White color preview on #556645 background

This text has white color on #556645 background.