COLOR #558343

HEX: #558343
RGB: (85,131,67)

Color info

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

RGB color model

#558343 color RGB value is (85,131,67).

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

RGB channels and saturation

R 85 of 255 = 33%
G 131 of 255 = 51%
B 67 of 255 = 26%

85
131
67

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

Portions of RGB colors in percentages

R + G + B =
85 + 131 + 67 = 283 (100%)
R 85 of 283 ~ 30.04%
G 131 of 283 ~ 46.29%
B 67 of 283 ~ 23.67%

%30.04
%46.29
%23.67

CMYK color model

#558343 color CMYK value is (35,0,49,49).

  • cyan value is 35.11%
  • magenta value is 0.00%
  • yellow value is 48.85%
  • key color value is 48.63%
CMYK:
(35,0,49,49)
C35M0Y49K49 
(35%,0%,49%,49%)
(0.35/0.00/0.49/0.49)	

CMYK percentages

%35.11
%0
%48.85
%48.63

Codes

Color #558343 in popluar color models

558343
RGB8513167
HSL103°32.32%38.82%
HSB/HSV103°48.85%51.37%
CMYK35.11%0.00%48.85%
48.63%

Color #558343 in popluar number systems.

HEX558343
Decimal8513167
Binary1010101100000111000011
Octal125203103

Shades and tints

Shades of #558343

#558343
(85,131,67)
#4E783D
(78,120,61)
#476D37
(71,109,55)
#406231
(64,98,49)
#39572B
(57,87,43)
#324C25
(50,76,37)
#2B411F
(43,65,31)
#243619
(36,54,25)
#1D2B13
(29,43,19)
#16200D
(22,32,13)
#0F1507
(15,21,7)
#000000
(0,0,0)

Tints of #558343

#558343
(85,131,67)
#648E54
(100,142,84)
#739965
(115,153,101)
#82A476
(130,164,118)
#91AF87
(145,175,135)
#A0BA98
(160,186,152)
#AFC5A9
(175,197,169)
#BED0BA
(190,208,186)
#CDDBCB
(205,219,203)
#DCE6DC
(220,230,220)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558343; }

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

This text font color is #558343.


Background Color

.myBgColor { background-color: #558343; }

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

This div background color is #558343.


Border color

.myBorderColor { border: 1px solid #558343; }

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

This div border color is #558343.


Opacity

.myOpacity80 { color: #558343; opacity: 0.8; }

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

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

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

This text has shadow with #558343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558343 on black background.


Color preview on white background

This text has color #558343 on white background.



Black color preview on #558343 background

This text has black color on #558343 background.


White color preview on #558343 background

This text has white color on #558343 background.