COLOR #581F00

HEX: #581F00
RGB: (88,31,0)

Color info

#581F00 contains only red and green colors. Web safe color of #581F00 is #663300 (or #630).

RGB color model

#581F00 color RGB value is (88,31,0).

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

RGB channels and saturation

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

88
31
0

R + G + B ~ 16%. #581F00 is dark color.

Portions of RGB colors in percentages

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

%73.95
%26.05

CMYK color model

#581F00 color CMYK value is (0,65,100,65).

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

CMYK percentages

%0
%64.77
%100
%65.49

Codes

Color #581F00 in popluar color models

581F00
RGB88310
HSL21°100.00%17.25%
HSB/HSV21°100.00%34.51%
CMYK0.00%64.77%100.00%
65.49%

Color #581F00 in popluar number systems.

HEX581F00
Decimal88310
Binary1011000111110
Octal130370

Shades and tints

Shades of #581F00

#581F00
(88,31,0)
#501D00
(80,29,0)
#481B00
(72,27,0)
#401900
(64,25,0)
#381700
(56,23,0)
#301500
(48,21,0)
#281300
(40,19,0)
#201100
(32,17,0)
#180F00
(24,15,0)
#100D00
(16,13,0)
#080B00
(8,11,0)
#000000
(0,0,0)

Tints of #581F00

#581F00
(88,31,0)
#673317
(103,51,23)
#76472E
(118,71,46)
#855B45
(133,91,69)
#946F5C
(148,111,92)
#A38373
(163,131,115)
#B2978A
(178,151,138)
#C1ABA1
(193,171,161)
#D0BFB8
(208,191,184)
#DFD3CF
(223,211,207)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581F00; }

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

This text font color is #581F00.


Background Color

.myBgColor { background-color: #581F00; }

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

This div background color is #581F00.


Border color

.myBorderColor { border: 1px solid #581F00; }

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

This div border color is #581F00.


Opacity

.myOpacity80 { color: #581F00; opacity: 0.8; }

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

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

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

This text has shadow with #581F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581F00 on black background.


Color preview on white background

This text has color #581F00 on white background.



Black color preview on #581F00 background

This text has black color on #581F00 background.


White color preview on #581F00 background

This text has white color on #581F00 background.