COLOR #557158

HEX: #557158
RGB: (85,113,88)

Color info

#557158 contains red, green and blue colors in about the same proportion. Web safe color of #557158 is #666666 (or #666).

RGB color model

#557158 color RGB value is (85,113,88).

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

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 88 of 255 = 35%

85
113
88

R + G + B ~ 37%. #557158 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 113 + 88 = 286 (100%)
R 85 of 286 ~ 29.72%
G 113 of 286 ~ 39.51%
B 88 of 286 ~ 30.77%

%29.72
%39.51
%30.77

CMYK color model

#557158 color CMYK value is (25,0,22,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 55.69%
CMYK:
(25,0,22,56)
C25M0Y22K56 
(25%,0%,22%,56%)
(0.25/0.00/0.22/0.56)	

CMYK percentages

%24.78
%0
%22.12
%55.69

Codes

Color #557158 in popluar color models

557158
RGB8511388
HSL126°14.14%38.82%
HSB/HSV126°24.78%44.31%
CMYK24.78%0.00%22.12%
55.69%

Color #557158 in popluar number systems.

HEX557158
Decimal8511388
Binary101010111100011011000
Octal125161130

Shades and tints

Shades of #557158

#557158
(85,113,88)
#4E6750
(78,103,80)
#475D48
(71,93,72)
#405340
(64,83,64)
#394938
(57,73,56)
#323F30
(50,63,48)
#2B3528
(43,53,40)
#242B20
(36,43,32)
#1D2118
(29,33,24)
#161710
(22,23,16)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #557158

#557158
(85,113,88)
#647D67
(100,125,103)
#738976
(115,137,118)
#829585
(130,149,133)
#91A194
(145,161,148)
#A0ADA3
(160,173,163)
#AFB9B2
(175,185,178)
#BEC5C1
(190,197,193)
#CDD1D0
(205,209,208)
#DCDDDF
(220,221,223)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557158; }

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

This text font color is #557158.


Background Color

.myBgColor { background-color: #557158; }

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

This div background color is #557158.


Border color

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

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

This div border color is #557158.


Opacity

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

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

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

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

This text has shadow with #557158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557158 on black background.


Color preview on white background

This text has color #557158 on white background.



Black color preview on #557158 background

This text has black color on #557158 background.


White color preview on #557158 background

This text has white color on #557158 background.