COLOR #557A50

HEX: #557A50
RGB: (85,122,80)

Color info

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

RGB color model

#557A50 color RGB value is (85,122,80).

  • red value is 85;
  • green value is 122;
  • blue value is 80.
RGB:
(85,122,80)
(33%,48%,31%)

RGB channels and saturation

R 85 of 255 = 33%
G 122 of 255 = 48%
B 80 of 255 = 31%

85
122
80

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

Portions of RGB colors in percentages

R + G + B =
85 + 122 + 80 = 287 (100%)
R 85 of 287 ~ 29.62%
G 122 of 287 ~ 42.51%
B 80 of 287 ~ 27.87%

%29.62
%42.51
%27.87

CMYK color model

#557A50 color CMYK value is (30,0,34,52).

  • cyan value is 30.33%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 52.16%
CMYK:
(30,0,34,52)
C30M0Y34K52 
(30%,0%,34%,52%)
(0.30/0.00/0.34/0.52)	

CMYK percentages

%30.33
%0
%34.43
%52.16

Codes

Color #557A50 in popluar color models

557A50
RGB8512280
HSL113°20.79%39.61%
HSB/HSV113°34.43%47.84%
CMYK30.33%0.00%34.43%
52.16%

Color #557A50 in popluar number systems.

HEX557A50
Decimal8512280
Binary101010111110101010000
Octal125172120

Shades and tints

Shades of #557A50

#557A50
(85,122,80)
#4E6F49
(78,111,73)
#476442
(71,100,66)
#40593B
(64,89,59)
#394E34
(57,78,52)
#32432D
(50,67,45)
#2B3826
(43,56,38)
#242D1F
(36,45,31)
#1D2218
(29,34,24)
#161711
(22,23,17)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #557A50

#557A50
(85,122,80)
#64865F
(100,134,95)
#73926E
(115,146,110)
#829E7D
(130,158,125)
#91AA8C
(145,170,140)
#A0B69B
(160,182,155)
#AFC2AA
(175,194,170)
#BECEB9
(190,206,185)
#CDDAC8
(205,218,200)
#DCE6D7
(220,230,215)
#EBF2E6
(235,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557A50 color. Also use rgb(85,122,80) instead hex code.

Text Font Color

.myTextColor { color: #557A50; }

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

This text font color is #557A50.


Background Color

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

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

This div background color is #557A50.


Border color

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

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

This div border color is #557A50.


Opacity

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

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

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

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

This text has shadow with #557A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557A50 on black background.


Color preview on white background

This text has color #557A50 on white background.



Black color preview on #557A50 background

This text has black color on #557A50 background.


White color preview on #557A50 background

This text has white color on #557A50 background.