COLOR #0D0A35

HEX: #0D0A35
RGB: (13,10,53)

Color info

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

RGB color model

#0D0A35 color RGB value is (13,10,53).

  • red value is 13;
  • green value is 10;
  • blue value is 53.
RGB:
(13,10,53)
(5%,4%,21%)

RGB channels and saturation

R 13 of 255 = 5%
G 10 of 255 = 4%
B 53 of 255 = 21%

13
10
53

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

Portions of RGB colors in percentages

R + G + B =
13 + 10 + 53 = 76 (100%)
R 13 of 76 ~ 17.11%
G 10 of 76 ~ 13.16%
B 53 of 76 ~ 69.74%

%17.11
%13.16
%69.74

CMYK color model

#0D0A35 color CMYK value is (75,81,0,79).

  • cyan value is 75.47%
  • magenta value is 81.13%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(75,81,0,79)
C75M81Y0K79 
(75%,81%,0%,79%)
(0.75/0.81/0.00/0.79)	

CMYK percentages

%75.47
%81.13
%0
%79.22

Codes

Color #0D0A35 in popluar color models

0D0A35
RGB131053
HSL244°68.25%12.35%
HSB/HSV244°81.13%20.78%
CMYK75.47%81.13%0.00%
79.22%

Color #0D0A35 in popluar number systems.

HEX0D0A35
Decimal131053
Binary11011010110101
Octal151265

Shades and tints

Shades of #0D0A35

#0D0A35
(13,10,53)
#0C0A31
(12,10,49)
#0B0A2D
(11,10,45)
#0A0A29
(10,10,41)
#090A25
(9,10,37)
#080A21
(8,10,33)
#070A1D
(7,10,29)
#060A19
(6,10,25)
#050A15
(5,10,21)
#040A11
(4,10,17)
#030A0D
(3,10,13)
#000000
(0,0,0)

Tints of #0D0A35

#0D0A35
(13,10,53)
#232047
(35,32,71)
#393659
(57,54,89)
#4F4C6B
(79,76,107)
#65627D
(101,98,125)
#7B788F
(123,120,143)
#918EA1
(145,142,161)
#A7A4B3
(167,164,179)
#BDBAC5
(189,186,197)
#D3D0D7
(211,208,215)
#E9E6E9
(233,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D0A35 color. Also use rgb(13,10,53) instead hex code.

Text Font Color

.myTextColor { color: #0D0A35; }

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

This text font color is #0D0A35.


Background Color

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

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

This div background color is #0D0A35.


Border color

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

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

This div border color is #0D0A35.


Opacity

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

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

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

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

This text has shadow with #0D0A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0A35 on black background.


Color preview on white background

This text has color #0D0A35 on white background.



Black color preview on #0D0A35 background

This text has black color on #0D0A35 background.


White color preview on #0D0A35 background

This text has white color on #0D0A35 background.