COLOR #557E3D

HEX: #557E3D
RGB: (85,126,61)

Color info

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

RGB color model

#557E3D color RGB value is (85,126,61).

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

RGB channels and saturation

R 85 of 255 = 33%
G 126 of 255 = 49%
B 61 of 255 = 24%

85
126
61

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

Portions of RGB colors in percentages

R + G + B =
85 + 126 + 61 = 272 (100%)
R 85 of 272 ~ 31.25%
G 126 of 272 ~ 46.32%
B 61 of 272 ~ 22.43%

%31.25
%46.32
%22.43

CMYK color model

#557E3D color CMYK value is (33,0,52,51).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 51.59%
  • key color value is 50.59%
CMYK:
(33,0,52,51)
C33M0Y52K51 
(33%,0%,52%,51%)
(0.33/0.00/0.52/0.51)	

CMYK percentages

%32.54
%0
%51.59
%50.59

Codes

Color #557E3D in popluar color models

557E3D
RGB8512661
HSL98°34.76%36.67%
HSB/HSV98°51.59%49.41%
CMYK32.54%0.00%51.59%
50.59%

Color #557E3D in popluar number systems.

HEX557E3D
Decimal8512661
Binary10101011111110111101
Octal12517675

Shades and tints

Shades of #557E3D

#557E3D
(85,126,61)
#4E7338
(78,115,56)
#476833
(71,104,51)
#405D2E
(64,93,46)
#395229
(57,82,41)
#324724
(50,71,36)
#2B3C1F
(43,60,31)
#24311A
(36,49,26)
#1D2615
(29,38,21)
#161B10
(22,27,16)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #557E3D

#557E3D
(85,126,61)
#64894E
(100,137,78)
#73945F
(115,148,95)
#829F70
(130,159,112)
#91AA81
(145,170,129)
#A0B592
(160,181,146)
#AFC0A3
(175,192,163)
#BECBB4
(190,203,180)
#CDD6C5
(205,214,197)
#DCE1D6
(220,225,214)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557E3D; }

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

This text font color is #557E3D.


Background Color

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

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

This div background color is #557E3D.


Border color

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

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

This div border color is #557E3D.


Opacity

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

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

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

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

This text has shadow with #557E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557E3D on black background.


Color preview on white background

This text has color #557E3D on white background.



Black color preview on #557E3D background

This text has black color on #557E3D background.


White color preview on #557E3D background

This text has white color on #557E3D background.