COLOR #0A072C

HEX: #0A072C
RGB: (10,7,44)

Color info

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

RGB color model

#0A072C color RGB value is (10,7,44).

  • red value is 10;
  • green value is 7;
  • blue value is 44.
RGB:
(10,7,44)
(4%,3%,17%)

RGB channels and saturation

R 10 of 255 = 4%
G 7 of 255 = 3%
B 44 of 255 = 17%

10
7
44

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

Portions of RGB colors in percentages

R + G + B =
10 + 7 + 44 = 61 (100%)
R 10 of 61 ~ 16.39%
G 7 of 61 ~ 11.48%
B 44 of 61 ~ 72.13%

%16.39
%11.48
%72.13

CMYK color model

#0A072C color CMYK value is (77,84,0,83).

  • cyan value is 77.27%
  • magenta value is 84.09%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(77,84,0,83)
C77M84Y0K83 
(77%,84%,0%,83%)
(0.77/0.84/0.00/0.83)	

CMYK percentages

%77.27
%84.09
%0
%82.75

Codes

Color #0A072C in popluar color models

0A072C
RGB10744
HSL245°72.55%10.00%
HSB/HSV245°84.09%17.25%
CMYK77.27%84.09%0.00%
82.75%

Color #0A072C in popluar number systems.

HEX0A072C
Decimal10744
Binary1010111101100
Octal12754

Shades and tints

Shades of #0A072C

#0A072C
(10,7,44)
#0A0728
(10,7,40)
#0A0724
(10,7,36)
#0A0720
(10,7,32)
#0A071C
(10,7,28)
#0A0718
(10,7,24)
#0A0714
(10,7,20)
#0A0710
(10,7,16)
#0A070C
(10,7,12)
#0A0708
(10,7,8)
#0A0704
(10,7,4)
#000000
(0,0,0)

Tints of #0A072C

#0A072C
(10,7,44)
#201D3F
(32,29,63)
#363352
(54,51,82)
#4C4965
(76,73,101)
#625F78
(98,95,120)
#78758B
(120,117,139)
#8E8B9E
(142,139,158)
#A4A1B1
(164,161,177)
#BAB7C4
(186,183,196)
#D0CDD7
(208,205,215)
#E6E3EA
(230,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A072C color. Also use rgb(10,7,44) instead hex code.

Text Font Color

.myTextColor { color: #0A072C; }

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

This text font color is #0A072C.


Background Color

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

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

This div background color is #0A072C.


Border color

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

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

This div border color is #0A072C.


Opacity

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

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

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

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

This text has shadow with #0A072C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A072C on black background.


Color preview on white background

This text has color #0A072C on white background.



Black color preview on #0A072C background

This text has black color on #0A072C background.


White color preview on #0A072C background

This text has white color on #0A072C background.