COLOR #0A242C

HEX: #0A242C
RGB: (10,36,44)

Color info

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

RGB color model

#0A242C color RGB value is (10,36,44).

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

RGB channels and saturation

R 10 of 255 = 4%
G 36 of 255 = 14%
B 44 of 255 = 17%

10
36
44

R + G + B ~ 12%. #0A242C is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 36 + 44 = 90 (100%)
R 10 of 90 ~ 11.11%
G 36 of 90 ~ 40%
B 44 of 90 ~ 48.89%

%11.11
%40
%48.89

CMYK color model

#0A242C color CMYK value is (77,18,0,83).

  • cyan value is 77.27%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK: (77,18,0,83) C77M18Y0K83 (77%,18%,0%,83%) (0.77/0.18/0.00/0.83)

CMYK percentages

%77.27
%18.18
%0
%82.75

Codes

Color #0A242C in popluar color models

0A242C
RGB103644
HSL194°62.96%10.59%
HSB/HSV194°77.27%17.25%
CMYK77.27%18.18%0.00%
82.75%

Color #0A242C in popluar number systems.

HEX0A242C
Decimal103644
Binary1010100100101100
Octal124454

Shades and tints

Shades of #0A242C

#0A242C
(10,36,44)
#0A2128
(10,33,40)
#0A1E24
(10,30,36)
#0A1B20
(10,27,32)
#0A181C
(10,24,28)
#0A1518
(10,21,24)
#0A1214
(10,18,20)
#0A0F10
(10,15,16)
#0A0C0C
(10,12,12)
#0A0908
(10,9,8)
#0A0604
(10,6,4)
#000000
(0,0,0)

Tints of #0A242C

#0A242C
(10,36,44)
#20373F
(32,55,63)
#364A52
(54,74,82)
#4C5D65
(76,93,101)
#627078
(98,112,120)
#78838B
(120,131,139)
#8E969E
(142,150,158)
#A4A9B1
(164,169,177)
#BABCC4
(186,188,196)
#D0CFD7
(208,207,215)
#E6E2EA
(230,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A242C; }

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

This text font color is #0A242C.


Background Color

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

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

This div background color is #0A242C.


Border color

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

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

This div border color is #0A242C.


Opacity

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

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

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

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

This text has shadow with #0A242C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0A242C on black background.


Color preview on white background

This text has color #0A242C on white background.



Black color preview on #0A242C background

This text has black color on #0A242C background.


White color preview on #0A242C background

This text has white color on #0A242C background.