COLOR #557253

HEX: #557253
RGB: (85,114,83)

Color info

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

RGB color model

#557253 color RGB value is (85,114,83).

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

RGB channels and saturation

R 85 of 255 = 33%
G 114 of 255 = 45%
B 83 of 255 = 33%

85
114
83

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

Portions of RGB colors in percentages

R + G + B =
85 + 114 + 83 = 282 (100%)
R 85 of 282 ~ 30.14%
G 114 of 282 ~ 40.43%
B 83 of 282 ~ 29.43%

%30.14
%40.43
%29.43

CMYK color model

#557253 color CMYK value is (25,0,27,55).

  • cyan value is 25.44%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 55.29%
CMYK:
(25,0,27,55)
C25M0Y27K55 
(25%,0%,27%,55%)
(0.25/0.00/0.27/0.55)	

CMYK percentages

%25.44
%0
%27.19
%55.29

Codes

Color #557253 in popluar color models

557253
RGB8511483
HSL116°15.74%38.63%
HSB/HSV116°27.19%44.71%
CMYK25.44%0.00%27.19%
55.29%

Color #557253 in popluar number systems.

HEX557253
Decimal8511483
Binary101010111100101010011
Octal125162123

Shades and tints

Shades of #557253

#557253
(85,114,83)
#4E684C
(78,104,76)
#475E45
(71,94,69)
#40543E
(64,84,62)
#394A37
(57,74,55)
#324030
(50,64,48)
#2B3629
(43,54,41)
#242C22
(36,44,34)
#1D221B
(29,34,27)
#161814
(22,24,20)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #557253

#557253
(85,114,83)
#647E62
(100,126,98)
#738A71
(115,138,113)
#829680
(130,150,128)
#91A28F
(145,162,143)
#A0AE9E
(160,174,158)
#AFBAAD
(175,186,173)
#BEC6BC
(190,198,188)
#CDD2CB
(205,210,203)
#DCDEDA
(220,222,218)
#EBEAE9
(235,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557253; }

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

This text font color is #557253.


Background Color

.myBgColor { background-color: #557253; }

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

This div background color is #557253.


Border color

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

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

This div border color is #557253.


Opacity

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

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

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

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

This text has shadow with #557253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557253 on black background.


Color preview on white background

This text has color #557253 on white background.



Black color preview on #557253 background

This text has black color on #557253 background.


White color preview on #557253 background

This text has white color on #557253 background.