COLOR #557138

HEX: #557138
RGB: (85,113,56)

Color info

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

RGB color model

#557138 color RGB value is (85,113,56).

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

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 56 of 255 = 22%

85
113
56

R + G + B ~ 33%. #557138 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 113 + 56 = 254 (100%)
R 85 of 254 ~ 33.46%
G 113 of 254 ~ 44.49%
B 56 of 254 ~ 22.05%

%33.46
%44.49
%22.05

CMYK color model

#557138 color CMYK value is (25,0,50,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 50.44%
  • key color value is 55.69%
CMYK:
(25,0,50,56)
C25M0Y50K56 
(25%,0%,50%,56%)
(0.25/0.00/0.50/0.56)	

CMYK percentages

%24.78
%0
%50.44
%55.69

Codes

Color #557138 in popluar color models

557138
RGB8511356
HSL89°33.73%33.14%
HSB/HSV89°50.44%44.31%
CMYK24.78%0.00%50.44%
55.69%

Color #557138 in popluar number systems.

HEX557138
Decimal8511356
Binary10101011110001111000
Octal12516170

Shades and tints

Shades of #557138

#557138
(85,113,56)
#4E6733
(78,103,51)
#475D2E
(71,93,46)
#405329
(64,83,41)
#394924
(57,73,36)
#323F1F
(50,63,31)
#2B351A
(43,53,26)
#242B15
(36,43,21)
#1D2110
(29,33,16)
#16170B
(22,23,11)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #557138

#557138
(85,113,56)
#647D4A
(100,125,74)
#73895C
(115,137,92)
#82956E
(130,149,110)
#91A180
(145,161,128)
#A0AD92
(160,173,146)
#AFB9A4
(175,185,164)
#BEC5B6
(190,197,182)
#CDD1C8
(205,209,200)
#DCDDDA
(220,221,218)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557138; }

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

This text font color is #557138.


Background Color

.myBgColor { background-color: #557138; }

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

This div background color is #557138.


Border color

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

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

This div border color is #557138.


Opacity

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

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

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

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

This text has shadow with #557138 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557138 on black background.


Color preview on white background

This text has color #557138 on white background.



Black color preview on #557138 background

This text has black color on #557138 background.


White color preview on #557138 background

This text has white color on #557138 background.