COLOR #556E53

HEX: #556E53
RGB: (85,110,83)

Color info

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

RGB color model

#556E53 color RGB value is (85,110,83).

  • red value is 85;
  • green value is 110;
  • blue value is 83.
RGB:
(85,110,83)
(33%,43%,33%)

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 83 of 255 = 33%

85
110
83

R + G + B ~ 36%. #556E53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 110 + 83 = 278 (100%)
R 85 of 278 ~ 30.58%
G 110 of 278 ~ 39.57%
B 83 of 278 ~ 29.86%

%30.58
%39.57
%29.86

CMYK color model

#556E53 color CMYK value is (23,0,25,57).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(23,0,25,57)
C23M0Y25K57 
(23%,0%,25%,57%)
(0.23/0.00/0.25/0.57)	

CMYK percentages

%22.73
%0
%24.55
%56.86

Codes

Color #556E53 in popluar color models

556E53
RGB8511083
HSL116°13.99%37.84%
HSB/HSV116°24.55%43.14%
CMYK22.73%0.00%24.55%
56.86%

Color #556E53 in popluar number systems.

HEX556E53
Decimal8511083
Binary101010111011101010011
Octal125156123

Shades and tints

Shades of #556E53

#556E53
(85,110,83)
#4E644C
(78,100,76)
#475A45
(71,90,69)
#40503E
(64,80,62)
#394637
(57,70,55)
#323C30
(50,60,48)
#2B3229
(43,50,41)
#242822
(36,40,34)
#1D1E1B
(29,30,27)
#161414
(22,20,20)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #556E53

#556E53
(85,110,83)
#647B62
(100,123,98)
#738871
(115,136,113)
#829580
(130,149,128)
#91A28F
(145,162,143)
#A0AF9E
(160,175,158)
#AFBCAD
(175,188,173)
#BEC9BC
(190,201,188)
#CDD6CB
(205,214,203)
#DCE3DA
(220,227,218)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #556E53 color. Also use rgb(85,110,83) instead hex code.

Text Font Color

.myTextColor { color: #556E53; }

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

This text font color is #556E53.


Background Color

.myBgColor { background-color: #556E53; }

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

This div background color is #556E53.


Border color

.myBorderColor { border: 1px solid #556E53; }

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

This div border color is #556E53.


Opacity

.myOpacity80 { color: #556E53; opacity: 0.8; }

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

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

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

This text has shadow with #556E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556E53 on black background.


Color preview on white background

This text has color #556E53 on white background.



Black color preview on #556E53 background

This text has black color on #556E53 background.


White color preview on #556E53 background

This text has white color on #556E53 background.