COLOR #557E3A

HEX: #557E3A RGB: (85,126,58)

Color info

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

RGB color model

#557E3A color RGB value is (85,126,58).

RGB: (85,126,58) (33%, 49%, 23%)

RGB channels and saturation

R 85 of 255 = 33%
G 126 of 255 = 49%
B 58 of 255 = 23%

85
126
58

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

Portions of RGB colors in percentages

R + G + B = 85 + 126 + 58 = 269 (100%)
R 85 of 269 ~ 31.6%
G 126 of 269 ~ 46.84%
B 58 of 269 ~ 21.56'%

%31.6
%46.84
%21.56

CMYK color model

#557E3A color CMYK value is (33,0,54,51).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 53.97%
  • key color value is 50.59%

CMYK: (33,0,54,51)
C33M0Y54K51 (33%, 0%, 54%, 51%)
(0.33 / 0.00 / 0.54 / 0.51)

CMYK percentages

%32.54
%0
%53.97
%50.59

Codes

Color #557E3A in popluar color models

55 7E 3A
RGB 85 126 58
HSL 96° 36.96% 36.08%
HSB/HSV 96° 53.97% 49.41%
CMYK 32.54% 0.00% 53.97%
50.59%

Color #557E3A in popluar number systems.

HEX 55 7E 3A
Decimal 85 126 58
Binary 1010101 1111110 111010
Octal 125 176 72

Shades and tints

Shades of #557E3A

#557E3A
(85,126,58)
#4E7335
(78,115,53)
#476830
(71,104,48)
#405D2B
(64,93,43)
#395226
(57,82,38)
#324721
(50,71,33)
#2B3C1C
(43,60,28)
#243117
(36,49,23)
#1D2612
(29,38,18)
#161B0D
(22,27,13)
#0F1008
(15,16,8)
#000000
(0,0,0)

Tints of #557E3A

#557E3A
(85,126,58)
#64894B
(100,137,75)
#73945C
(115,148,92)
#829F6D
(130,159,109)
#91AA7E
(145,170,126)
#A0B58F
(160,181,143)
#AFC0A0
(175,192,160)
#BECBB1
(190,203,177)
#CDD6C2
(205,214,194)
#DCE1D3
(220,225,211)
#EBECE4
(235,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557E3A; }

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

This text font color is #557E3A.

Background Color

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

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

This div background color is #557E3A.

Border color

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

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

This div border color is #557E3A.

Opacity

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

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

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

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

This text has shadow with #557E3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #557E3A.

Preview

Color preview on black background

This text has color #557E3A on black background.


Color preview on white background

This text has color #557E3A on white background.


Black color preview on #557E3A background

This text has black color on #557E3A background.


White color preview on #557E3A background

This text has white color on #557E3A background.


Related colors

Complementary color

Complementary color for #hex is #AA81C5.


I love getcolorcode.com

Triadic colors

1 #3A557E and #7E3A55 with #557E3A are triadic colors.

2 #3A7E55 and #7E553A with #557E3A are triadic colors.