COLOR #059B72

HEX: #059B72
RGB: (5,155,114)

Color info

#059B72 contains mainly green and blue colors. Web safe color of #059B72 is #009966 (or #096).

RGB color model

#059B72 color RGB value is (5,155,114).

  • red value is 5;
  • green value is 155;
  • blue value is 114.
RGB:
(5,155,114)
(2%,61%,45%)

RGB channels and saturation

R 5 of 255 = 2%
G 155 of 255 = 61%
B 114 of 255 = 45%

5
155
114

R + G + B ~ 36%. #059B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 155 + 114 = 274 (100%)
R 5 of 274 ~ 1.82%
G 155 of 274 ~ 56.57%
B 114 of 274 ~ 41.61%

%56.57
%41.61

CMYK color model

#059B72 color CMYK value is (97,0,26,39).

  • cyan value is 96.77%
  • magenta value is 0.00%
  • yellow value is 26.45%
  • key color value is 39.22%
CMYK:
(97,0,26,39)
C97M0Y26K39 
(97%,0%,26%,39%)
(0.97/0.00/0.26/0.39)	

CMYK percentages

%96.77
%0
%26.45
%39.22

Codes

Color #059B72 in popluar color models

059B72
RGB5155114
HSL164°93.75%31.37%
HSB/HSV164°96.77%60.78%
CMYK96.77%0.00%26.45%
39.22%

Color #059B72 in popluar number systems.

HEX059B72
Decimal5155114
Binary101100110111110010
Octal5233162

Shades and tints

Shades of #059B72

#059B72
(5,155,114)
#058D68
(5,141,104)
#057F5E
(5,127,94)
#057154
(5,113,84)
#05634A
(5,99,74)
#055540
(5,85,64)
#054736
(5,71,54)
#05392C
(5,57,44)
#052B22
(5,43,34)
#051D18
(5,29,24)
#050F0E
(5,15,14)
#000000
(0,0,0)

Tints of #059B72

#059B72
(5,155,114)
#1BA47E
(27,164,126)
#31AD8A
(49,173,138)
#47B696
(71,182,150)
#5DBFA2
(93,191,162)
#73C8AE
(115,200,174)
#89D1BA
(137,209,186)
#9FDAC6
(159,218,198)
#B5E3D2
(181,227,210)
#CBECDE
(203,236,222)
#E1F5EA
(225,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #059B72 color. Also use rgb(5,155,114) instead hex code.

Text Font Color

.myTextColor { color: #059B72; }

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

This text font color is #059B72.


Background Color

.myBgColor { background-color: #059B72; }

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

This div background color is #059B72.


Border color

.myBorderColor { border: 1px solid #059B72; }

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

This div border color is #059B72.


Opacity

.myOpacity80 { color: #059B72; opacity: 0.8; }

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

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

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

This text has shadow with #059B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #059B72 on black background.


Color preview on white background

This text has color #059B72 on white background.



Black color preview on #059B72 background

This text has black color on #059B72 background.


White color preview on #059B72 background

This text has white color on #059B72 background.