COLOR #557120

HEX: #557120
RGB: (85,113,32)

Color info

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

RGB color model

#557120 color RGB value is (85,113,32).

  • red value is 85;
  • green value is 113;
  • blue value is 32.
RGB:
(85,113,32)
(33%,44%,13%)

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 32 of 255 = 13%

85
113
32

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

Portions of RGB colors in percentages

R + G + B =
85 + 113 + 32 = 230 (100%)
R 85 of 230 ~ 36.96%
G 113 of 230 ~ 49.13%
B 32 of 230 ~ 13.91%

%36.96
%49.13
%13.91

CMYK color model

#557120 color CMYK value is (25,0,72,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 71.68%
  • key color value is 55.69%
CMYK:
(25,0,72,56)
C25M0Y72K56 
(25%,0%,72%,56%)
(0.25/0.00/0.72/0.56)	

CMYK percentages

%24.78
%0
%71.68
%55.69

Codes

Color #557120 in popluar color models

557120
RGB8511332
HSL81°55.86%28.43%
HSB/HSV81°71.68%44.31%
CMYK24.78%0.00%71.68%
55.69%

Color #557120 in popluar number systems.

HEX557120
Decimal8511332
Binary10101011110001100000
Octal12516140

Shades and tints

Shades of #557120

#557120
(85,113,32)
#4E671E
(78,103,30)
#475D1C
(71,93,28)
#40531A
(64,83,26)
#394918
(57,73,24)
#323F16
(50,63,22)
#2B3514
(43,53,20)
#242B12
(36,43,18)
#1D2110
(29,33,16)
#16170E
(22,23,14)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #557120

#557120
(85,113,32)
#647D34
(100,125,52)
#738948
(115,137,72)
#82955C
(130,149,92)
#91A170
(145,161,112)
#A0AD84
(160,173,132)
#AFB998
(175,185,152)
#BEC5AC
(190,197,172)
#CDD1C0
(205,209,192)
#DCDDD4
(220,221,212)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557120 color. Also use rgb(85,113,32) instead hex code.

Text Font Color

.myTextColor { color: #557120; }

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

This text font color is #557120.


Background Color

.myBgColor { background-color: #557120; }

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

This div background color is #557120.


Border color

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

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

This div border color is #557120.


Opacity

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

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

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

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

This text has shadow with #557120 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557120 on black background.


Color preview on white background

This text has color #557120 on white background.



Black color preview on #557120 background

This text has black color on #557120 background.


White color preview on #557120 background

This text has white color on #557120 background.