COLOR #556646

HEX: #556646
RGB: (85,102,70)

Color info

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

RGB color model

#556646 color RGB value is (85,102,70).

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

RGB channels and saturation

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

85
102
70

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

Portions of RGB colors in percentages

R + G + B =
85 + 102 + 70 = 257 (100%)
R 85 of 257 ~ 33.07%
G 102 of 257 ~ 39.69%
B 70 of 257 ~ 27.24%

%33.07
%39.69
%27.24

CMYK color model

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

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

CMYK percentages

%16.67
%0
%31.37
%60

Codes

Color #556646 in popluar color models

556646
RGB8510270
HSL92°18.60%33.73%
HSB/HSV92°31.37%40.00%
CMYK16.67%0.00%31.37%
60.00%

Color #556646 in popluar number systems.

HEX556646
Decimal8510270
Binary101010111001101000110
Octal125146106

Shades and tints

Shades of #556646

#556646
(85,102,70)
#4E5D40
(78,93,64)
#47543A
(71,84,58)
#404B34
(64,75,52)
#39422E
(57,66,46)
#323928
(50,57,40)
#2B3022
(43,48,34)
#24271C
(36,39,28)
#1D1E16
(29,30,22)
#161510
(22,21,16)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #556646

#556646
(85,102,70)
#647356
(100,115,86)
#738066
(115,128,102)
#828D76
(130,141,118)
#919A86
(145,154,134)
#A0A796
(160,167,150)
#AFB4A6
(175,180,166)
#BEC1B6
(190,193,182)
#CDCEC6
(205,206,198)
#DCDBD6
(220,219,214)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556646; }

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

This text font color is #556646.


Background Color

.myBgColor { background-color: #556646; }

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

This div background color is #556646.


Border color

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

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

This div border color is #556646.


Opacity

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

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

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

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

This text has shadow with #556646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556646 on black background.


Color preview on white background

This text has color #556646 on white background.



Black color preview on #556646 background

This text has black color on #556646 background.


White color preview on #556646 background

This text has white color on #556646 background.