COLOR #0D0439

HEX: #0D0439
RGB: (13,4,57)

Color info

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

RGB color model

#0D0439 color RGB value is (13,4,57).

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

RGB channels and saturation

R 13 of 255 = 5%
G 4 of 255 = 2%
B 57 of 255 = 22%

13
4
57

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

Portions of RGB colors in percentages

R + G + B =
13 + 4 + 57 = 74 (100%)
R 13 of 74 ~ 17.57%
G 4 of 74 ~ 5.41%
B 57 of 74 ~ 77.03%

%17.57
%77.03

CMYK color model

#0D0439 color CMYK value is (77,93,0,78).

  • cyan value is 77.19%
  • magenta value is 92.98%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(77,93,0,78)
C77M93Y0K78 
(77%,93%,0%,78%)
(0.77/0.93/0.00/0.78)	

CMYK percentages

%77.19
%92.98
%0
%77.65

Codes

Color #0D0439 in popluar color models

0D0439
RGB13457
HSL250°86.89%11.96%
HSB/HSV250°92.98%22.35%
CMYK77.19%92.98%0.00%
77.65%

Color #0D0439 in popluar number systems.

HEX0D0439
Decimal13457
Binary1101100111001
Octal15471

Shades and tints

Shades of #0D0439

#0D0439
(13,4,57)
#0C0434
(12,4,52)
#0B042F
(11,4,47)
#0A042A
(10,4,42)
#090425
(9,4,37)
#080420
(8,4,32)
#07041B
(7,4,27)
#060416
(6,4,22)
#050411
(5,4,17)
#04040C
(4,4,12)
#030407
(3,4,7)
#000000
(0,0,0)

Tints of #0D0439

#0D0439
(13,4,57)
#231A4B
(35,26,75)
#39305D
(57,48,93)
#4F466F
(79,70,111)
#655C81
(101,92,129)
#7B7293
(123,114,147)
#9188A5
(145,136,165)
#A79EB7
(167,158,183)
#BDB4C9
(189,180,201)
#D3CADB
(211,202,219)
#E9E0ED
(233,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D0439 color. Also use rgb(13,4,57) instead hex code.

Text Font Color

.myTextColor { color: #0D0439; }

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

This text font color is #0D0439.


Background Color

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

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

This div background color is #0D0439.


Border color

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

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

This div border color is #0D0439.


Opacity

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

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

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

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

This text has shadow with #0D0439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0439 on black background.


Color preview on white background

This text has color #0D0439 on white background.



Black color preview on #0D0439 background

This text has black color on #0D0439 background.


White color preview on #0D0439 background

This text has white color on #0D0439 background.