COLOR #058E38

HEX: #058E38
RGB: (5,142,56)

Color info

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

RGB color model

#058E38 color RGB value is (5,142,56).

  • red value is 5;
  • green value is 142;
  • blue value is 56.
RGB:
(5,142,56)
(2%,56%,22%)

RGB channels and saturation

R 5 of 255 = 2%
G 142 of 255 = 56%
B 56 of 255 = 22%

5
142
56

R + G + B ~ 27%. #058E38 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 142 + 56 = 203 (100%)
R 5 of 203 ~ 2.46%
G 142 of 203 ~ 69.95%
B 56 of 203 ~ 27.59%

%69.95
%27.59

CMYK color model

#058E38 color CMYK value is (96,0,61,44).

  • cyan value is 96.48%
  • magenta value is 0.00%
  • yellow value is 60.56%
  • key color value is 44.31%
CMYK:
(96,0,61,44)
C96M0Y61K44 
(96%,0%,61%,44%)
(0.96/0.00/0.61/0.44)	

CMYK percentages

%96.48
%0
%60.56
%44.31

Codes

Color #058E38 in popluar color models

058E38
RGB514256
HSL142°93.20%28.82%
HSB/HSV142°96.48%55.69%
CMYK96.48%0.00%60.56%
44.31%

Color #058E38 in popluar number systems.

HEX058E38
Decimal514256
Binary10110001110111000
Octal521670

Shades and tints

Shades of #058E38

#058E38
(5,142,56)
#058233
(5,130,51)
#05762E
(5,118,46)
#056A29
(5,106,41)
#055E24
(5,94,36)
#05521F
(5,82,31)
#05461A
(5,70,26)
#053A15
(5,58,21)
#052E10
(5,46,16)
#05220B
(5,34,11)
#051606
(5,22,6)
#000000
(0,0,0)

Tints of #058E38

#058E38
(5,142,56)
#1B984A
(27,152,74)
#31A25C
(49,162,92)
#47AC6E
(71,172,110)
#5DB680
(93,182,128)
#73C092
(115,192,146)
#89CAA4
(137,202,164)
#9FD4B6
(159,212,182)
#B5DEC8
(181,222,200)
#CBE8DA
(203,232,218)
#E1F2EC
(225,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #058E38 color. Also use rgb(5,142,56) instead hex code.

Text Font Color

.myTextColor { color: #058E38; }

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

This text font color is #058E38.


Background Color

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

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

This div background color is #058E38.


Border color

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

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

This div border color is #058E38.


Opacity

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

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

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

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

This text has shadow with #058E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #058E38 on black background.


Color preview on white background

This text has color #058E38 on white background.



Black color preview on #058E38 background

This text has black color on #058E38 background.


White color preview on #058E38 background

This text has white color on #058E38 background.