COLOR #0A241E

HEX: #0A241E RGB: (10,36,30)

Color info

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

RGB color model

#0A241E color RGB value is (10,36,30).

RGB: (10,36,30) (4%, 14%, 12%)

RGB channels and saturation

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

10
36
30

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

Portions of RGB colors in percentages

R + G + B = 10 + 36 + 30 = 76 (100%)
R 10 of 76 ~ 13.16%
G 36 of 76 ~ 47.37%
B 30 of 76 ~ 39.47'%

%13.16
%47.37
%39.47

CMYK color model

#0A241E color CMYK value is (72,0,17,86).

  • cyan value is 72.22%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 85.88%

CMYK: (72,0,17,86)
C72M0Y17K86 (72%, 0%, 17%, 86%)
(0.72 / 0.00 / 0.17 / 0.86)

CMYK percentages

%72.22
%0
%16.67
%85.88

Codes

Color #0A241E in popluar color models

0A 24 1E
RGB 10 36 30
HSL 166° 56.52% 9.02%
HSB/HSV 166° 72.22% 14.12%
CMYK 72.22% 0.00% 16.67%
85.88%

Color #0A241E in popluar number systems.

HEX 0A 24 1E
Decimal 10 36 30
Binary 1010 100100 11110
Octal 12 44 36

Shades and tints

Shades of #0A241E

#0A241E
(10,36,30)
#0A211C
(10,33,28)
#0A1E1A
(10,30,26)
#0A1B18
(10,27,24)
#0A1816
(10,24,22)
#0A1514
(10,21,20)
#0A1212
(10,18,18)
#0A0F10
(10,15,16)
#0A0C0E
(10,12,14)
#0A090C
(10,9,12)
#0A060A
(10,6,10)
#000000
(0,0,0)

Tints of #0A241E

#0A241E
(10,36,30)
#203732
(32,55,50)
#364A46
(54,74,70)
#4C5D5A
(76,93,90)
#62706E
(98,112,110)
#788382
(120,131,130)
#8E9696
(142,150,150)
#A4A9AA
(164,169,170)
#BABCBE
(186,188,190)
#D0CFD2
(208,207,210)
#E6E2E6
(230,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A241E; }

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

This text font color is #0A241E.

Background Color

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

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

This div background color is #0A241E.

Border color

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

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

This div border color is #0A241E.

Opacity

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

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

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

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

This text has shadow with #0A241E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A241E.

Preview

Color preview on black background

This text has color #0A241E on black background.


Color preview on white background

This text has color #0A241E on white background.


Black color preview on #0A241E background

This text has black color on #0A241E background.


White color preview on #0A241E background

This text has white color on #0A241E background.


Related colors

Complementary color

Complementary color for #hex is #F5DBE1.


I love getcolorcode.com

Triadic colors

1 #1E0A24 and #241E0A with #0A241E are triadic colors.

2 #1E240A and #240A1E with #0A241E are triadic colors.