COLOR #557240

HEX: #557240
RGB: (85,114,64)

Color info

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

RGB color model

#557240 color RGB value is (85,114,64).

  • red value is 85;
  • green value is 114;
  • blue value is 64.
RGB:
(85,114,64)
(33%,45%,25%)

RGB channels and saturation

R 85 of 255 = 33%
G 114 of 255 = 45%
B 64 of 255 = 25%

85
114
64

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

Portions of RGB colors in percentages

R + G + B =
85 + 114 + 64 = 263 (100%)
R 85 of 263 ~ 32.32%
G 114 of 263 ~ 43.35%
B 64 of 263 ~ 24.33%

%32.32
%43.35
%24.33

CMYK color model

#557240 color CMYK value is (25,0,44,55).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 43.86%
  • key color value is 55.29%
CMYK:
(25,0,44,55)
C25M0Y44K55 
(25%,0%,44%,55%)
(0.25/0.00/0.44/0.55)	

CMYK percentages

%25.44
%0
%43.86
%55.29

Codes

Color #557240 in popluar color models

557240
RGB8511464
HSL95°28.09%34.90%
HSB/HSV95°43.86%44.71%
CMYK25.44%0.00%43.86%
55.29%

Color #557240 in popluar number systems.

HEX557240
Decimal8511464
Binary101010111100101000000
Octal125162100

Shades and tints

Shades of #557240

#557240
(85,114,64)
#4E683B
(78,104,59)
#475E36
(71,94,54)
#405431
(64,84,49)
#394A2C
(57,74,44)
#324027
(50,64,39)
#2B3622
(43,54,34)
#242C1D
(36,44,29)
#1D2218
(29,34,24)
#161813
(22,24,19)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #557240

#557240
(85,114,64)
#647E51
(100,126,81)
#738A62
(115,138,98)
#829673
(130,150,115)
#91A284
(145,162,132)
#A0AE95
(160,174,149)
#AFBAA6
(175,186,166)
#BEC6B7
(190,198,183)
#CDD2C8
(205,210,200)
#DCDED9
(220,222,217)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557240 color. Also use rgb(85,114,64) instead hex code.

Text Font Color

.myTextColor { color: #557240; }

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

This text font color is #557240.


Background Color

.myBgColor { background-color: #557240; }

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

This div background color is #557240.


Border color

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

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

This div border color is #557240.


Opacity

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

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

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

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

This text has shadow with #557240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557240 on black background.


Color preview on white background

This text has color #557240 on white background.



Black color preview on #557240 background

This text has black color on #557240 background.


White color preview on #557240 background

This text has white color on #557240 background.