COLOR #557F43

HEX: #557F43
RGB: (85,127,67)

Color info

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

RGB color model

#557F43 color RGB value is (85,127,67).

  • red value is 85;
  • green value is 127;
  • blue value is 67.
RGB:
(85,127,67)
(33%,50%,26%)

RGB channels and saturation

R 85 of 255 = 33%
G 127 of 255 = 50%
B 67 of 255 = 26%

85
127
67

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

Portions of RGB colors in percentages

R + G + B =
85 + 127 + 67 = 279 (100%)
R 85 of 279 ~ 30.47%
G 127 of 279 ~ 45.52%
B 67 of 279 ~ 24.01%

%30.47
%45.52
%24.01

CMYK color model

#557F43 color CMYK value is (33,0,47,50).

  • cyan value is 33.07%
  • magenta value is 0.00%
  • yellow value is 47.24%
  • key color value is 50.20%
CMYK:
(33,0,47,50)
C33M0Y47K50 
(33%,0%,47%,50%)
(0.33/0.00/0.47/0.50)	

CMYK percentages

%33.07
%0
%47.24
%50.2

Codes

Color #557F43 in popluar color models

557F43
RGB8512767
HSL102°30.93%38.04%
HSB/HSV102°47.24%49.80%
CMYK33.07%0.00%47.24%
50.20%

Color #557F43 in popluar number systems.

HEX557F43
Decimal8512767
Binary101010111111111000011
Octal125177103

Shades and tints

Shades of #557F43

#557F43
(85,127,67)
#4E743D
(78,116,61)
#476937
(71,105,55)
#405E31
(64,94,49)
#39532B
(57,83,43)
#324825
(50,72,37)
#2B3D1F
(43,61,31)
#243219
(36,50,25)
#1D2713
(29,39,19)
#161C0D
(22,28,13)
#0F1107
(15,17,7)
#000000
(0,0,0)

Tints of #557F43

#557F43
(85,127,67)
#648A54
(100,138,84)
#739565
(115,149,101)
#82A076
(130,160,118)
#91AB87
(145,171,135)
#A0B698
(160,182,152)
#AFC1A9
(175,193,169)
#BECCBA
(190,204,186)
#CDD7CB
(205,215,203)
#DCE2DC
(220,226,220)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557F43 color. Also use rgb(85,127,67) instead hex code.

Text Font Color

.myTextColor { color: #557F43; }

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

This text font color is #557F43.


Background Color

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

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

This div background color is #557F43.


Border color

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

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

This div border color is #557F43.


Opacity

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

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

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

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

This text has shadow with #557F43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557F43 on black background.


Color preview on white background

This text has color #557F43 on white background.



Black color preview on #557F43 background

This text has black color on #557F43 background.


White color preview on #557F43 background

This text has white color on #557F43 background.