COLOR #0A241F

HEX: #0A241F
RGB: (10,36,31)

Color info

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

RGB color model

#0A241F color RGB value is (10,36,31).

  • red value is 10;
  • green value is 36;
  • blue value is 31.
RGB:
(10,36,31)
(4%,14%,12%)

RGB channels and saturation

R 10 of 255 = 4%
G 36 of 255 = 14%
B 31 of 255 = 12%

10
36
31

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

Portions of RGB colors in percentages

R + G + B =
10 + 36 + 31 = 77 (100%)
R 10 of 77 ~ 12.99%
G 36 of 77 ~ 46.75%
B 31 of 77 ~ 40.26%

%12.99
%46.75
%40.26

CMYK color model

#0A241F color CMYK value is (72,0,14,86).

  • cyan value is 72.22%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 85.88%
CMYK:
(72,0,14,86)
C72M0Y14K86 
(72%,0%,14%,86%)
(0.72/0.00/0.14/0.86)	

CMYK percentages

%72.22
%0
%13.89
%85.88

Codes

Color #0A241F in popluar color models

0A241F
RGB103631
HSL168°56.52%9.02%
HSB/HSV168°72.22%14.12%
CMYK72.22%0.00%13.89%
85.88%

Color #0A241F in popluar number systems.

HEX0A241F
Decimal103631
Binary101010010011111
Octal124437

Shades and tints

Shades of #0A241F

#0A241F
(10,36,31)
#0A211D
(10,33,29)
#0A1E1B
(10,30,27)
#0A1B19
(10,27,25)
#0A1817
(10,24,23)
#0A1515
(10,21,21)
#0A1213
(10,18,19)
#0A0F11
(10,15,17)
#0A0C0F
(10,12,15)
#0A090D
(10,9,13)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #0A241F

#0A241F
(10,36,31)
#203733
(32,55,51)
#364A47
(54,74,71)
#4C5D5B
(76,93,91)
#62706F
(98,112,111)
#788383
(120,131,131)
#8E9697
(142,150,151)
#A4A9AB
(164,169,171)
#BABCBF
(186,188,191)
#D0CFD3
(208,207,211)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A241F color. Also use rgb(10,36,31) instead hex code.

Text Font Color

.myTextColor { color: #0A241F; }

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

This text font color is #0A241F.


Background Color

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

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

This div background color is #0A241F.


Border color

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

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

This div border color is #0A241F.


Opacity

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

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

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

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

This text has shadow with #0A241F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A241F on black background.


Color preview on white background

This text has color #0A241F on white background.



Black color preview on #0A241F background

This text has black color on #0A241F background.


White color preview on #0A241F background

This text has white color on #0A241F background.