COLOR #059407

HEX: #059407 RGB: (5,148,7)

Color info

#059407 contains mainly green color. Web safe color of #059407 is #009900 (or #090).

RGB color model

#059407 color RGB value is (5,148,7).

RGB: (5,148,7) (2%, 58%, 3%)

RGB channels and saturation

R 5 of 255 = 2%
G 148 of 255 = 58%
B 7 of 255 = 3%

5
148
7

R + G + B ~ 21%. #059407 is dark color.

Portions of RGB colors in percentages

R + G + B = 5 + 148 + 7 = 160 (100%)
R 5 of 160 ~ 3.13%
G 148 of 160 ~ 92.5%
B 7 of 160 ~ 4.38'%

%92.5

CMYK color model

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

  • cyan value is 96.62%
  • magenta value is 0.00%
  • yellow value is 95.27%
  • key color value is 41.96%

CMYK: (97,0,95,42)
C97M0Y95K42 (97%, 0%, 95%, 42%)
(0.97 / 0.00 / 0.95 / 0.42)

CMYK percentages

%96.62
%0
%95.27
%41.96

Codes

Color #059407 in popluar color models

05 94 07
RGB 5 148 7
HSL 121° 93.46% 30.00%
HSB/HSV 121° 96.62% 58.04%
CMYK 96.62% 0.00% 95.27%
41.96%

Color #059407 in popluar number systems.

HEX 05 94 07
Decimal 5 148 7
Binary 101 10010100 111
Octal 5 224 7

Shades and tints

Shades of #059407

#059407
(5,148,7)
#058707
(5,135,7)
#057A07
(5,122,7)
#056D07
(5,109,7)
#056007
(5,96,7)
#055307
(5,83,7)
#054607
(5,70,7)
#053907
(5,57,7)
#052C07
(5,44,7)
#051F07
(5,31,7)
#051207
(5,18,7)
#000000
(0,0,0)

Tints of #059407

#059407
(5,148,7)
#1B9D1D
(27,157,29)
#31A633
(49,166,51)
#47AF49
(71,175,73)
#5DB85F
(93,184,95)
#73C175
(115,193,117)
#89CA8B
(137,202,139)
#9FD3A1
(159,211,161)
#B5DCB7
(181,220,183)
#CBE5CD
(203,229,205)
#E1EEE3
(225,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #059407 color. Also use rgb(5,148,7) instead hex code.

Text Font Color

.myTextColor { color: #059407; }

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

This text font color is #059407.

Background Color

.myBgColor { background-color: #059407; }

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

This div background color is #059407.

Border color

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

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

This div border color is #059407.

Opacity

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

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

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

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

This text has shadow with #059407 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #059407.

Preview

Color preview on black background

This text has color #059407 on black background.


Color preview on white background

This text has color #059407 on white background.


Black color preview on #059407 background

This text has black color on #059407 background.


White color preview on #059407 background

This text has white color on #059407 background.


Related colors

Complementary color

Complementary color for #hex is #FA6BF8.


I love getcolorcode.com

Triadic colors

1 #070594 and #940705 with #059407 are triadic colors.

2 #079405 and #940507 with #059407 are triadic colors.