COLOR #0D0342

HEX: #0D0342
RGB: (13,3,66)

Color info

#0D0342 contains mainly red and blue colors. Web safe color of #0D0342 is #000033 (or #003).

RGB color model

#0D0342 color RGB value is (13,3,66).

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

RGB channels and saturation

R 13 of 255 = 5%
G 3 of 255 = 1%
B 66 of 255 = 26%

13
3
66

R + G + B ~ 11%. #0D0342 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 3 + 66 = 82 (100%)
R 13 of 82 ~ 15.85%
G 3 of 82 ~ 3.66%
B 66 of 82 ~ 80.49%

%15.85
%80.49

CMYK color model

#0D0342 color CMYK value is (80,95,0,74).

  • cyan value is 80.30%
  • magenta value is 95.45%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(80,95,0,74)
C80M95Y0K74 
(80%,95%,0%,74%)
(0.80/0.95/0.00/0.74)	

CMYK percentages

%80.3
%95.45
%0
%74.12

Codes

Color #0D0342 in popluar color models

0D0342
RGB13366
HSL250°91.30%13.53%
HSB/HSV250°95.45%25.88%
CMYK80.30%95.45%0.00%
74.12%

Color #0D0342 in popluar number systems.

HEX0D0342
Decimal13366
Binary1101111000010
Octal153102

Shades and tints

Shades of #0D0342

#0D0342
(13,3,66)
#0C033C
(12,3,60)
#0B0336
(11,3,54)
#0A0330
(10,3,48)
#09032A
(9,3,42)
#080324
(8,3,36)
#07031E
(7,3,30)
#060318
(6,3,24)
#050312
(5,3,18)
#04030C
(4,3,12)
#030306
(3,3,6)
#000000
(0,0,0)

Tints of #0D0342

#0D0342
(13,3,66)
#231953
(35,25,83)
#392F64
(57,47,100)
#4F4575
(79,69,117)
#655B86
(101,91,134)
#7B7197
(123,113,151)
#9187A8
(145,135,168)
#A79DB9
(167,157,185)
#BDB3CA
(189,179,202)
#D3C9DB
(211,201,219)
#E9DFEC
(233,223,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0342; }

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

This text font color is #0D0342.


Background Color

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

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

This div background color is #0D0342.


Border color

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

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

This div border color is #0D0342.


Opacity

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

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

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

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

This text has shadow with #0D0342 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0342 on black background.


Color preview on white background

This text has color #0D0342 on white background.



Black color preview on #0D0342 background

This text has black color on #0D0342 background.


White color preview on #0D0342 background

This text has white color on #0D0342 background.