COLOR #556E25

HEX: #556E25 RGB: (85,110,37)

Color info

#556E25 contains mainly red and green colors. Web safe color of #556E25 is #666633 (or #663).

RGB color model

#556E25 color RGB value is (85,110,37).

RGB: (85,110,37) (33%, 43%, 15%)

RGB channels and saturation

R 85 of 255 = 33%
G 110 of 255 = 43%
B 37 of 255 = 15%

85
110
37

R + G + B ~ 30%. #556E25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 110 + 37 = 232 (100%)
R 85 of 232 ~ 36.64%
G 110 of 232 ~ 47.41%
B 37 of 232 ~ 15.95'%

%36.64
%47.41
%15.95

CMYK color model

#556E25 color CMYK value is (23,0,66,57).

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

CMYK: (23,0,66,57)
C23M0Y66K57 (23%, 0%, 66%, 57%)
(0.23 / 0.00 / 0.66 / 0.57)

CMYK percentages

%22.73
%0
%66.36
%56.86

Codes

Color #556E25 in popluar color models

55 6E 25
RGB 85 110 37
HSL 81° 49.66% 28.82%
HSB/HSV 81° 66.36% 43.14%
CMYK 22.73% 0.00% 66.36%
56.86%

Color #556E25 in popluar number systems.

HEX 55 6E 25
Decimal 85 110 37
Binary 1010101 1101110 100101
Octal 125 156 45

Shades and tints

Shades of #556E25

#556E25
(85,110,37)
#4E6422
(78,100,34)
#475A1F
(71,90,31)
#40501C
(64,80,28)
#394619
(57,70,25)
#323C16
(50,60,22)
#2B3213
(43,50,19)
#242810
(36,40,16)
#1D1E0D
(29,30,13)
#16140A
(22,20,10)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #556E25

#556E25
(85,110,37)
#647B38
(100,123,56)
#73884B
(115,136,75)
#82955E
(130,149,94)
#91A271
(145,162,113)
#A0AF84
(160,175,132)
#AFBC97
(175,188,151)
#BEC9AA
(190,201,170)
#CDD6BD
(205,214,189)
#DCE3D0
(220,227,208)
#EBF0E3
(235,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556E25; }

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

This text font color is #556E25.

Background Color

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

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

This div background color is #556E25.

Border color

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

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

This div border color is #556E25.

Opacity

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

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

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

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

This text has shadow with #556E25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556E25.

Preview

Color preview on black background

This text has color #556E25 on black background.


Color preview on white background

This text has color #556E25 on white background.


Black color preview on #556E25 background

This text has black color on #556E25 background.


White color preview on #556E25 background

This text has white color on #556E25 background.


Related colors

Complementary color

Complementary color for #hex is #AA91DA.


I love getcolorcode.com

Triadic colors

1 #25556E and #6E2555 with #556E25 are triadic colors.

2 #256E55 and #6E5525 with #556E25 are triadic colors.