COLOR #00311E

HEX: #00311E
RGB: (0,49,30)

Color info

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

RGB color model

#00311E color RGB value is (0,49,30).

  • red value is 0;
  • green value is 49;
  • blue value is 30.
RGB:
(0,49,30)
(0%,19%,12%)

RGB channels and saturation

R 0 of 255 = 0%
G 49 of 255 = 19%
B 30 of 255 = 12%

0
49
30

R + G + B ~ 10%. #00311E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 49 + 30 = 79 (100%)
R 0 of 79 ~ 0%
G 49 of 79 ~ 62.03%
B 30 of 79 ~ 37.97%

%62.03
%37.97

CMYK color model

#00311E color CMYK value is (100,0,39,81).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 38.78%
  • key color value is 80.78%
CMYK:
(100,0,39,81)
C100M0Y39K81 
(100%,0%,39%,81%)
(1.00/0.00/0.39/0.81)	

CMYK percentages

%100
%0
%38.78
%80.78

Codes

Color #00311E in popluar color models

00311E
RGB04930
HSL157°100.00%9.61%
HSB/HSV157°100.00%19.22%
CMYK100.00%0.00%38.78%
80.78%

Color #00311E in popluar number systems.

HEX00311E
Decimal04930
Binary011000111110
Octal06136

Shades and tints

Shades of #00311E

#00311E
(0,49,30)
#002D1C
(0,45,28)
#00291A
(0,41,26)
#002518
(0,37,24)
#002116
(0,33,22)
#001D14
(0,29,20)
#001912
(0,25,18)
#001510
(0,21,16)
#00110E
(0,17,14)
#000D0C
(0,13,12)
#00090A
(0,9,10)
#000000
(0,0,0)

Tints of #00311E

#00311E
(0,49,30)
#174332
(23,67,50)
#2E5546
(46,85,70)
#45675A
(69,103,90)
#5C796E
(92,121,110)
#738B82
(115,139,130)
#8A9D96
(138,157,150)
#A1AFAA
(161,175,170)
#B8C1BE
(184,193,190)
#CFD3D2
(207,211,210)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00311E color. Also use rgb(0,49,30) instead hex code.

Text Font Color

.myTextColor { color: #00311E; }

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

This text font color is #00311E.


Background Color

.myBgColor { background-color: #00311E; }

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

This div background color is #00311E.


Border color

.myBorderColor { border: 1px solid #00311E; }

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

This div border color is #00311E.


Opacity

.myOpacity80 { color: #00311E; opacity: 0.8; }

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

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

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

This text has shadow with #00311E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00311E on black background.


Color preview on white background

This text has color #00311E on white background.



Black color preview on #00311E background

This text has black color on #00311E background.


White color preview on #00311E background

This text has white color on #00311E background.