COLOR #059E5F

HEX: #059E5F
RGB: (5,158,95)

Color info

#059E5F contains mainly green color. Web safe color of #059E5F is #009966 (or #096).

RGB color model

#059E5F color RGB value is (5,158,95).

  • red value is 5;
  • green value is 158;
  • blue value is 95.
RGB:
(5,158,95)
(2%,62%,37%)

RGB channels and saturation

R 5 of 255 = 2%
G 158 of 255 = 62%
B 95 of 255 = 37%

5
158
95

R + G + B ~ 34%. #059E5F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 158 + 95 = 258 (100%)
R 5 of 258 ~ 1.94%
G 158 of 258 ~ 61.24%
B 95 of 258 ~ 36.82%

%61.24
%36.82

CMYK color model

#059E5F color CMYK value is (97,0,40,38).

  • cyan value is 96.84%
  • magenta value is 0.00%
  • yellow value is 39.87%
  • key color value is 38.04%
CMYK:
(97,0,40,38)
C97M0Y40K38 
(97%,0%,40%,38%)
(0.97/0.00/0.40/0.38)	

CMYK percentages

%96.84
%0
%39.87
%38.04

Codes

Color #059E5F in popluar color models

059E5F
RGB515895
HSL155°93.87%31.96%
HSB/HSV155°96.84%61.96%
CMYK96.84%0.00%39.87%
38.04%

Color #059E5F in popluar number systems.

HEX059E5F
Decimal515895
Binary101100111101011111
Octal5236137

Shades and tints

Shades of #059E5F

#059E5F
(5,158,95)
#059057
(5,144,87)
#05824F
(5,130,79)
#057447
(5,116,71)
#05663F
(5,102,63)
#055837
(5,88,55)
#054A2F
(5,74,47)
#053C27
(5,60,39)
#052E1F
(5,46,31)
#052017
(5,32,23)
#05120F
(5,18,15)
#000000
(0,0,0)

Tints of #059E5F

#059E5F
(5,158,95)
#1BA66D
(27,166,109)
#31AE7B
(49,174,123)
#47B689
(71,182,137)
#5DBE97
(93,190,151)
#73C6A5
(115,198,165)
#89CEB3
(137,206,179)
#9FD6C1
(159,214,193)
#B5DECF
(181,222,207)
#CBE6DD
(203,230,221)
#E1EEEB
(225,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #059E5F color. Also use rgb(5,158,95) instead hex code.

Text Font Color

.myTextColor { color: #059E5F; }

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

This text font color is #059E5F.


Background Color

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

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

This div background color is #059E5F.


Border color

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

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

This div border color is #059E5F.


Opacity

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

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

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

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

This text has shadow with #059E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #059E5F on black background.


Color preview on white background

This text has color #059E5F on white background.



Black color preview on #059E5F background

This text has black color on #059E5F background.


White color preview on #059E5F background

This text has white color on #059E5F background.