COLOR #0D0321

HEX: #0D0321
RGB: (13,3,33)

Color info

#0D0321 contains red, green and blue colors in about the same proportion. Web safe color of #0D0321 is #000033 (or #003).

RGB color model

#0D0321 color RGB value is (13,3,33).

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

RGB channels and saturation

R 13 of 255 = 5%
G 3 of 255 = 1%
B 33 of 255 = 13%

13
3
33

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

Portions of RGB colors in percentages

R + G + B =
13 + 3 + 33 = 49 (100%)
R 13 of 49 ~ 26.53%
G 3 of 49 ~ 6.12%
B 33 of 49 ~ 67.35%

%26.53
%67.35

CMYK color model

#0D0321 color CMYK value is (61,91,0,87).

  • cyan value is 60.61%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(61,91,0,87)
C61M91Y0K87 
(61%,91%,0%,87%)
(0.61/0.91/0.00/0.87)	

CMYK percentages

%60.61
%90.91
%0
%87.06

Codes

Color #0D0321 in popluar color models

0D0321
RGB13333
HSL260°83.33%7.06%
HSB/HSV260°90.91%12.94%
CMYK60.61%90.91%0.00%
87.06%

Color #0D0321 in popluar number systems.

HEX0D0321
Decimal13333
Binary110111100001
Octal15341

Shades and tints

Shades of #0D0321

#0D0321
(13,3,33)
#0C031E
(12,3,30)
#0B031B
(11,3,27)
#0A0318
(10,3,24)
#090315
(9,3,21)
#080312
(8,3,18)
#07030F
(7,3,15)
#06030C
(6,3,12)
#050309
(5,3,9)
#040306
(4,3,6)
#030303
(3,3,3)
#000000
(0,0,0)

Tints of #0D0321

#0D0321
(13,3,33)
#231935
(35,25,53)
#392F49
(57,47,73)
#4F455D
(79,69,93)
#655B71
(101,91,113)
#7B7185
(123,113,133)
#918799
(145,135,153)
#A79DAD
(167,157,173)
#BDB3C1
(189,179,193)
#D3C9D5
(211,201,213)
#E9DFE9
(233,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0321; }

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

This text font color is #0D0321.


Background Color

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

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

This div background color is #0D0321.


Border color

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

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

This div border color is #0D0321.


Opacity

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

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

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

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

This text has shadow with #0D0321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0321 on black background.


Color preview on white background

This text has color #0D0321 on white background.



Black color preview on #0D0321 background

This text has black color on #0D0321 background.


White color preview on #0D0321 background

This text has white color on #0D0321 background.