COLOR #557E4B

HEX: #557E4B
RGB: (85,126,75)

Color info

#557E4B contains red, green and blue colors in about the same proportion. Web safe color of #557E4B is #666633 (or #663).

RGB color model

#557E4B color RGB value is (85,126,75).

  • red value is 85;
  • green value is 126;
  • blue value is 75.
RGB:
(85,126,75)
(33%,49%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 126 of 255 = 49%
B 75 of 255 = 29%

85
126
75

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

Portions of RGB colors in percentages

R + G + B =
85 + 126 + 75 = 286 (100%)
R 85 of 286 ~ 29.72%
G 126 of 286 ~ 44.06%
B 75 of 286 ~ 26.22%

%29.72
%44.06
%26.22

CMYK color model

#557E4B color CMYK value is (33,0,40,51).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 40.48%
  • key color value is 50.59%
CMYK:
(33,0,40,51)
C33M0Y40K51 
(33%,0%,40%,51%)
(0.33/0.00/0.40/0.51)	

CMYK percentages

%32.54
%0
%40.48
%50.59

Codes

Color #557E4B in popluar color models

557E4B
RGB8512675
HSL108°25.37%39.41%
HSB/HSV108°40.48%49.41%
CMYK32.54%0.00%40.48%
50.59%

Color #557E4B in popluar number systems.

HEX557E4B
Decimal8512675
Binary101010111111101001011
Octal125176113

Shades and tints

Shades of #557E4B

#557E4B
(85,126,75)
#4E7345
(78,115,69)
#47683F
(71,104,63)
#405D39
(64,93,57)
#395233
(57,82,51)
#32472D
(50,71,45)
#2B3C27
(43,60,39)
#243121
(36,49,33)
#1D261B
(29,38,27)
#161B15
(22,27,21)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #557E4B

#557E4B
(85,126,75)
#64895B
(100,137,91)
#73946B
(115,148,107)
#829F7B
(130,159,123)
#91AA8B
(145,170,139)
#A0B59B
(160,181,155)
#AFC0AB
(175,192,171)
#BECBBB
(190,203,187)
#CDD6CB
(205,214,203)
#DCE1DB
(220,225,219)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557E4B color. Also use rgb(85,126,75) instead hex code.

Text Font Color

.myTextColor { color: #557E4B; }

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

This text font color is #557E4B.


Background Color

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

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

This div background color is #557E4B.


Border color

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

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

This div border color is #557E4B.


Opacity

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

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

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

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

This text has shadow with #557E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557E4B on black background.


Color preview on white background

This text has color #557E4B on white background.



Black color preview on #557E4B background

This text has black color on #557E4B background.


White color preview on #557E4B background

This text has white color on #557E4B background.