COLOR #0D0531

HEX: #0D0531 RGB: (13,5,49)

Color info

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

RGB color model

#0D0531 color RGB value is (13,5,49).

RGB: (13,5,49) (5%, 2%, 19%)

RGB channels and saturation

R 13 of 255 = 5%
G 5 of 255 = 2%
B 49 of 255 = 19%

13
5
49

R + G + B ~ 9%. #0D0531 is dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 5 + 49 = 67 (100%)
R 13 of 67 ~ 19.4%
G 5 of 67 ~ 7.46%
B 49 of 67 ~ 73.13'%

%19.4
%73.13

CMYK color model

#0D0531 color CMYK value is (73,90,0,81).

  • cyan value is 73.47%
  • magenta value is 89.80%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (73,90,0,81)
C73M90Y0K81 (73%, 90%, 0%, 81%)
(0.73 / 0.90 / 0.00 / 0.81)

CMYK percentages

%73.47
%89.8
%0
%80.78

Codes

Color #0D0531 in popluar color models

0D 05 31
RGB 13 5 49
HSL 251° 81.48% 10.59%
HSB/HSV 251° 89.80% 19.22%
CMYK 73.47% 89.80% 0.00%
80.78%

Color #0D0531 in popluar number systems.

HEX 0D 05 31
Decimal 13 5 49
Binary 1101 101 110001
Octal 15 5 61

Shades and tints

Shades of #0D0531

#0D0531
(13,5,49)
#0C052D
(12,5,45)
#0B0529
(11,5,41)
#0A0525
(10,5,37)
#090521
(9,5,33)
#08051D
(8,5,29)
#070519
(7,5,25)
#060515
(6,5,21)
#050511
(5,5,17)
#04050D
(4,5,13)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #0D0531

#0D0531
(13,5,49)
#231B43
(35,27,67)
#393155
(57,49,85)
#4F4767
(79,71,103)
#655D79
(101,93,121)
#7B738B
(123,115,139)
#91899D
(145,137,157)
#A79FAF
(167,159,175)
#BDB5C1
(189,181,193)
#D3CBD3
(211,203,211)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0531; }

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

This text font color is #0D0531.

Background Color

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

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

This div background color is #0D0531.

Border color

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

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

This div border color is #0D0531.

Opacity

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

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

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

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

This text has shadow with #0D0531 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D0531.

Preview

Color preview on black background

This text has color #0D0531 on black background.


Color preview on white background

This text has color #0D0531 on white background.


Black color preview on #0D0531 background

This text has black color on #0D0531 background.


White color preview on #0D0531 background

This text has white color on #0D0531 background.


Related colors

Complementary color

Complementary color for #hex is #F2FACE.


I love getcolorcode.com

Triadic colors

1 #310D05 and #05310D with #0D0531 are triadic colors.

2 #31050D and #050D31 with #0D0531 are triadic colors.