COLOR #059760

HEX: #059760
RGB: (5,151,96)

Color info

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

RGB color model

#059760 color RGB value is (5,151,96).

  • red value is 5;
  • green value is 151;
  • blue value is 96.
RGB:
(5,151,96)
(2%,59%,38%)

RGB channels and saturation

R 5 of 255 = 2%
G 151 of 255 = 59%
B 96 of 255 = 38%

5
151
96

R + G + B ~ 33%. #059760 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 151 + 96 = 252 (100%)
R 5 of 252 ~ 1.98%
G 151 of 252 ~ 59.92%
B 96 of 252 ~ 38.1%

%59.92
%38.1

CMYK color model

#059760 color CMYK value is (97,0,36,41).

  • cyan value is 96.69%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 40.78%
CMYK:
(97,0,36,41)
C97M0Y36K41 
(97%,0%,36%,41%)
(0.97/0.00/0.36/0.41)	

CMYK percentages

%96.69
%0
%36.42
%40.78

Codes

Color #059760 in popluar color models

059760
RGB515196
HSL157°93.59%30.59%
HSB/HSV157°96.69%59.22%
CMYK96.69%0.00%36.42%
40.78%

Color #059760 in popluar number systems.

HEX059760
Decimal515196
Binary101100101111100000
Octal5227140

Shades and tints

Shades of #059760

#059760
(5,151,96)
#058A58
(5,138,88)
#057D50
(5,125,80)
#057048
(5,112,72)
#056340
(5,99,64)
#055638
(5,86,56)
#054930
(5,73,48)
#053C28
(5,60,40)
#052F20
(5,47,32)
#052218
(5,34,24)
#051510
(5,21,16)
#000000
(0,0,0)

Tints of #059760

#059760
(5,151,96)
#1BA06E
(27,160,110)
#31A97C
(49,169,124)
#47B28A
(71,178,138)
#5DBB98
(93,187,152)
#73C4A6
(115,196,166)
#89CDB4
(137,205,180)
#9FD6C2
(159,214,194)
#B5DFD0
(181,223,208)
#CBE8DE
(203,232,222)
#E1F1EC
(225,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #059760 color. Also use rgb(5,151,96) instead hex code.

Text Font Color

.myTextColor { color: #059760; }

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

This text font color is #059760.


Background Color

.myBgColor { background-color: #059760; }

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

This div background color is #059760.


Border color

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

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

This div border color is #059760.


Opacity

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

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

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

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

This text has shadow with #059760 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #059760 on black background.


Color preview on white background

This text has color #059760 on white background.



Black color preview on #059760 background

This text has black color on #059760 background.


White color preview on #059760 background

This text has white color on #059760 background.