COLOR #0D2516

HEX: #0D2516
RGB: (13,37,22)

Color info

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

RGB color model

#0D2516 color RGB value is (13,37,22).

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

RGB channels and saturation

R 13 of 255 = 5%
G 37 of 255 = 15%
B 22 of 255 = 9%

13
37
22

R + G + B ~ 10%. #0D2516 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 37 + 22 = 72 (100%)
R 13 of 72 ~ 18.06%
G 37 of 72 ~ 51.39%
B 22 of 72 ~ 30.56%

%18.06
%51.39
%30.56

CMYK color model

#0D2516 color CMYK value is (65,0,41,85).

  • cyan value is 64.86%
  • magenta value is 0.00%
  • yellow value is 40.54%
  • key color value is 85.49%
CMYK:
(65,0,41,85)
C65M0Y41K85 
(65%,0%,41%,85%)
(0.65/0.00/0.41/0.85)	

CMYK percentages

%64.86
%0
%40.54
%85.49

Codes

Color #0D2516 in popluar color models

0D2516
RGB133722
HSL143°48.00%9.80%
HSB/HSV143°64.86%14.51%
CMYK64.86%0.00%40.54%
85.49%

Color #0D2516 in popluar number systems.

HEX0D2516
Decimal133722
Binary110110010110110
Octal154526

Shades and tints

Shades of #0D2516

#0D2516
(13,37,22)
#0C2214
(12,34,20)
#0B1F12
(11,31,18)
#0A1C10
(10,28,16)
#09190E
(9,25,14)
#08160C
(8,22,12)
#07130A
(7,19,10)
#061008
(6,16,8)
#050D06
(5,13,6)
#040A04
(4,10,4)
#030702
(3,7,2)
#000000
(0,0,0)

Tints of #0D2516

#0D2516
(13,37,22)
#23382B
(35,56,43)
#394B40
(57,75,64)
#4F5E55
(79,94,85)
#65716A
(101,113,106)
#7B847F
(123,132,127)
#919794
(145,151,148)
#A7AAA9
(167,170,169)
#BDBDBE
(189,189,190)
#D3D0D3
(211,208,211)
#E9E3E8
(233,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D2516; }

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

This text font color is #0D2516.


Background Color

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

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

This div background color is #0D2516.


Border color

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

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

This div border color is #0D2516.


Opacity

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

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

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

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

This text has shadow with #0D2516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D2516 on black background.


Color preview on white background

This text has color #0D2516 on white background.



Black color preview on #0D2516 background

This text has black color on #0D2516 background.


White color preview on #0D2516 background

This text has white color on #0D2516 background.