COLOR #558A43

HEX: #558A43 RGB: (85,138,67)

Color info

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

RGB color model

#558A43 color RGB value is (85,138,67).

RGB: (85,138,67) (33%, 54%, 26%)

RGB channels and saturation

R 85 of 255 = 33%
G 138 of 255 = 54%
B 67 of 255 = 26%

85
138
67

R + G + B ~ 38%. #558A43 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 138 + 67 = 290 (100%)
R 85 of 290 ~ 29.31%
G 138 of 290 ~ 47.59%
B 67 of 290 ~ 23.1'%

%29.31
%47.59
%23.1

CMYK color model

#558A43 color CMYK value is (38,0,51,46).

  • cyan value is 38.41%
  • magenta value is 0.00%
  • yellow value is 51.45%
  • key color value is 45.88%

CMYK: (38,0,51,46)
C38M0Y51K46 (38%, 0%, 51%, 46%)
(0.38 / 0.00 / 0.51 / 0.46)

CMYK percentages

%38.41
%0
%51.45
%45.88

Codes

Color #558A43 in popluar color models

55 8A 43
RGB 85 138 67
HSL 105° 34.63% 40.20%
HSB/HSV 105° 51.45% 54.12%
CMYK 38.41% 0.00% 51.45%
45.88%

Color #558A43 in popluar number systems.

HEX 55 8A 43
Decimal 85 138 67
Binary 1010101 10001010 1000011
Octal 125 212 103

Shades and tints

Shades of #558A43

#558A43
(85,138,67)
#4E7E3D
(78,126,61)
#477237
(71,114,55)
#406631
(64,102,49)
#395A2B
(57,90,43)
#324E25
(50,78,37)
#2B421F
(43,66,31)
#243619
(36,54,25)
#1D2A13
(29,42,19)
#161E0D
(22,30,13)
#0F1207
(15,18,7)
#000000
(0,0,0)

Tints of #558A43

#558A43
(85,138,67)
#649454
(100,148,84)
#739E65
(115,158,101)
#82A876
(130,168,118)
#91B287
(145,178,135)
#A0BC98
(160,188,152)
#AFC6A9
(175,198,169)
#BED0BA
(190,208,186)
#CDDACB
(205,218,203)
#DCE4DC
(220,228,220)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558A43 color. Also use rgb(85,138,67) instead hex code.

Text Font Color

.myTextColor { color: #558A43; }

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

This text font color is #558A43.

Background Color

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

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

This div background color is #558A43.

Border color

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

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

This div border color is #558A43.

Opacity

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

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

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

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

This text has shadow with #558A43 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558A43.

Preview

Color preview on black background

This text has color #558A43 on black background.


Color preview on white background

This text has color #558A43 on white background.


Black color preview on #558A43 background

This text has black color on #558A43 background.


White color preview on #558A43 background

This text has white color on #558A43 background.


Related colors

Complementary color

Complementary color for #hex is #AA75BC.


I love getcolorcode.com

Triadic colors

1 #43558A and #8A4355 with #558A43 are triadic colors.

2 #438A55 and #8A5543 with #558A43 are triadic colors.