COLOR #557153

HEX: #557153
RGB: (85,113,83)

Color info

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

RGB color model

#557153 color RGB value is (85,113,83).

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

RGB channels and saturation

R 85 of 255 = 33%
G 113 of 255 = 44%
B 83 of 255 = 33%

85
113
83

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

Portions of RGB colors in percentages

R + G + B =
85 + 113 + 83 = 281 (100%)
R 85 of 281 ~ 30.25%
G 113 of 281 ~ 40.21%
B 83 of 281 ~ 29.54%

%30.25
%40.21
%29.54

CMYK color model

#557153 color CMYK value is (25,0,27,56).

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 26.55%
  • key color value is 55.69%
CMYK:
(25,0,27,56)
C25M0Y27K56 
(25%,0%,27%,56%)
(0.25/0.00/0.27/0.56)	

CMYK percentages

%24.78
%0
%26.55
%55.69

Codes

Color #557153 in popluar color models

557153
RGB8511383
HSL116°15.31%38.43%
HSB/HSV116°26.55%44.31%
CMYK24.78%0.00%26.55%
55.69%

Color #557153 in popluar number systems.

HEX557153
Decimal8511383
Binary101010111100011010011
Octal125161123

Shades and tints

Shades of #557153

#557153
(85,113,83)
#4E674C
(78,103,76)
#475D45
(71,93,69)
#40533E
(64,83,62)
#394937
(57,73,55)
#323F30
(50,63,48)
#2B3529
(43,53,41)
#242B22
(36,43,34)
#1D211B
(29,33,27)
#161714
(22,23,20)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #557153

#557153
(85,113,83)
#647D62
(100,125,98)
#738971
(115,137,113)
#829580
(130,149,128)
#91A18F
(145,161,143)
#A0AD9E
(160,173,158)
#AFB9AD
(175,185,173)
#BEC5BC
(190,197,188)
#CDD1CB
(205,209,203)
#DCDDDA
(220,221,218)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557153; }

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

This text font color is #557153.


Background Color

.myBgColor { background-color: #557153; }

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

This div background color is #557153.


Border color

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

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

This div border color is #557153.


Opacity

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

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

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

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

This text has shadow with #557153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557153 on black background.


Color preview on white background

This text has color #557153 on white background.



Black color preview on #557153 background

This text has black color on #557153 background.


White color preview on #557153 background

This text has white color on #557153 background.