COLOR #558C3E

HEX: #558C3E RGB: (85,140,62)

Color info

#558C3E contains mainly red and green colors. Web safe color of #558C3E is #669933 (or #693).

RGB color model

#558C3E color RGB value is (85,140,62).

RGB: (85,140,62) (33%, 55%, 24%)

RGB channels and saturation

R 85 of 255 = 33%
G 140 of 255 = 55%
B 62 of 255 = 24%

85
140
62

R + G + B ~ 37%. #558C3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 140 + 62 = 287 (100%)
R 85 of 287 ~ 29.62%
G 140 of 287 ~ 48.78%
B 62 of 287 ~ 21.6'%

%29.62
%48.78
%21.6

CMYK color model

#558C3E color CMYK value is (39,0,56,45).

  • cyan value is 39.29%
  • magenta value is 0.00%
  • yellow value is 55.71%
  • key color value is 45.10%

CMYK: (39,0,56,45)
C39M0Y56K45 (39%, 0%, 56%, 45%)
(0.39 / 0.00 / 0.56 / 0.45)

CMYK percentages

%39.29
%0
%55.71
%45.1

Codes

Color #558C3E in popluar color models

55 8C 3E
RGB 85 140 62
HSL 102° 38.61% 39.61%
HSB/HSV 102° 55.71% 54.90%
CMYK 39.29% 0.00% 55.71%
45.10%

Color #558C3E in popluar number systems.

HEX 55 8C 3E
Decimal 85 140 62
Binary 1010101 10001100 111110
Octal 125 214 76

Shades and tints

Shades of #558C3E

#558C3E
(85,140,62)
#4E8039
(78,128,57)
#477434
(71,116,52)
#40682F
(64,104,47)
#395C2A
(57,92,42)
#325025
(50,80,37)
#2B4420
(43,68,32)
#24381B
(36,56,27)
#1D2C16
(29,44,22)
#162011
(22,32,17)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #558C3E

#558C3E
(85,140,62)
#64964F
(100,150,79)
#73A060
(115,160,96)
#82AA71
(130,170,113)
#91B482
(145,180,130)
#A0BE93
(160,190,147)
#AFC8A4
(175,200,164)
#BED2B5
(190,210,181)
#CDDCC6
(205,220,198)
#DCE6D7
(220,230,215)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558C3E color. Also use rgb(85,140,62) instead hex code.

Text Font Color

.myTextColor { color: #558C3E; }

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

This text font color is #558C3E.

Background Color

.myBgColor { background-color: #558C3E; }

<div style="background-color:#558C3E">Inner text</div>

This div background color is #558C3E.

Border color

.myBorderColor { border: 1px solid #558C3E; }

<div style="border:3px solid #558C3E">Div</div>

This div border color is #558C3E.

Opacity

.myOpacity80 { color: #558C3E; opacity: 0.8; }

<p style="color:#558C3E;opacity:0.8;">80%</p>

Text with #558C3E 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 #558C3E;}

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

This text has shadow with #558C3E color.


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

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

This text has shadow with #558C3E primary color and red secondary color.


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

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

This text has shadow with #558C3E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #558C3E.

Preview

Color preview on black background

This text has color #558C3E on black background.


Color preview on white background

This text has color #558C3E on white background.


Black color preview on #558C3E background

This text has black color on #558C3E background.


White color preview on #558C3E background

This text has white color on #558C3E background.


Related colors

Complementary color

Complementary color for #hex is #AA73C1.


I love getcolorcode.com

Triadic colors

1 #3E558C and #8C3E55 with #558C3E are triadic colors.

2 #3E8C55 and #8C553E with #558C3E are triadic colors.