COLOR #557C44

HEX: #557C44
RGB: (85,124,68)

Color info

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

RGB color model

#557C44 color RGB value is (85,124,68).

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

RGB channels and saturation

R 85 of 255 = 33%
G 124 of 255 = 49%
B 68 of 255 = 27%

85
124
68

R + G + B ~ 36%. #557C44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 124 + 68 = 277 (100%)
R 85 of 277 ~ 30.69%
G 124 of 277 ~ 44.77%
B 68 of 277 ~ 24.55%

%30.69
%44.77
%24.55

CMYK color model

#557C44 color CMYK value is (31,0,45,51).

  • cyan value is 31.45%
  • magenta value is 0.00%
  • yellow value is 45.16%
  • key color value is 51.37%
CMYK:
(31,0,45,51)
C31M0Y45K51 
(31%,0%,45%,51%)
(0.31/0.00/0.45/0.51)	

CMYK percentages

%31.45
%0
%45.16
%51.37

Codes

Color #557C44 in popluar color models

557C44
RGB8512468
HSL102°29.17%37.65%
HSB/HSV102°45.16%48.63%
CMYK31.45%0.00%45.16%
51.37%

Color #557C44 in popluar number systems.

HEX557C44
Decimal8512468
Binary101010111111001000100
Octal125174104

Shades and tints

Shades of #557C44

#557C44
(85,124,68)
#4E713E
(78,113,62)
#476638
(71,102,56)
#405B32
(64,91,50)
#39502C
(57,80,44)
#324526
(50,69,38)
#2B3A20
(43,58,32)
#242F1A
(36,47,26)
#1D2414
(29,36,20)
#16190E
(22,25,14)
#0F0E08
(15,14,8)
#000000
(0,0,0)

Tints of #557C44

#557C44
(85,124,68)
#648755
(100,135,85)
#739266
(115,146,102)
#829D77
(130,157,119)
#91A888
(145,168,136)
#A0B399
(160,179,153)
#AFBEAA
(175,190,170)
#BEC9BB
(190,201,187)
#CDD4CC
(205,212,204)
#DCDFDD
(220,223,221)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557C44; }

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

This text font color is #557C44.


Background Color

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

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

This div background color is #557C44.


Border color

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

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

This div border color is #557C44.


Opacity

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

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

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

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

This text has shadow with #557C44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557C44 on black background.


Color preview on white background

This text has color #557C44 on white background.



Black color preview on #557C44 background

This text has black color on #557C44 background.


White color preview on #557C44 background

This text has white color on #557C44 background.