COLOR #0D0317

HEX: #0D0317
RGB: (13,3,23)

Color info

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

RGB color model

#0D0317 color RGB value is (13,3,23).

  • red value is 13;
  • green value is 3;
  • blue value is 23.
RGB:
(13,3,23)
(5%,1%,9%)

RGB channels and saturation

R 13 of 255 = 5%
G 3 of 255 = 1%
B 23 of 255 = 9%

13
3
23

R + G + B ~ 5%. #0D0317 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 3 + 23 = 39 (100%)
R 13 of 39 ~ 33.33%
G 3 of 39 ~ 7.69%
B 23 of 39 ~ 58.97%

%33.33
%58.97

CMYK color model

#0D0317 color CMYK value is (43,87,0,91).

  • cyan value is 43.48%
  • magenta value is 86.96%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(43,87,0,91)
C43M87Y0K91 
(43%,87%,0%,91%)
(0.43/0.87/0.00/0.91)	

CMYK percentages

%43.48
%86.96
%0
%90.98

Codes

Color #0D0317 in popluar color models

0D0317
RGB13323
HSL270°76.92%5.10%
HSB/HSV270°86.96%9.02%
CMYK43.48%86.96%0.00%
90.98%

Color #0D0317 in popluar number systems.

HEX0D0317
Decimal13323
Binary11011110111
Octal15327

Shades and tints

Shades of #0D0317

#0D0317
(13,3,23)
#0C0315
(12,3,21)
#0B0313
(11,3,19)
#0A0311
(10,3,17)
#09030F
(9,3,15)
#08030D
(8,3,13)
#07030B
(7,3,11)
#060309
(6,3,9)
#050307
(5,3,7)
#040305
(4,3,5)
#030303
(3,3,3)
#000000
(0,0,0)

Tints of #0D0317

#0D0317
(13,3,23)
#23192C
(35,25,44)
#392F41
(57,47,65)
#4F4556
(79,69,86)
#655B6B
(101,91,107)
#7B7180
(123,113,128)
#918795
(145,135,149)
#A79DAA
(167,157,170)
#BDB3BF
(189,179,191)
#D3C9D4
(211,201,212)
#E9DFE9
(233,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0317; }

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

This text font color is #0D0317.


Background Color

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

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

This div background color is #0D0317.


Border color

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

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

This div border color is #0D0317.


Opacity

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

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

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

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

This text has shadow with #0D0317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0317 on black background.


Color preview on white background

This text has color #0D0317 on white background.



Black color preview on #0D0317 background

This text has black color on #0D0317 background.


White color preview on #0D0317 background

This text has white color on #0D0317 background.