COLOR #556E3F

HEX: #556E3F RGB: (85,110,63)

Color info

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

RGB color model

#556E3F color RGB value is (85,110,63).

RGB: (85,110,63) (33%, 43%, 25%)

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 63 of 255 = 25%

85
110
63

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

Portions of RGB colors in percentages

R + G + B = 85 + 110 + 63 = 258 (100%)
R 85 of 258 ~ 32.95%
G 110 of 258 ~ 42.64%
B 63 of 258 ~ 24.42'%

%32.95
%42.64
%24.42

CMYK color model

#556E3F color CMYK value is (23,0,43,57).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 42.73%
  • key color value is 56.86%

CMYK: (23,0,43,57)
C23M0Y43K57 (23%, 0%, 43%, 57%)
(0.23 / 0.00 / 0.43 / 0.57)

CMYK percentages

%22.73
%0
%42.73
%56.86

Codes

Color #556E3F in popluar color models

55 6E 3F
RGB 85 110 63
HSL 92° 27.17% 33.92%
HSB/HSV 92° 42.73% 43.14%
CMYK 22.73% 0.00% 42.73%
56.86%

Color #556E3F in popluar number systems.

HEX 55 6E 3F
Decimal 85 110 63
Binary 1010101 1101110 111111
Octal 125 156 77

Shades and tints

Shades of #556E3F

#556E3F
(85,110,63)
#4E643A
(78,100,58)
#475A35
(71,90,53)
#405030
(64,80,48)
#39462B
(57,70,43)
#323C26
(50,60,38)
#2B3221
(43,50,33)
#24281C
(36,40,28)
#1D1E17
(29,30,23)
#161412
(22,20,18)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #556E3F

#556E3F
(85,110,63)
#647B50
(100,123,80)
#738861
(115,136,97)
#829572
(130,149,114)
#91A283
(145,162,131)
#A0AF94
(160,175,148)
#AFBCA5
(175,188,165)
#BEC9B6
(190,201,182)
#CDD6C7
(205,214,199)
#DCE3D8
(220,227,216)
#EBF0E9
(235,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556E3F; }

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

This text font color is #556E3F.

Background Color

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

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

This div background color is #556E3F.

Border color

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

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

This div border color is #556E3F.

Opacity

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

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

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

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

This text has shadow with #556E3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556E3F.

Preview

Color preview on black background

This text has color #556E3F on black background.


Color preview on white background

This text has color #556E3F on white background.


Black color preview on #556E3F background

This text has black color on #556E3F background.


White color preview on #556E3F background

This text has white color on #556E3F background.


Related colors

Complementary color

Complementary color for #hex is #AA91C0.


I love getcolorcode.com

Triadic colors

1 #3F556E and #6E3F55 with #556E3F are triadic colors.

2 #3F6E55 and #6E553F with #556E3F are triadic colors.