COLOR #557C5F

HEX: #557C5F
RGB: (85,124,95)

Color info

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

RGB color model

#557C5F color RGB value is (85,124,95).

  • red value is 85;
  • green value is 124;
  • blue value is 95.
RGB:
(85,124,95)
(33%,49%,37%)

RGB channels and saturation

R 85 of 255 = 33%
G 124 of 255 = 49%
B 95 of 255 = 37%

85
124
95

R + G + B ~ 40%. #557C5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 124 + 95 = 304 (100%)
R 85 of 304 ~ 27.96%
G 124 of 304 ~ 40.79%
B 95 of 304 ~ 31.25%

%27.96
%40.79
%31.25

CMYK color model

#557C5F color CMYK value is (31,0,23,51).

  • cyan value is 31.45%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 51.37%
CMYK:
(31,0,23,51)
C31M0Y23K51 
(31%,0%,23%,51%)
(0.31/0.00/0.23/0.51)	

CMYK percentages

%31.45
%0
%23.39
%51.37

Codes

Color #557C5F in popluar color models

557C5F
RGB8512495
HSL135°18.66%40.98%
HSB/HSV135°31.45%48.63%
CMYK31.45%0.00%23.39%
51.37%

Color #557C5F in popluar number systems.

HEX557C5F
Decimal8512495
Binary101010111111001011111
Octal125174137

Shades and tints

Shades of #557C5F

#557C5F
(85,124,95)
#4E7157
(78,113,87)
#47664F
(71,102,79)
#405B47
(64,91,71)
#39503F
(57,80,63)
#324537
(50,69,55)
#2B3A2F
(43,58,47)
#242F27
(36,47,39)
#1D241F
(29,36,31)
#161917
(22,25,23)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #557C5F

#557C5F
(85,124,95)
#64876D
(100,135,109)
#73927B
(115,146,123)
#829D89
(130,157,137)
#91A897
(145,168,151)
#A0B3A5
(160,179,165)
#AFBEB3
(175,190,179)
#BEC9C1
(190,201,193)
#CDD4CF
(205,212,207)
#DCDFDD
(220,223,221)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557C5F color. Also use rgb(85,124,95) instead hex code.

Text Font Color

.myTextColor { color: #557C5F; }

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

This text font color is #557C5F.


Background Color

.myBgColor { background-color: #557C5F; }

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

This div background color is #557C5F.


Border color

.myBorderColor { border: 1px solid #557C5F; }

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

This div border color is #557C5F.


Opacity

.myOpacity80 { color: #557C5F; opacity: 0.8; }

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

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

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

This text has shadow with #557C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557C5F on black background.


Color preview on white background

This text has color #557C5F on white background.



Black color preview on #557C5F background

This text has black color on #557C5F background.


White color preview on #557C5F background

This text has white color on #557C5F background.