COLOR #557C3B

HEX: #557C3B
RGB: (85,124,59)

Color info

#557C3B contains mainly red and green colors. Web safe color of #557C3B is #666633 (or #663).

RGB color model

#557C3B color RGB value is (85,124,59).

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

RGB channels and saturation

R 85 of 255 = 33%
G 124 of 255 = 49%
B 59 of 255 = 23%

85
124
59

R + G + B ~ 35%. #557C3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 124 + 59 = 268 (100%)
R 85 of 268 ~ 31.72%
G 124 of 268 ~ 46.27%
B 59 of 268 ~ 22.01%

%31.72
%46.27
%22.01

CMYK color model

#557C3B color CMYK value is (31,0,52,51).

  • cyan value is 31.45%
  • magenta value is 0.00%
  • yellow value is 52.42%
  • key color value is 51.37%
CMYK:
(31,0,52,51)
C31M0Y52K51 
(31%,0%,52%,51%)
(0.31/0.00/0.52/0.51)	

CMYK percentages

%31.45
%0
%52.42
%51.37

Codes

Color #557C3B in popluar color models

557C3B
RGB8512459
HSL96°35.52%35.88%
HSB/HSV96°52.42%48.63%
CMYK31.45%0.00%52.42%
51.37%

Color #557C3B in popluar number systems.

HEX557C3B
Decimal8512459
Binary10101011111100111011
Octal12517473

Shades and tints

Shades of #557C3B

#557C3B
(85,124,59)
#4E7136
(78,113,54)
#476631
(71,102,49)
#405B2C
(64,91,44)
#395027
(57,80,39)
#324522
(50,69,34)
#2B3A1D
(43,58,29)
#242F18
(36,47,24)
#1D2413
(29,36,19)
#16190E
(22,25,14)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #557C3B

#557C3B
(85,124,59)
#64874C
(100,135,76)
#73925D
(115,146,93)
#829D6E
(130,157,110)
#91A87F
(145,168,127)
#A0B390
(160,179,144)
#AFBEA1
(175,190,161)
#BEC9B2
(190,201,178)
#CDD4C3
(205,212,195)
#DCDFD4
(220,223,212)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557C3B; }

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

This text font color is #557C3B.


Background Color

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

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

This div background color is #557C3B.


Border color

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

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

This div border color is #557C3B.


Opacity

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

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

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

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

This text has shadow with #557C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557C3B on black background.


Color preview on white background

This text has color #557C3B on white background.



Black color preview on #557C3B background

This text has black color on #557C3B background.


White color preview on #557C3B background

This text has white color on #557C3B background.