COLOR #556352

HEX: #556352
RGB: (85,99,82)

Color info

#556352 contains red, green and blue colors in about the same proportion. Web safe color of #556352 is #666666 (or #666).

RGB color model

#556352 color RGB value is (85,99,82).

  • red value is 85;
  • green value is 99;
  • blue value is 82.
RGB:
(85,99,82)
(33%,39%,32%)

RGB channels and saturation

R 85 of 255 = 33%
G 99 of 255 = 39%
B 82 of 255 = 32%

85
99
82

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

Portions of RGB colors in percentages

R + G + B =
85 + 99 + 82 = 266 (100%)
R 85 of 266 ~ 31.95%
G 99 of 266 ~ 37.22%
B 82 of 266 ~ 30.83%

%31.95
%37.22
%30.83

CMYK color model

#556352 color CMYK value is (14,0,17,61).

  • cyan value is 14.14%
  • magenta value is 0.00%
  • yellow value is 17.17%
  • key color value is 61.18%
CMYK:
(14,0,17,61)
C14M0Y17K61 
(14%,0%,17%,61%)
(0.14/0.00/0.17/0.61)	

CMYK percentages

%14.14
%0
%17.17
%61.18

Codes

Color #556352 in popluar color models

556352
RGB859982
HSL109°9.39%35.49%
HSB/HSV109°17.17%38.82%
CMYK14.14%0.00%17.17%
61.18%

Color #556352 in popluar number systems.

HEX556352
Decimal859982
Binary101010111000111010010
Octal125143122

Shades and tints

Shades of #556352

#556352
(85,99,82)
#4E5A4B
(78,90,75)
#475144
(71,81,68)
#40483D
(64,72,61)
#393F36
(57,63,54)
#32362F
(50,54,47)
#2B2D28
(43,45,40)
#242421
(36,36,33)
#1D1B1A
(29,27,26)
#161213
(22,18,19)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #556352

#556352
(85,99,82)
#647161
(100,113,97)
#737F70
(115,127,112)
#828D7F
(130,141,127)
#919B8E
(145,155,142)
#A0A99D
(160,169,157)
#AFB7AC
(175,183,172)
#BEC5BB
(190,197,187)
#CDD3CA
(205,211,202)
#DCE1D9
(220,225,217)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556352 color. Also use rgb(85,99,82) instead hex code.

Text Font Color

.myTextColor { color: #556352; }

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

This text font color is #556352.


Background Color

.myBgColor { background-color: #556352; }

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

This div background color is #556352.


Border color

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

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

This div border color is #556352.


Opacity

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

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

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

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

This text has shadow with #556352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556352 on black background.


Color preview on white background

This text has color #556352 on white background.



Black color preview on #556352 background

This text has black color on #556352 background.


White color preview on #556352 background

This text has white color on #556352 background.