COLOR #579505

HEX: #579505
RGB: (87,149,5)

Color info

#579505 contains mainly green color. Web safe color of #579505 is #669900 (or #690).

RGB color model

#579505 color RGB value is (87,149,5).

  • red value is 87;
  • green value is 149;
  • blue value is 5.
RGB:
(87,149,5)
(34%,58%,2%)

RGB channels and saturation

R 87 of 255 = 34%
G 149 of 255 = 58%
B 5 of 255 = 2%

87
149
5

R + G + B ~ 31%. #579505 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 149 + 5 = 241 (100%)
R 87 of 241 ~ 36.1%
G 149 of 241 ~ 61.83%
B 5 of 241 ~ 2.07%

%36.1
%61.83

CMYK color model

#579505 color CMYK value is (42,0,97,42).

  • cyan value is 41.61%
  • magenta value is 0.00%
  • yellow value is 96.64%
  • key color value is 41.57%
CMYK:
(42,0,97,42)
C42M0Y97K42 
(42%,0%,97%,42%)
(0.42/0.00/0.97/0.42)	

CMYK percentages

%41.61
%0
%96.64
%41.57

Codes

Color #579505 in popluar color models

579505
RGB871495
HSL86°93.51%30.20%
HSB/HSV86°96.64%58.43%
CMYK41.61%0.00%96.64%
41.57%

Color #579505 in popluar number systems.

HEX579505
Decimal871495
Binary101011110010101101
Octal1272255

Shades and tints

Shades of #579505

#579505
(87,149,5)
#508805
(80,136,5)
#497B05
(73,123,5)
#426E05
(66,110,5)
#3B6105
(59,97,5)
#345405
(52,84,5)
#2D4705
(45,71,5)
#263A05
(38,58,5)
#1F2D05
(31,45,5)
#182005
(24,32,5)
#111305
(17,19,5)
#000000
(0,0,0)

Tints of #579505

#579505
(87,149,5)
#669E1B
(102,158,27)
#75A731
(117,167,49)
#84B047
(132,176,71)
#93B95D
(147,185,93)
#A2C273
(162,194,115)
#B1CB89
(177,203,137)
#C0D49F
(192,212,159)
#CFDDB5
(207,221,181)
#DEE6CB
(222,230,203)
#EDEFE1
(237,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #579505 color. Also use rgb(87,149,5) instead hex code.

Text Font Color

.myTextColor { color: #579505; }

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

This text font color is #579505.


Background Color

.myBgColor { background-color: #579505; }

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

This div background color is #579505.


Border color

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

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

This div border color is #579505.


Opacity

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

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

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

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

This text has shadow with #579505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #579505 on black background.


Color preview on white background

This text has color #579505 on white background.



Black color preview on #579505 background

This text has black color on #579505 background.


White color preview on #579505 background

This text has white color on #579505 background.