COLOR #059033

HEX: #059033
RGB: (5,144,51)

Color info

#059033 contains mainly green color. Web safe color of #059033 is #009933 (or #093).

RGB color model

#059033 color RGB value is (5,144,51).

  • red value is 5;
  • green value is 144;
  • blue value is 51.
RGB:
(5,144,51)
(2%,56%,20%)

RGB channels and saturation

R 5 of 255 = 2%
G 144 of 255 = 56%
B 51 of 255 = 20%

5
144
51

R + G + B ~ 26%. #059033 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 144 + 51 = 200 (100%)
R 5 of 200 ~ 2.5%
G 144 of 200 ~ 72%
B 51 of 200 ~ 25.5%

%72
%25.5

CMYK color model

#059033 color CMYK value is (97,0,65,44).

  • cyan value is 96.53%
  • magenta value is 0.00%
  • yellow value is 64.58%
  • key color value is 43.53%
CMYK:
(97,0,65,44)
C97M0Y65K44 
(97%,0%,65%,44%)
(0.97/0.00/0.65/0.44)	

CMYK percentages

%96.53
%0
%64.58
%43.53

Codes

Color #059033 in popluar color models

059033
RGB514451
HSL140°93.29%29.22%
HSB/HSV140°96.53%56.47%
CMYK96.53%0.00%64.58%
43.53%

Color #059033 in popluar number systems.

HEX059033
Decimal514451
Binary10110010000110011
Octal522063

Shades and tints

Shades of #059033

#059033
(5,144,51)
#05832F
(5,131,47)
#05762B
(5,118,43)
#056927
(5,105,39)
#055C23
(5,92,35)
#054F1F
(5,79,31)
#05421B
(5,66,27)
#053517
(5,53,23)
#052813
(5,40,19)
#051B0F
(5,27,15)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #059033

#059033
(5,144,51)
#1B9A45
(27,154,69)
#31A457
(49,164,87)
#47AE69
(71,174,105)
#5DB87B
(93,184,123)
#73C28D
(115,194,141)
#89CC9F
(137,204,159)
#9FD6B1
(159,214,177)
#B5E0C3
(181,224,195)
#CBEAD5
(203,234,213)
#E1F4E7
(225,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #059033 color. Also use rgb(5,144,51) instead hex code.

Text Font Color

.myTextColor { color: #059033; }

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

This text font color is #059033.


Background Color

.myBgColor { background-color: #059033; }

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

This div background color is #059033.


Border color

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

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

This div border color is #059033.


Opacity

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

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

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

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

This text has shadow with #059033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #059033 on black background.


Color preview on white background

This text has color #059033 on white background.



Black color preview on #059033 background

This text has black color on #059033 background.


White color preview on #059033 background

This text has white color on #059033 background.