COLOR #578C49

HEX: #578C49
RGB: (87,140,73)

Color info

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

RGB color model

#578C49 color RGB value is (87,140,73).

  • red value is 87;
  • green value is 140;
  • blue value is 73.
RGB:
(87,140,73)
(34%,55%,29%)

RGB channels and saturation

R 87 of 255 = 34%
G 140 of 255 = 55%
B 73 of 255 = 29%

87
140
73

R + G + B ~ 39%. #578C49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 140 + 73 = 300 (100%)
R 87 of 300 ~ 29%
G 140 of 300 ~ 46.67%
B 73 of 300 ~ 24.33%

%29
%46.67
%24.33

CMYK color model

#578C49 color CMYK value is (38,0,48,45).

  • cyan value is 37.86%
  • magenta value is 0.00%
  • yellow value is 47.86%
  • key color value is 45.10%
CMYK:
(38,0,48,45)
C38M0Y48K45 
(38%,0%,48%,45%)
(0.38/0.00/0.48/0.45)	

CMYK percentages

%37.86
%0
%47.86
%45.1

Codes

Color #578C49 in popluar color models

578C49
RGB8714073
HSL107°31.46%41.76%
HSB/HSV107°47.86%54.90%
CMYK37.86%0.00%47.86%
45.10%

Color #578C49 in popluar number systems.

HEX578C49
Decimal8714073
Binary1010111100011001001001
Octal127214111

Shades and tints

Shades of #578C49

#578C49
(87,140,73)
#508043
(80,128,67)
#49743D
(73,116,61)
#426837
(66,104,55)
#3B5C31
(59,92,49)
#34502B
(52,80,43)
#2D4425
(45,68,37)
#26381F
(38,56,31)
#1F2C19
(31,44,25)
#182013
(24,32,19)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #578C49

#578C49
(87,140,73)
#669659
(102,150,89)
#75A069
(117,160,105)
#84AA79
(132,170,121)
#93B489
(147,180,137)
#A2BE99
(162,190,153)
#B1C8A9
(177,200,169)
#C0D2B9
(192,210,185)
#CFDCC9
(207,220,201)
#DEE6D9
(222,230,217)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #578C49 color. Also use rgb(87,140,73) instead hex code.

Text Font Color

.myTextColor { color: #578C49; }

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

This text font color is #578C49.


Background Color

.myBgColor { background-color: #578C49; }

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

This div background color is #578C49.


Border color

.myBorderColor { border: 1px solid #578C49; }

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

This div border color is #578C49.


Opacity

.myOpacity80 { color: #578C49; opacity: 0.8; }

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

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

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

This text has shadow with #578C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578C49 on black background.


Color preview on white background

This text has color #578C49 on white background.



Black color preview on #578C49 background

This text has black color on #578C49 background.


White color preview on #578C49 background

This text has white color on #578C49 background.