COLOR #0A292F

HEX: #0A292F
RGB: (10,41,47)

Color info

#0A292F contains red, green and blue colors in about the same proportion. Web safe color of #0A292F is #003333 (or #033).

RGB color model

#0A292F color RGB value is (10,41,47).

  • red value is 10;
  • green value is 41;
  • blue value is 47.
RGB:
(10,41,47)
(4%,16%,18%)

RGB channels and saturation

R 10 of 255 = 4%
G 41 of 255 = 16%
B 47 of 255 = 18%

10
41
47

R + G + B ~ 13%. #0A292F is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 41 + 47 = 98 (100%)
R 10 of 98 ~ 10.2%
G 41 of 98 ~ 41.84%
B 47 of 98 ~ 47.96%

%10.2
%41.84
%47.96

CMYK color model

#0A292F color CMYK value is (79,13,0,82).

  • cyan value is 78.72%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(79,13,0,82)
C79M13Y0K82 
(79%,13%,0%,82%)
(0.79/0.13/0.00/0.82)	

CMYK percentages

%78.72
%12.77
%0
%81.57

Codes

Color #0A292F in popluar color models

0A292F
RGB104147
HSL190°64.91%11.18%
HSB/HSV190°78.72%18.43%
CMYK78.72%12.77%0.00%
81.57%

Color #0A292F in popluar number systems.

HEX0A292F
Decimal104147
Binary1010101001101111
Octal125157

Shades and tints

Shades of #0A292F

#0A292F
(10,41,47)
#0A262B
(10,38,43)
#0A2327
(10,35,39)
#0A2023
(10,32,35)
#0A1D1F
(10,29,31)
#0A1A1B
(10,26,27)
#0A1717
(10,23,23)
#0A1413
(10,20,19)
#0A110F
(10,17,15)
#0A0E0B
(10,14,11)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #0A292F

#0A292F
(10,41,47)
#203C41
(32,60,65)
#364F53
(54,79,83)
#4C6265
(76,98,101)
#627577
(98,117,119)
#788889
(120,136,137)
#8E9B9B
(142,155,155)
#A4AEAD
(164,174,173)
#BAC1BF
(186,193,191)
#D0D4D1
(208,212,209)
#E6E7E3
(230,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A292F; }

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

This text font color is #0A292F.


Background Color

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

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

This div background color is #0A292F.


Border color

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

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

This div border color is #0A292F.


Opacity

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

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

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

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

This text has shadow with #0A292F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A292F on black background.


Color preview on white background

This text has color #0A292F on white background.



Black color preview on #0A292F background

This text has black color on #0A292F background.


White color preview on #0A292F background

This text has white color on #0A292F background.