COLOR #557042

HEX: #557042
RGB: (85,112,66)

Color info

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

RGB color model

#557042 color RGB value is (85,112,66).

  • red value is 85;
  • green value is 112;
  • blue value is 66.
RGB:
(85,112,66)
(33%,44%,26%)

RGB channels and saturation

R 85 of 255 = 33%
G 112 of 255 = 44%
B 66 of 255 = 26%

85
112
66

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

Portions of RGB colors in percentages

R + G + B =
85 + 112 + 66 = 263 (100%)
R 85 of 263 ~ 32.32%
G 112 of 263 ~ 42.59%
B 66 of 263 ~ 25.1%

%32.32
%42.59
%25.1

CMYK color model

#557042 color CMYK value is (24,0,41,56).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 56.08%
CMYK:
(24,0,41,56)
C24M0Y41K56 
(24%,0%,41%,56%)
(0.24/0.00/0.41/0.56)	

CMYK percentages

%24.11
%0
%41.07
%56.08

Codes

Color #557042 in popluar color models

557042
RGB8511266
HSL95°25.84%34.90%
HSB/HSV95°41.07%43.92%
CMYK24.11%0.00%41.07%
56.08%

Color #557042 in popluar number systems.

HEX557042
Decimal8511266
Binary101010111100001000010
Octal125160102

Shades and tints

Shades of #557042

#557042
(85,112,66)
#4E663C
(78,102,60)
#475C36
(71,92,54)
#405230
(64,82,48)
#39482A
(57,72,42)
#323E24
(50,62,36)
#2B341E
(43,52,30)
#242A18
(36,42,24)
#1D2012
(29,32,18)
#16160C
(22,22,12)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #557042

#557042
(85,112,66)
#647D53
(100,125,83)
#738A64
(115,138,100)
#829775
(130,151,117)
#91A486
(145,164,134)
#A0B197
(160,177,151)
#AFBEA8
(175,190,168)
#BECBB9
(190,203,185)
#CDD8CA
(205,216,202)
#DCE5DB
(220,229,219)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557042 color. Also use rgb(85,112,66) instead hex code.

Text Font Color

.myTextColor { color: #557042; }

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

This text font color is #557042.


Background Color

.myBgColor { background-color: #557042; }

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

This div background color is #557042.


Border color

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

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

This div border color is #557042.


Opacity

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

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

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

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

This text has shadow with #557042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557042 on black background.


Color preview on white background

This text has color #557042 on white background.



Black color preview on #557042 background

This text has black color on #557042 background.


White color preview on #557042 background

This text has white color on #557042 background.