COLOR #557B5C

HEX: #557B5C
RGB: (85,123,92)

Color info

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

RGB color model

#557B5C color RGB value is (85,123,92).

  • red value is 85;
  • green value is 123;
  • blue value is 92.
RGB:
(85,123,92)
(33%,48%,36%)

RGB channels and saturation

R 85 of 255 = 33%
G 123 of 255 = 48%
B 92 of 255 = 36%

85
123
92

R + G + B ~ 39%. #557B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 123 + 92 = 300 (100%)
R 85 of 300 ~ 28.33%
G 123 of 300 ~ 41%
B 92 of 300 ~ 30.67%

%28.33
%41
%30.67

CMYK color model

#557B5C color CMYK value is (31,0,25,52).

  • cyan value is 30.89%
  • magenta value is 0.00%
  • yellow value is 25.20%
  • key color value is 51.76%
CMYK:
(31,0,25,52)
C31M0Y25K52 
(31%,0%,25%,52%)
(0.31/0.00/0.25/0.52)	

CMYK percentages

%30.89
%0
%25.2
%51.76

Codes

Color #557B5C in popluar color models

557B5C
RGB8512392
HSL131°18.27%40.78%
HSB/HSV131°30.89%48.24%
CMYK30.89%0.00%25.20%
51.76%

Color #557B5C in popluar number systems.

HEX557B5C
Decimal8512392
Binary101010111110111011100
Octal125173134

Shades and tints

Shades of #557B5C

#557B5C
(85,123,92)
#4E7054
(78,112,84)
#47654C
(71,101,76)
#405A44
(64,90,68)
#394F3C
(57,79,60)
#324434
(50,68,52)
#2B392C
(43,57,44)
#242E24
(36,46,36)
#1D231C
(29,35,28)
#161814
(22,24,20)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #557B5C

#557B5C
(85,123,92)
#64876A
(100,135,106)
#739378
(115,147,120)
#829F86
(130,159,134)
#91AB94
(145,171,148)
#A0B7A2
(160,183,162)
#AFC3B0
(175,195,176)
#BECFBE
(190,207,190)
#CDDBCC
(205,219,204)
#DCE7DA
(220,231,218)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557B5C color. Also use rgb(85,123,92) instead hex code.

Text Font Color

.myTextColor { color: #557B5C; }

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

This text font color is #557B5C.


Background Color

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

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

This div background color is #557B5C.


Border color

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

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

This div border color is #557B5C.


Opacity

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

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

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

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

This text has shadow with #557B5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557B5C on black background.


Color preview on white background

This text has color #557B5C on white background.



Black color preview on #557B5C background

This text has black color on #557B5C background.


White color preview on #557B5C background

This text has white color on #557B5C background.