COLOR #0D370D

HEX: #0D370D
RGB: (13,55,13)

Color info

#0D370D contains red, green and blue colors in about the same proportion. Web safe color of #0D370D is #003300 (or #030).

RGB color model

#0D370D color RGB value is (13,55,13).

  • red value is 13;
  • green value is 55;
  • blue value is 13.
RGB:
(13,55,13)
(5%,22%,5%)

RGB channels and saturation

R 13 of 255 = 5%
G 55 of 255 = 22%
B 13 of 255 = 5%

13
55
13

R + G + B ~ 11%. #0D370D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 55 + 13 = 81 (100%)
R 13 of 81 ~ 16.05%
G 55 of 81 ~ 67.9%
B 13 of 81 ~ 16.05%

%16.05
%67.9
%16.05

CMYK color model

#0D370D color CMYK value is (76,0,76,78).

  • cyan value is 76.36%
  • magenta value is 0.00%
  • yellow value is 76.36%
  • key color value is 78.43%
CMYK:
(76,0,76,78)
C76M0Y76K78 
(76%,0%,76%,78%)
(0.76/0.00/0.76/0.78)	

CMYK percentages

%76.36
%0
%76.36
%78.43

Codes

Color #0D370D in popluar color models

0D370D
RGB135513
HSL120°61.76%13.33%
HSB/HSV120°76.36%21.57%
CMYK76.36%0.00%76.36%
78.43%

Color #0D370D in popluar number systems.

HEX0D370D
Decimal135513
Binary11011101111101
Octal156715

Shades and tints

Shades of #0D370D

#0D370D
(13,55,13)
#0C320C
(12,50,12)
#0B2D0B
(11,45,11)
#0A280A
(10,40,10)
#092309
(9,35,9)
#081E08
(8,30,8)
#071907
(7,25,7)
#061406
(6,20,6)
#050F05
(5,15,5)
#040A04
(4,10,4)
#030503
(3,5,3)
#000000
(0,0,0)

Tints of #0D370D

#0D370D
(13,55,13)
#234923
(35,73,35)
#395B39
(57,91,57)
#4F6D4F
(79,109,79)
#657F65
(101,127,101)
#7B917B
(123,145,123)
#91A391
(145,163,145)
#A7B5A7
(167,181,167)
#BDC7BD
(189,199,189)
#D3D9D3
(211,217,211)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D370D; }

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

This text font color is #0D370D.


Background Color

.myBgColor { background-color: #0D370D; }

<div style="background-color:#0D370D">Inner text</div>

This div background color is #0D370D.


Border color

.myBorderColor { border: 1px solid #0D370D; }

<div style="border:3px solid #0D370D">Div</div>

This div border color is #0D370D.


Opacity

.myOpacity80 { color: #0D370D; opacity: 0.8; }

<p style="color:#0D370D;opacity:0.8;">80%</p>

Text with #0D370D 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 #0D370D;}

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

This text has shadow with #0D370D color.

.textShadow {text-shadow: 3px 3px 1px #0D370D, 3px 3px 1px red;}

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

This text has shadow with #0D370D primary color and red secondary color.


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

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

This text has shadow with #0D370D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D370D on black background.


Color preview on white background

This text has color #0D370D on white background.



Black color preview on #0D370D background

This text has black color on #0D370D background.


White color preview on #0D370D background

This text has white color on #0D370D background.