COLOR #010F0A

HEX: #010F0A
RGB: (1,15,10)

Color info

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

RGB color model

#010F0A color RGB value is (1,15,10).

  • red value is 1;
  • green value is 15;
  • blue value is 10.
RGB:
(1,15,10)
(0%,6%,4%)

RGB channels and saturation

R 1 of 255 = 0%
G 15 of 255 = 6%
B 10 of 255 = 4%

1
15
10

R + G + B ~ 3%. #010F0A is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 15 + 10 = 26 (100%)
R 1 of 26 ~ 3.85%
G 15 of 26 ~ 57.69%
B 10 of 26 ~ 38.46%

%57.69
%38.46

CMYK color model

#010F0A color CMYK value is (93,0,33,94).

  • cyan value is 93.33%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 94.12%
CMYK:
(93,0,33,94)
C93M0Y33K94 
(93%,0%,33%,94%)
(0.93/0.00/0.33/0.94)	

CMYK percentages

%93.33
%0
%33.33
%94.12

Codes

Color #010F0A in popluar color models

010F0A
RGB11510
HSL159°87.50%3.14%
HSB/HSV159°93.33%5.88%
CMYK93.33%0.00%33.33%
94.12%

Color #010F0A in popluar number systems.

HEX010F0A
Decimal11510
Binary111111010
Octal11712

Shades and tints

Shades of #010F0A

#010F0A
(1,15,10)
#010E0A
(1,14,10)
#010D0A
(1,13,10)
#010C0A
(1,12,10)
#010B0A
(1,11,10)
#010A0A
(1,10,10)
#01090A
(1,9,10)
#01080A
(1,8,10)
#01070A
(1,7,10)
#01060A
(1,6,10)
#01050A
(1,5,10)
#000000
(0,0,0)

Tints of #010F0A

#010F0A
(1,15,10)
#182420
(24,36,32)
#2F3936
(47,57,54)
#464E4C
(70,78,76)
#5D6362
(93,99,98)
#747878
(116,120,120)
#8B8D8E
(139,141,142)
#A2A2A4
(162,162,164)
#B9B7BA
(185,183,186)
#D0CCD0
(208,204,208)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #010F0A color. Also use rgb(1,15,10) instead hex code.

Text Font Color

.myTextColor { color: #010F0A; }

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

This text font color is #010F0A.


Background Color

.myBgColor { background-color: #010F0A; }

<div style="background-color:#010F0A">Inner text</div>

This div background color is #010F0A.


Border color

.myBorderColor { border: 1px solid #010F0A; }

<div style="border:3px solid #010F0A">Div</div>

This div border color is #010F0A.


Opacity

.myOpacity80 { color: #010F0A; opacity: 0.8; }

<p style="color:#010F0A;opacity:0.8;">80%</p>

Text with #010F0A 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 #010F0A;}

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

This text has shadow with #010F0A color.

.textShadow {text-shadow: 3px 3px 1px #010F0A, 3px 3px 1px red;}

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

This text has shadow with #010F0A primary color and red secondary color.


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

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

This text has shadow with #010F0A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #010F0A on black background.


Color preview on white background

This text has color #010F0A on white background.



Black color preview on #010F0A background

This text has black color on #010F0A background.


White color preview on #010F0A background

This text has white color on #010F0A background.