COLOR #00391F

HEX: #00391F
RGB: (0,57,31)

Color info

#00391F contains only green and blue colors. Web safe color of #00391F is #003333 (or #033).

RGB color model

#00391F color RGB value is (0,57,31).

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

RGB channels and saturation

R 0 of 255 = 0%
G 57 of 255 = 22%
B 31 of 255 = 12%

0
57
31

R + G + B ~ 11%. #00391F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 57 + 31 = 88 (100%)
R 0 of 88 ~ 0%
G 57 of 88 ~ 64.77%
B 31 of 88 ~ 35.23%

%64.77
%35.23

CMYK color model

#00391F color CMYK value is (100,0,46,78).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 45.61%
  • key color value is 77.65%
CMYK:
(100,0,46,78)
C100M0Y46K78 
(100%,0%,46%,78%)
(1.00/0.00/0.46/0.78)	

CMYK percentages

%100
%0
%45.61
%77.65

Codes

Color #00391F in popluar color models

00391F
RGB05731
HSL153°100.00%11.18%
HSB/HSV153°100.00%22.35%
CMYK100.00%0.00%45.61%
77.65%

Color #00391F in popluar number systems.

HEX00391F
Decimal05731
Binary011100111111
Octal07137

Shades and tints

Shades of #00391F

#00391F
(0,57,31)
#00341D
(0,52,29)
#002F1B
(0,47,27)
#002A19
(0,42,25)
#002517
(0,37,23)
#002015
(0,32,21)
#001B13
(0,27,19)
#001611
(0,22,17)
#00110F
(0,17,15)
#000C0D
(0,12,13)
#00070B
(0,7,11)
#000000
(0,0,0)

Tints of #00391F

#00391F
(0,57,31)
#174B33
(23,75,51)
#2E5D47
(46,93,71)
#456F5B
(69,111,91)
#5C816F
(92,129,111)
#739383
(115,147,131)
#8AA597
(138,165,151)
#A1B7AB
(161,183,171)
#B8C9BF
(184,201,191)
#CFDBD3
(207,219,211)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00391F; }

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

This text font color is #00391F.


Background Color

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

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

This div background color is #00391F.


Border color

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

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

This div border color is #00391F.


Opacity

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

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

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

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

This text has shadow with #00391F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00391F on black background.


Color preview on white background

This text has color #00391F on white background.



Black color preview on #00391F background

This text has black color on #00391F background.


White color preview on #00391F background

This text has white color on #00391F background.