COLOR #058D57

HEX: #058D57
RGB: (5,141,87)

Color info

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

RGB color model

#058D57 color RGB value is (5,141,87).

  • red value is 5;
  • green value is 141;
  • blue value is 87.
RGB:
(5,141,87)
(2%,55%,34%)

RGB channels and saturation

R 5 of 255 = 2%
G 141 of 255 = 55%
B 87 of 255 = 34%

5
141
87

R + G + B ~ 30%. #058D57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 141 + 87 = 233 (100%)
R 5 of 233 ~ 2.15%
G 141 of 233 ~ 60.52%
B 87 of 233 ~ 37.34%

%60.52
%37.34

CMYK color model

#058D57 color CMYK value is (96,0,38,45).

  • cyan value is 96.45%
  • magenta value is 0.00%
  • yellow value is 38.30%
  • key color value is 44.71%
CMYK:
(96,0,38,45)
C96M0Y38K45 
(96%,0%,38%,45%)
(0.96/0.00/0.38/0.45)	

CMYK percentages

%96.45
%0
%38.3
%44.71

Codes

Color #058D57 in popluar color models

058D57
RGB514187
HSL156°93.15%28.63%
HSB/HSV156°96.45%55.29%
CMYK96.45%0.00%38.30%
44.71%

Color #058D57 in popluar number systems.

HEX058D57
Decimal514187
Binary101100011011010111
Octal5215127

Shades and tints

Shades of #058D57

#058D57
(5,141,87)
#058150
(5,129,80)
#057549
(5,117,73)
#056942
(5,105,66)
#055D3B
(5,93,59)
#055134
(5,81,52)
#05452D
(5,69,45)
#053926
(5,57,38)
#052D1F
(5,45,31)
#052118
(5,33,24)
#051511
(5,21,17)
#000000
(0,0,0)

Tints of #058D57

#058D57
(5,141,87)
#1B9766
(27,151,102)
#31A175
(49,161,117)
#47AB84
(71,171,132)
#5DB593
(93,181,147)
#73BFA2
(115,191,162)
#89C9B1
(137,201,177)
#9FD3C0
(159,211,192)
#B5DDCF
(181,221,207)
#CBE7DE
(203,231,222)
#E1F1ED
(225,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #058D57 color. Also use rgb(5,141,87) instead hex code.

Text Font Color

.myTextColor { color: #058D57; }

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

This text font color is #058D57.


Background Color

.myBgColor { background-color: #058D57; }

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

This div background color is #058D57.


Border color

.myBorderColor { border: 1px solid #058D57; }

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

This div border color is #058D57.


Opacity

.myOpacity80 { color: #058D57; opacity: 0.8; }

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

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

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

This text has shadow with #058D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #058D57 on black background.


Color preview on white background

This text has color #058D57 on white background.



Black color preview on #058D57 background

This text has black color on #058D57 background.


White color preview on #058D57 background

This text has white color on #058D57 background.