COLOR #0D0331

HEX: #0D0331
RGB: (13,3,49)

Color info

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

RGB color model

#0D0331 color RGB value is (13,3,49).

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

RGB channels and saturation

R 13 of 255 = 5%
G 3 of 255 = 1%
B 49 of 255 = 19%

13
3
49

R + G + B ~ 8%. #0D0331 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 3 + 49 = 65 (100%)
R 13 of 65 ~ 20%
G 3 of 65 ~ 4.62%
B 49 of 65 ~ 75.38%

%20
%75.38

CMYK color model

#0D0331 color CMYK value is (73,94,0,81).

  • cyan value is 73.47%
  • magenta value is 93.88%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(73,94,0,81)
C73M94Y0K81 
(73%,94%,0%,81%)
(0.73/0.94/0.00/0.81)	

CMYK percentages

%73.47
%93.88
%0
%80.78

Codes

Color #0D0331 in popluar color models

0D0331
RGB13349
HSL253°88.46%10.20%
HSB/HSV253°93.88%19.22%
CMYK73.47%93.88%0.00%
80.78%

Color #0D0331 in popluar number systems.

HEX0D0331
Decimal13349
Binary110111110001
Octal15361

Shades and tints

Shades of #0D0331

#0D0331
(13,3,49)
#0C032D
(12,3,45)
#0B0329
(11,3,41)
#0A0325
(10,3,37)
#090321
(9,3,33)
#08031D
(8,3,29)
#070319
(7,3,25)
#060315
(6,3,21)
#050311
(5,3,17)
#04030D
(4,3,13)
#030309
(3,3,9)
#000000
(0,0,0)

Tints of #0D0331

#0D0331
(13,3,49)
#231943
(35,25,67)
#392F55
(57,47,85)
#4F4567
(79,69,103)
#655B79
(101,91,121)
#7B718B
(123,113,139)
#91879D
(145,135,157)
#A79DAF
(167,157,175)
#BDB3C1
(189,179,193)
#D3C9D3
(211,201,211)
#E9DFE5
(233,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0331; }

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

This text font color is #0D0331.


Background Color

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

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

This div background color is #0D0331.


Border color

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

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

This div border color is #0D0331.


Opacity

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

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

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

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

This text has shadow with #0D0331 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0331 on black background.


Color preview on white background

This text has color #0D0331 on white background.



Black color preview on #0D0331 background

This text has black color on #0D0331 background.


White color preview on #0D0331 background

This text has white color on #0D0331 background.