COLOR #0D0328

HEX: #0D0328
RGB: (13,3,40)

Color info

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

RGB color model

#0D0328 color RGB value is (13,3,40).

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

RGB channels and saturation

R 13 of 255 = 5%
G 3 of 255 = 1%
B 40 of 255 = 16%

13
3
40

R + G + B ~ 7%. #0D0328 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 3 + 40 = 56 (100%)
R 13 of 56 ~ 23.21%
G 3 of 56 ~ 5.36%
B 40 of 56 ~ 71.43%

%23.21
%71.43

CMYK color model

#0D0328 color CMYK value is (68,93,0,84).

  • cyan value is 67.50%
  • magenta value is 92.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK: (68,93,0,84) C68M93Y0K84 (68%,93%,0%,84%) (0.68/0.93/0.00/0.84)

CMYK percentages

%67.5
%92.5
%0
%84.31

Codes

Color #0D0328 in popluar color models

0D0328
RGB13340
HSL256°86.05%8.43%
HSB/HSV256°92.50%15.69%
CMYK67.50%92.50%0.00%
84.31%

Color #0D0328 in popluar number systems.

HEX0D0328
Decimal13340
Binary110111101000
Octal15350

Shades and tints

Shades of #0D0328

#0D0328
(13,3,40)
#0C0325
(12,3,37)
#0B0322
(11,3,34)
#0A031F
(10,3,31)
#09031C
(9,3,28)
#080319
(8,3,25)
#070316
(7,3,22)
#060313
(6,3,19)
#050310
(5,3,16)
#04030D
(4,3,13)
#03030A
(3,3,10)
#000000
(0,0,0)

Tints of #0D0328

#0D0328
(13,3,40)
#23193B
(35,25,59)
#392F4E
(57,47,78)
#4F4561
(79,69,97)
#655B74
(101,91,116)
#7B7187
(123,113,135)
#91879A
(145,135,154)
#A79DAD
(167,157,173)
#BDB3C0
(189,179,192)
#D3C9D3
(211,201,211)
#E9DFE6
(233,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0328; }

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

This text font color is #0D0328.


Background Color

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

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

This div background color is #0D0328.


Border color

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

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

This div border color is #0D0328.


Opacity

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

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

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

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

This text has shadow with #0D0328 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0D0328 on black background.


Color preview on white background

This text has color #0D0328 on white background.



Black color preview on #0D0328 background

This text has black color on #0D0328 background.


White color preview on #0D0328 background

This text has white color on #0D0328 background.