COLOR #058801

HEX: #058801
RGB: (5,136,1)

Color info

#058801 contains mainly green color. Web safe color of #058801 is #009900 (or #090).

RGB color model

#058801 color RGB value is (5,136,1).

  • red value is 5;
  • green value is 136;
  • blue value is 1.
RGB:
(5,136,1)
(2%,53%,0%)

RGB channels and saturation

R 5 of 255 = 2%
G 136 of 255 = 53%
B 1 of 255 = 0%

5
136
1

R + G + B ~ 18%. #058801 is dark color.

Portions of RGB colors in percentages

R + G + B =
5 + 136 + 1 = 142 (100%)
R 5 of 142 ~ 3.52%
G 136 of 142 ~ 95.77%
B 1 of 142 ~ 0.7%

%95.77

CMYK color model

#058801 color CMYK value is (96,0,99,47).

  • cyan value is 96.32%
  • magenta value is 0.00%
  • yellow value is 99.26%
  • key color value is 46.67%
CMYK:
(96,0,99,47)
C96M0Y99K47 
(96%,0%,99%,47%)
(0.96/0.00/0.99/0.47)	

CMYK percentages

%96.32
%0
%99.26
%46.67

Codes

Color #058801 in popluar color models

058801
RGB51361
HSL118°98.54%26.86%
HSB/HSV118°99.26%53.33%
CMYK96.32%0.00%99.26%
46.67%

Color #058801 in popluar number systems.

HEX058801
Decimal51361
Binary101100010001
Octal52101

Shades and tints

Shades of #058801

#058801
(5,136,1)
#057C01
(5,124,1)
#057001
(5,112,1)
#056401
(5,100,1)
#055801
(5,88,1)
#054C01
(5,76,1)
#054001
(5,64,1)
#053401
(5,52,1)
#052801
(5,40,1)
#051C01
(5,28,1)
#051001
(5,16,1)
#000000
(0,0,0)

Tints of #058801

#058801
(5,136,1)
#1B9218
(27,146,24)
#319C2F
(49,156,47)
#47A646
(71,166,70)
#5DB05D
(93,176,93)
#73BA74
(115,186,116)
#89C48B
(137,196,139)
#9FCEA2
(159,206,162)
#B5D8B9
(181,216,185)
#CBE2D0
(203,226,208)
#E1ECE7
(225,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #058801 color. Also use rgb(5,136,1) instead hex code.

Text Font Color

.myTextColor { color: #058801; }

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

This text font color is #058801.


Background Color

.myBgColor { background-color: #058801; }

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

This div background color is #058801.


Border color

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

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

This div border color is #058801.


Opacity

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

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

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

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

This text has shadow with #058801 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #058801 on black background.


Color preview on white background

This text has color #058801 on white background.



Black color preview on #058801 background

This text has black color on #058801 background.


White color preview on #058801 background

This text has white color on #058801 background.