COLOR #0A1715

HEX: #0A1715
RGB: (10,23,21)

Color info

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

RGB color model

#0A1715 color RGB value is (10,23,21).

  • red value is 10;
  • green value is 23;
  • blue value is 21.
RGB:
(10,23,21)
(4%,9%,8%)

RGB channels and saturation

R 10 of 255 = 4%
G 23 of 255 = 9%
B 21 of 255 = 8%

10
23
21

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

Portions of RGB colors in percentages

R + G + B =
10 + 23 + 21 = 54 (100%)
R 10 of 54 ~ 18.52%
G 23 of 54 ~ 42.59%
B 21 of 54 ~ 38.89%

%18.52
%42.59
%38.89

CMYK color model

#0A1715 color CMYK value is (57,0,9,91).

  • cyan value is 56.52%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 90.98%
CMYK:
(57,0,9,91)
C57M0Y9K91 
(57%,0%,9%,91%)
(0.57/0.00/0.09/0.91)	

CMYK percentages

%56.52
%0
%8.7
%90.98

Codes

Color #0A1715 in popluar color models

0A1715
RGB102321
HSL171°39.39%6.47%
HSB/HSV171°56.52%9.02%
CMYK56.52%0.00%8.70%
90.98%

Color #0A1715 in popluar number systems.

HEX0A1715
Decimal102321
Binary10101011110101
Octal122725

Shades and tints

Shades of #0A1715

#0A1715
(10,23,21)
#0A1514
(10,21,20)
#0A1313
(10,19,19)
#0A1112
(10,17,18)
#0A0F11
(10,15,17)
#0A0D10
(10,13,16)
#0A0B0F
(10,11,15)
#0A090E
(10,9,14)
#0A070D
(10,7,13)
#0A050C
(10,5,12)
#0A030B
(10,3,11)
#000000
(0,0,0)

Tints of #0A1715

#0A1715
(10,23,21)
#202C2A
(32,44,42)
#36413F
(54,65,63)
#4C5654
(76,86,84)
#626B69
(98,107,105)
#78807E
(120,128,126)
#8E9593
(142,149,147)
#A4AAA8
(164,170,168)
#BABFBD
(186,191,189)
#D0D4D2
(208,212,210)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1715 color. Also use rgb(10,23,21) instead hex code.

Text Font Color

.myTextColor { color: #0A1715; }

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

This text font color is #0A1715.


Background Color

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

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

This div background color is #0A1715.


Border color

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

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

This div border color is #0A1715.


Opacity

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

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

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

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

This text has shadow with #0A1715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1715 on black background.


Color preview on white background

This text has color #0A1715 on white background.



Black color preview on #0A1715 background

This text has black color on #0A1715 background.


White color preview on #0A1715 background

This text has white color on #0A1715 background.