COLOR #00581F

HEX: #00581F
RGB: (0,88,31)

Color info

#00581F contains only green and blue colors. Web safe color of #00581F is #006633 (or #063).

RGB color model

#00581F color RGB value is (0,88,31).

  • red value is 0;
  • green value is 88;
  • blue value is 31.
RGB:
(0,88,31)
(0%,35%,12%)

RGB channels and saturation

R 0 of 255 = 0%
G 88 of 255 = 35%
B 31 of 255 = 12%

0
88
31

R + G + B ~ 16%. #00581F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 88 + 31 = 119 (100%)
R 0 of 119 ~ 0%
G 88 of 119 ~ 73.95%
B 31 of 119 ~ 26.05%

%73.95
%26.05

CMYK color model

#00581F color CMYK value is (100,0,65,65).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 64.77%
  • key color value is 65.49%
CMYK:
(100,0,65,65)
C100M0Y65K65 
(100%,0%,65%,65%)
(1.00/0.00/0.65/0.65)	

CMYK percentages

%100
%0
%64.77
%65.49

Codes

Color #00581F in popluar color models

00581F
RGB08831
HSL141°100.00%17.25%
HSB/HSV141°100.00%34.51%
CMYK100.00%0.00%64.77%
65.49%

Color #00581F in popluar number systems.

HEX00581F
Decimal08831
Binary0101100011111
Octal013037

Shades and tints

Shades of #00581F

#00581F
(0,88,31)
#00501D
(0,80,29)
#00481B
(0,72,27)
#004019
(0,64,25)
#003817
(0,56,23)
#003015
(0,48,21)
#002813
(0,40,19)
#002011
(0,32,17)
#00180F
(0,24,15)
#00100D
(0,16,13)
#00080B
(0,8,11)
#000000
(0,0,0)

Tints of #00581F

#00581F
(0,88,31)
#176733
(23,103,51)
#2E7647
(46,118,71)
#45855B
(69,133,91)
#5C946F
(92,148,111)
#73A383
(115,163,131)
#8AB297
(138,178,151)
#A1C1AB
(161,193,171)
#B8D0BF
(184,208,191)
#CFDFD3
(207,223,211)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00581F color. Also use rgb(0,88,31) instead hex code.

Text Font Color

.myTextColor { color: #00581F; }

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

This text font color is #00581F.


Background Color

.myBgColor { background-color: #00581F; }

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

This div background color is #00581F.


Border color

.myBorderColor { border: 1px solid #00581F; }

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

This div border color is #00581F.


Opacity

.myOpacity80 { color: #00581F; opacity: 0.8; }

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

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

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

This text has shadow with #00581F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00581F on black background.


Color preview on white background

This text has color #00581F on white background.



Black color preview on #00581F background

This text has black color on #00581F background.


White color preview on #00581F background

This text has white color on #00581F background.