COLOR #0A1C0F

HEX: #0A1C0F RGB: (10,28,15)

Color info

#0A1C0F contains red, green and blue colors in about the same proportion. Web safe color of #0A1C0F is #003300 (or #030).

RGB color model

#0A1C0F color RGB value is (10,28,15).

RGB: (10,28,15) (4%, 11%, 6%)

RGB channels and saturation

R 10 of 255 = 4%
G 28 of 255 = 11%
B 15 of 255 = 6%

10
28
15

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

Portions of RGB colors in percentages

R + G + B = 10 + 28 + 15 = 53 (100%)
R 10 of 53 ~ 18.87%
G 28 of 53 ~ 52.83%
B 15 of 53 ~ 28.3'%

%18.87
%52.83
%28.3

CMYK color model

#0A1C0F color CMYK value is (64,0,46,89).

  • cyan value is 64.29%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 89.02%

CMYK: (64,0,46,89)
C64M0Y46K89 (64%, 0%, 46%, 89%)
(0.64 / 0.00 / 0.46 / 0.89)

CMYK percentages

%64.29
%0
%46.43
%89.02

Codes

Color #0A1C0F in popluar color models

0A 1C 0F
RGB 10 28 15
HSL 137° 47.37% 7.45%
HSB/HSV 137° 64.29% 10.98%
CMYK 64.29% 0.00% 46.43%
89.02%

Color #0A1C0F in popluar number systems.

HEX 0A 1C 0F
Decimal 10 28 15
Binary 1010 11100 1111
Octal 12 34 17

Shades and tints

Shades of #0A1C0F

#0A1C0F
(10,28,15)
#0A1A0E
(10,26,14)
#0A180D
(10,24,13)
#0A160C
(10,22,12)
#0A140B
(10,20,11)
#0A120A
(10,18,10)
#0A1009
(10,16,9)
#0A0E08
(10,14,8)
#0A0C07
(10,12,7)
#0A0A06
(10,10,6)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #0A1C0F

#0A1C0F
(10,28,15)
#203024
(32,48,36)
#364439
(54,68,57)
#4C584E
(76,88,78)
#626C63
(98,108,99)
#788078
(120,128,120)
#8E948D
(142,148,141)
#A4A8A2
(164,168,162)
#BABCB7
(186,188,183)
#D0D0CC
(208,208,204)
#E6E4E1
(230,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A1C0F color. Also use rgb(10,28,15) instead hex code.

Text Font Color

.myTextColor { color: #0A1C0F; }

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

This text font color is #0A1C0F.

Background Color

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

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

This div background color is #0A1C0F.

Border color

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

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

This div border color is #0A1C0F.

Opacity

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

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

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

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

This text has shadow with #0A1C0F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A1C0F.

Preview

Color preview on black background

This text has color #0A1C0F on black background.


Color preview on white background

This text has color #0A1C0F on white background.


Black color preview on #0A1C0F background

This text has black color on #0A1C0F background.


White color preview on #0A1C0F background

This text has white color on #0A1C0F background.


Related colors

Complementary color

Complementary color for #hex is #F5E3F0.


I love getcolorcode.com

Triadic colors

1 #0F0A1C and #1C0F0A with #0A1C0F are triadic colors.

2 #0F1C0A and #1C0A0F with #0A1C0F are triadic colors.