COLOR #556A25

HEX: #556A25
RGB: (85,106,37)

Color info

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

RGB color model

#556A25 color RGB value is (85,106,37).

  • red value is 85;
  • green value is 106;
  • blue value is 37.
RGB:
(85,106,37)
(33%,42%,15%)

RGB channels and saturation

R 85 of 255 = 33%
G 106 of 255 = 42%
B 37 of 255 = 15%

85
106
37

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

Portions of RGB colors in percentages

R + G + B =
85 + 106 + 37 = 228 (100%)
R 85 of 228 ~ 37.28%
G 106 of 228 ~ 46.49%
B 37 of 228 ~ 16.23%

%37.28
%46.49
%16.23

CMYK color model

#556A25 color CMYK value is (20,0,65,58).

  • cyan value is 19.81%
  • magenta value is 0.00%
  • yellow value is 65.09%
  • key color value is 58.43%
CMYK:
(20,0,65,58)
C20M0Y65K58 
(20%,0%,65%,58%)
(0.20/0.00/0.65/0.58)	

CMYK percentages

%19.81
%0
%65.09
%58.43

Codes

Color #556A25 in popluar color models

556A25
RGB8510637
HSL78°48.25%28.04%
HSB/HSV78°65.09%41.57%
CMYK19.81%0.00%65.09%
58.43%

Color #556A25 in popluar number systems.

HEX556A25
Decimal8510637
Binary10101011101010100101
Octal12515245

Shades and tints

Shades of #556A25

#556A25
(85,106,37)
#4E6122
(78,97,34)
#47581F
(71,88,31)
#404F1C
(64,79,28)
#394619
(57,70,25)
#323D16
(50,61,22)
#2B3413
(43,52,19)
#242B10
(36,43,16)
#1D220D
(29,34,13)
#16190A
(22,25,10)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #556A25

#556A25
(85,106,37)
#647738
(100,119,56)
#73844B
(115,132,75)
#82915E
(130,145,94)
#919E71
(145,158,113)
#A0AB84
(160,171,132)
#AFB897
(175,184,151)
#BEC5AA
(190,197,170)
#CDD2BD
(205,210,189)
#DCDFD0
(220,223,208)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556A25; }

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

This text font color is #556A25.


Background Color

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

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

This div background color is #556A25.


Border color

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

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

This div border color is #556A25.


Opacity

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

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

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

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

This text has shadow with #556A25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #556A25 on black background.


Color preview on white background

This text has color #556A25 on white background.



Black color preview on #556A25 background

This text has black color on #556A25 background.


White color preview on #556A25 background

This text has white color on #556A25 background.