COLOR #058740

HEX: #058740
RGB: (5,135,64)

Color info

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

RGB color model

#058740 color RGB value is (5,135,64).

  • red value is 5;
  • green value is 135;
  • blue value is 64.
RGB:
(5,135,64)
(2%,53%,25%)

RGB channels and saturation

R 5 of 255 = 2%
G 135 of 255 = 53%
B 64 of 255 = 25%

5
135
64

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

Portions of RGB colors in percentages

R + G + B =
5 + 135 + 64 = 204 (100%)
R 5 of 204 ~ 2.45%
G 135 of 204 ~ 66.18%
B 64 of 204 ~ 31.37%

%66.18
%31.37

CMYK color model

#058740 color CMYK value is (96,0,53,47).

  • cyan value is 96.30%
  • magenta value is 0.00%
  • yellow value is 52.59%
  • key color value is 47.06%
CMYK:
(96,0,53,47)
C96M0Y53K47 
(96%,0%,53%,47%)
(0.96/0.00/0.53/0.47)	

CMYK percentages

%96.3
%0
%52.59
%47.06

Codes

Color #058740 in popluar color models

058740
RGB513564
HSL147°92.86%27.45%
HSB/HSV147°96.30%52.94%
CMYK96.30%0.00%52.59%
47.06%

Color #058740 in popluar number systems.

HEX058740
Decimal513564
Binary101100001111000000
Octal5207100

Shades and tints

Shades of #058740

#058740
(5,135,64)
#057B3B
(5,123,59)
#056F36
(5,111,54)
#056331
(5,99,49)
#05572C
(5,87,44)
#054B27
(5,75,39)
#053F22
(5,63,34)
#05331D
(5,51,29)
#052718
(5,39,24)
#051B13
(5,27,19)
#050F0E
(5,15,14)
#000000
(0,0,0)

Tints of #058740

#058740
(5,135,64)
#1B9151
(27,145,81)
#319B62
(49,155,98)
#47A573
(71,165,115)
#5DAF84
(93,175,132)
#73B995
(115,185,149)
#89C3A6
(137,195,166)
#9FCDB7
(159,205,183)
#B5D7C8
(181,215,200)
#CBE1D9
(203,225,217)
#E1EBEA
(225,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #058740 color. Also use rgb(5,135,64) instead hex code.

Text Font Color

.myTextColor { color: #058740; }

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

This text font color is #058740.


Background Color

.myBgColor { background-color: #058740; }

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

This div background color is #058740.


Border color

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

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

This div border color is #058740.


Opacity

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

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

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

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

This text has shadow with #058740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #058740 on black background.


Color preview on white background

This text has color #058740 on white background.



Black color preview on #058740 background

This text has black color on #058740 background.


White color preview on #058740 background

This text has white color on #058740 background.