COLOR #00371C

HEX: #00371C
RGB: (0,55,28)

Color info

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

RGB color model

#00371C color RGB value is (0,55,28).

  • red value is 0;
  • green value is 55;
  • blue value is 28.
RGB:
(0,55,28)
(0%,22%,11%)

RGB channels and saturation

R 0 of 255 = 0%
G 55 of 255 = 22%
B 28 of 255 = 11%

0
55
28

R + G + B ~ 11%. #00371C is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 55 + 28 = 83 (100%)
R 0 of 83 ~ 0%
G 55 of 83 ~ 66.27%
B 28 of 83 ~ 33.73%

%66.27
%33.73

CMYK color model

#00371C color CMYK value is (100,0,49,78).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 49.09%
  • key color value is 78.43%
CMYK:
(100,0,49,78)
C100M0Y49K78 
(100%,0%,49%,78%)
(1.00/0.00/0.49/0.78)	

CMYK percentages

%100
%0
%49.09
%78.43

Codes

Color #00371C in popluar color models

00371C
RGB05528
HSL151°100.00%10.78%
HSB/HSV151°100.00%21.57%
CMYK100.00%0.00%49.09%
78.43%

Color #00371C in popluar number systems.

HEX00371C
Decimal05528
Binary011011111100
Octal06734

Shades and tints

Shades of #00371C

#00371C
(0,55,28)
#00321A
(0,50,26)
#002D18
(0,45,24)
#002816
(0,40,22)
#002314
(0,35,20)
#001E12
(0,30,18)
#001910
(0,25,16)
#00140E
(0,20,14)
#000F0C
(0,15,12)
#000A0A
(0,10,10)
#000508
(0,5,8)
#000000
(0,0,0)

Tints of #00371C

#00371C
(0,55,28)
#174930
(23,73,48)
#2E5B44
(46,91,68)
#456D58
(69,109,88)
#5C7F6C
(92,127,108)
#739180
(115,145,128)
#8AA394
(138,163,148)
#A1B5A8
(161,181,168)
#B8C7BC
(184,199,188)
#CFD9D0
(207,217,208)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00371C color. Also use rgb(0,55,28) instead hex code.

Text Font Color

.myTextColor { color: #00371C; }

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

This text font color is #00371C.


Background Color

.myBgColor { background-color: #00371C; }

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

This div background color is #00371C.


Border color

.myBorderColor { border: 1px solid #00371C; }

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

This div border color is #00371C.


Opacity

.myOpacity80 { color: #00371C; opacity: 0.8; }

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

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

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

This text has shadow with #00371C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00371C on black background.


Color preview on white background

This text has color #00371C on white background.



Black color preview on #00371C background

This text has black color on #00371C background.


White color preview on #00371C background

This text has white color on #00371C background.