COLOR #0A042D

HEX: #0A042D
RGB: (10,4,45)

Color info

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

RGB color model

#0A042D color RGB value is (10,4,45).

  • red value is 10;
  • green value is 4;
  • blue value is 45.
RGB:
(10,4,45)
(4%,2%,18%)

RGB channels and saturation

R 10 of 255 = 4%
G 4 of 255 = 2%
B 45 of 255 = 18%

10
4
45

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

Portions of RGB colors in percentages

R + G + B =
10 + 4 + 45 = 59 (100%)
R 10 of 59 ~ 16.95%
G 4 of 59 ~ 6.78%
B 45 of 59 ~ 76.27%

%16.95
%76.27

CMYK color model

#0A042D color CMYK value is (78,91,0,82).

  • cyan value is 77.78%
  • magenta value is 91.11%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(78,91,0,82)
C78M91Y0K82 
(78%,91%,0%,82%)
(0.78/0.91/0.00/0.82)	

CMYK percentages

%77.78
%91.11
%0
%82.35

Codes

Color #0A042D in popluar color models

0A042D
RGB10445
HSL249°83.67%9.61%
HSB/HSV249°91.11%17.65%
CMYK77.78%91.11%0.00%
82.35%

Color #0A042D in popluar number systems.

HEX0A042D
Decimal10445
Binary1010100101101
Octal12455

Shades and tints

Shades of #0A042D

#0A042D
(10,4,45)
#0A0429
(10,4,41)
#0A0425
(10,4,37)
#0A0421
(10,4,33)
#0A041D
(10,4,29)
#0A0419
(10,4,25)
#0A0415
(10,4,21)
#0A0411
(10,4,17)
#0A040D
(10,4,13)
#0A0409
(10,4,9)
#0A0405
(10,4,5)
#000000
(0,0,0)

Tints of #0A042D

#0A042D
(10,4,45)
#201A40
(32,26,64)
#363053
(54,48,83)
#4C4666
(76,70,102)
#625C79
(98,92,121)
#78728C
(120,114,140)
#8E889F
(142,136,159)
#A49EB2
(164,158,178)
#BAB4C5
(186,180,197)
#D0CAD8
(208,202,216)
#E6E0EB
(230,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A042D color. Also use rgb(10,4,45) instead hex code.

Text Font Color

.myTextColor { color: #0A042D; }

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

This text font color is #0A042D.


Background Color

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

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

This div background color is #0A042D.


Border color

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

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

This div border color is #0A042D.


Opacity

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

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

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

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

This text has shadow with #0A042D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A042D on black background.


Color preview on white background

This text has color #0A042D on white background.



Black color preview on #0A042D background

This text has black color on #0A042D background.


White color preview on #0A042D background

This text has white color on #0A042D background.