COLOR #0D150A

HEX: #0D150A
RGB: (13,21,10)

Color info

#0D150A contains red, green and blue colors in about the same proportion. Web safe color of #0D150A is #000000 (or #000).

RGB color model

#0D150A color RGB value is (13,21,10).

  • red value is 13;
  • green value is 21;
  • blue value is 10.
RGB:
(13,21,10)
(5%,8%,4%)

RGB channels and saturation

R 13 of 255 = 5%
G 21 of 255 = 8%
B 10 of 255 = 4%

13
21
10

R + G + B ~ 6%. #0D150A is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 21 + 10 = 44 (100%)
R 13 of 44 ~ 29.55%
G 21 of 44 ~ 47.73%
B 10 of 44 ~ 22.73%

%29.55
%47.73
%22.73

CMYK color model

#0D150A color CMYK value is (38,0,52,92).

  • cyan value is 38.10%
  • magenta value is 0.00%
  • yellow value is 52.38%
  • key color value is 91.76%
CMYK:
(38,0,52,92)
C38M0Y52K92 
(38%,0%,52%,92%)
(0.38/0.00/0.52/0.92)	

CMYK percentages

%38.1
%0
%52.38
%91.76

Codes

Color #0D150A in popluar color models

0D150A
RGB132110
HSL104°35.48%6.08%
HSB/HSV104°52.38%8.24%
CMYK38.10%0.00%52.38%
91.76%

Color #0D150A in popluar number systems.

HEX0D150A
Decimal132110
Binary1101101011010
Octal152512

Shades and tints

Shades of #0D150A

#0D150A
(13,21,10)
#0C140A
(12,20,10)
#0B130A
(11,19,10)
#0A120A
(10,18,10)
#09110A
(9,17,10)
#08100A
(8,16,10)
#070F0A
(7,15,10)
#060E0A
(6,14,10)
#050D0A
(5,13,10)
#040C0A
(4,12,10)
#030B0A
(3,11,10)
#000000
(0,0,0)

Tints of #0D150A

#0D150A
(13,21,10)
#232A20
(35,42,32)
#393F36
(57,63,54)
#4F544C
(79,84,76)
#656962
(101,105,98)
#7B7E78
(123,126,120)
#91938E
(145,147,142)
#A7A8A4
(167,168,164)
#BDBDBA
(189,189,186)
#D3D2D0
(211,210,208)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D150A; }

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

This text font color is #0D150A.


Background Color

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

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

This div background color is #0D150A.


Border color

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

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

This div border color is #0D150A.


Opacity

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

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

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

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

This text has shadow with #0D150A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D150A on black background.


Color preview on white background

This text has color #0D150A on white background.



Black color preview on #0D150A background

This text has black color on #0D150A background.


White color preview on #0D150A background

This text has white color on #0D150A background.