COLOR #0A062F

HEX: #0A062F RGB: (10,6,47)

Color info

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

RGB color model

#0A062F color RGB value is (10,6,47).

RGB: (10,6,47) (4%, 2%, 18%)

RGB channels and saturation

R 10 of 255 = 4%
G 6 of 255 = 2%
B 47 of 255 = 18%

10
6
47

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

Portions of RGB colors in percentages

R + G + B = 10 + 6 + 47 = 63 (100%)
R 10 of 63 ~ 15.87%
G 6 of 63 ~ 9.52%
B 47 of 63 ~ 74.6'%

%15.87
%74.6

CMYK color model

#0A062F color CMYK value is (79,87,0,82).

  • cyan value is 78.72%
  • magenta value is 87.23%
  • yellow value is 0.00%
  • key color value is 81.57%

CMYK: (79,87,0,82)
C79M87Y0K82 (79%, 87%, 0%, 82%)
(0.79 / 0.87 / 0.00 / 0.82)

CMYK percentages

%78.72
%87.23
%0
%81.57

Codes

Color #0A062F in popluar color models

0A 06 2F
RGB 10 6 47
HSL 246° 77.36% 10.39%
HSB/HSV 246° 87.23% 18.43%
CMYK 78.72% 87.23% 0.00%
81.57%

Color #0A062F in popluar number systems.

HEX 0A 06 2F
Decimal 10 6 47
Binary 1010 110 101111
Octal 12 6 57

Shades and tints

Shades of #0A062F

#0A062F
(10,6,47)
#0A062B
(10,6,43)
#0A0627
(10,6,39)
#0A0623
(10,6,35)
#0A061F
(10,6,31)
#0A061B
(10,6,27)
#0A0617
(10,6,23)
#0A0613
(10,6,19)
#0A060F
(10,6,15)
#0A060B
(10,6,11)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #0A062F

#0A062F
(10,6,47)
#201C41
(32,28,65)
#363253
(54,50,83)
#4C4865
(76,72,101)
#625E77
(98,94,119)
#787489
(120,116,137)
#8E8A9B
(142,138,155)
#A4A0AD
(164,160,173)
#BAB6BF
(186,182,191)
#D0CCD1
(208,204,209)
#E6E2E3
(230,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A062F color. Also use rgb(10,6,47) instead hex code.

Text Font Color

.myTextColor { color: #0A062F; }

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

This text font color is #0A062F.

Background Color

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

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

This div background color is #0A062F.

Border color

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

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

This div border color is #0A062F.

Opacity

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

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

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

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

This text has shadow with #0A062F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A062F.

Preview

Color preview on black background

This text has color #0A062F on black background.


Color preview on white background

This text has color #0A062F on white background.


Black color preview on #0A062F background

This text has black color on #0A062F background.


White color preview on #0A062F background

This text has white color on #0A062F background.


Related colors

Complementary color

Complementary color for #hex is #F5F9D0.


I love getcolorcode.com

Triadic colors

1 #2F0A06 and #062F0A with #0A062F are triadic colors.

2 #2F060A and #060A2F with #0A062F are triadic colors.