COLOR #0A1912

HEX: #0A1912
RGB: (10,25,18)

Color info

#0A1912 contains red, green and blue colors in about the same proportion. Web safe color of #0A1912 is #000000 (or #000).

RGB color model

#0A1912 color RGB value is (10,25,18).

  • red value is 10;
  • green value is 25;
  • blue value is 18.
RGB:
(10,25,18)
(4%,10%,7%)

RGB channels and saturation

R 10 of 255 = 4%
G 25 of 255 = 10%
B 18 of 255 = 7%

10
25
18

R + G + B ~ 7%. #0A1912 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 25 + 18 = 53 (100%)
R 10 of 53 ~ 18.87%
G 25 of 53 ~ 47.17%
B 18 of 53 ~ 33.96%

%18.87
%47.17
%33.96

CMYK color model

#0A1912 color CMYK value is (60,0,28,90).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 90.20%
CMYK:
(60,0,28,90)
C60M0Y28K90 
(60%,0%,28%,90%)
(0.60/0.00/0.28/0.90)	

CMYK percentages

%60
%0
%28
%90.2

Codes

Color #0A1912 in popluar color models

0A1912
RGB102518
HSL152°42.86%6.86%
HSB/HSV152°60.00%9.80%
CMYK60.00%0.00%28.00%
90.20%

Color #0A1912 in popluar number systems.

HEX0A1912
Decimal102518
Binary10101100110010
Octal123122

Shades and tints

Shades of #0A1912

#0A1912
(10,25,18)
#0A1711
(10,23,17)
#0A1510
(10,21,16)
#0A130F
(10,19,15)
#0A110E
(10,17,14)
#0A0F0D
(10,15,13)
#0A0D0C
(10,13,12)
#0A0B0B
(10,11,11)
#0A090A
(10,9,10)
#0A0709
(10,7,9)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #0A1912

#0A1912
(10,25,18)
#202D27
(32,45,39)
#36413C
(54,65,60)
#4C5551
(76,85,81)
#626966
(98,105,102)
#787D7B
(120,125,123)
#8E9190
(142,145,144)
#A4A5A5
(164,165,165)
#BAB9BA
(186,185,186)
#D0CDCF
(208,205,207)
#E6E1E4
(230,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1912 color. Also use rgb(10,25,18) instead hex code.

Text Font Color

.myTextColor { color: #0A1912; }

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

This text font color is #0A1912.


Background Color

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

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

This div background color is #0A1912.


Border color

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

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

This div border color is #0A1912.


Opacity

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

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

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

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

This text has shadow with #0A1912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1912 on black background.


Color preview on white background

This text has color #0A1912 on white background.



Black color preview on #0A1912 background

This text has black color on #0A1912 background.


White color preview on #0A1912 background

This text has white color on #0A1912 background.