COLOR #0D0538

HEX: #0D0538
RGB: (13,5,56)

Color info

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

RGB color model

#0D0538 color RGB value is (13,5,56).

  • red value is 13;
  • green value is 5;
  • blue value is 56.
RGB:
(13,5,56)
(5%,2%,22%)

RGB channels and saturation

R 13 of 255 = 5%
G 5 of 255 = 2%
B 56 of 255 = 22%

13
5
56

R + G + B ~ 10%. #0D0538 is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 5 + 56 = 74 (100%)
R 13 of 74 ~ 17.57%
G 5 of 74 ~ 6.76%
B 56 of 74 ~ 75.68%

%17.57
%75.68

CMYK color model

#0D0538 color CMYK value is (77,91,0,78).

  • cyan value is 76.79%
  • magenta value is 91.07%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(77,91,0,78)
C77M91Y0K78 
(77%,91%,0%,78%)
(0.77/0.91/0.00/0.78)	

CMYK percentages

%76.79
%91.07
%0
%78.04

Codes

Color #0D0538 in popluar color models

0D0538
RGB13556
HSL249°83.61%11.96%
HSB/HSV249°91.07%21.96%
CMYK76.79%91.07%0.00%
78.04%

Color #0D0538 in popluar number systems.

HEX0D0538
Decimal13556
Binary1101101111000
Octal15570

Shades and tints

Shades of #0D0538

#0D0538
(13,5,56)
#0C0533
(12,5,51)
#0B052E
(11,5,46)
#0A0529
(10,5,41)
#090524
(9,5,36)
#08051F
(8,5,31)
#07051A
(7,5,26)
#060515
(6,5,21)
#050510
(5,5,16)
#04050B
(4,5,11)
#030506
(3,5,6)
#000000
(0,0,0)

Tints of #0D0538

#0D0538
(13,5,56)
#231B4A
(35,27,74)
#39315C
(57,49,92)
#4F476E
(79,71,110)
#655D80
(101,93,128)
#7B7392
(123,115,146)
#9189A4
(145,137,164)
#A79FB6
(167,159,182)
#BDB5C8
(189,181,200)
#D3CBDA
(211,203,218)
#E9E1EC
(233,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0538; }

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

This text font color is #0D0538.


Background Color

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

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

This div background color is #0D0538.


Border color

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

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

This div border color is #0D0538.


Opacity

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

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

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

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

This text has shadow with #0D0538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0538 on black background.


Color preview on white background

This text has color #0D0538 on white background.



Black color preview on #0D0538 background

This text has black color on #0D0538 background.


White color preview on #0D0538 background

This text has white color on #0D0538 background.