COLOR #556125

HEX: #556125 RGB: (85,97,37)

Color info

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

RGB color model

#556125 color RGB value is (85,97,37).

RGB: (85,97,37) (33%, 38%, 15%)

RGB channels and saturation

R 85 of 255 = 33%
G 97 of 255 = 38%
B 37 of 255 = 15%

85
97
37

R + G + B ~ 29%. #556125 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 97 + 37 = 219 (100%)
R 85 of 219 ~ 38.81%
G 97 of 219 ~ 44.29%
B 37 of 219 ~ 16.89'%

%38.81
%44.29
%16.89

CMYK color model

#556125 color CMYK value is (12,0,62,62).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 61.86%
  • key color value is 61.96%

CMYK: (12,0,62,62)
C12M0Y62K62 (12%, 0%, 62%, 62%)
(0.12 / 0.00 / 0.62 / 0.62)

CMYK percentages

%12.37
%0
%61.86
%61.96

Codes

Color #556125 in popluar color models

55 61 25
RGB 85 97 37
HSL 72° 44.78% 26.27%
HSB/HSV 72° 61.86% 38.04%
CMYK 12.37% 0.00% 61.86%
61.96%

Color #556125 in popluar number systems.

HEX 55 61 25
Decimal 85 97 37
Binary 1010101 1100001 100101
Octal 125 141 45

Shades and tints

Shades of #556125

#556125
(85,97,37)
#4E5922
(78,89,34)
#47511F
(71,81,31)
#40491C
(64,73,28)
#394119
(57,65,25)
#323916
(50,57,22)
#2B3113
(43,49,19)
#242910
(36,41,16)
#1D210D
(29,33,13)
#16190A
(22,25,10)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #556125

#556125
(85,97,37)
#646F38
(100,111,56)
#737D4B
(115,125,75)
#828B5E
(130,139,94)
#919971
(145,153,113)
#A0A784
(160,167,132)
#AFB597
(175,181,151)
#BEC3AA
(190,195,170)
#CDD1BD
(205,209,189)
#DCDFD0
(220,223,208)
#EBEDE3
(235,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #556125; }

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

This text font color is #556125.

Background Color

.myBgColor { background-color: #556125; }

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

This div background color is #556125.

Border color

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

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

This div border color is #556125.

Opacity

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

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

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

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

This text has shadow with #556125 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #556125.

Preview

Color preview on black background

This text has color #556125 on black background.


Color preview on white background

This text has color #556125 on white background.


Black color preview on #556125 background

This text has black color on #556125 background.


White color preview on #556125 background

This text has white color on #556125 background.


Related colors

Complementary color

Complementary color for #hex is #AA9EDA.


I love getcolorcode.com

Triadic colors

1 #255561 and #612555 with #556125 are triadic colors.

2 #256155 and #615525 with #556125 are triadic colors.