COLOR #01170F

HEX: #01170F RGB: (1,23,15)

Color info

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

RGB color model

#01170F color RGB value is (1,23,15).

RGB: (1,23,15) (0%, 9%, 6%)

RGB channels and saturation

R 1 of 255 = 0%
G 23 of 255 = 9%
B 15 of 255 = 6%

1
23
15

R + G + B ~ 5%. #01170F is dark color.

Portions of RGB colors in percentages

R + G + B = 1 + 23 + 15 = 39 (100%)
R 1 of 39 ~ 2.56%
G 23 of 39 ~ 58.97%
B 15 of 39 ~ 38.46'%

%58.97
%38.46

CMYK color model

#01170F color CMYK value is (96,0,35,91).

  • cyan value is 95.65%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 90.98%

CMYK: (96,0,35,91)
C96M0Y35K91 (96%, 0%, 35%, 91%)
(0.96 / 0.00 / 0.35 / 0.91)

CMYK percentages

%95.65
%0
%34.78
%90.98

Codes

Color #01170F in popluar color models

01 17 0F
RGB 1 23 15
HSL 158° 91.67% 4.71%
HSB/HSV 158° 95.65% 9.02%
CMYK 95.65% 0.00% 34.78%
90.98%

Color #01170F in popluar number systems.

HEX 01 17 0F
Decimal 1 23 15
Binary 1 10111 1111
Octal 1 27 17

Shades and tints

Shades of #01170F

#01170F
(1,23,15)
#01150E
(1,21,14)
#01130D
(1,19,13)
#01110C
(1,17,12)
#010F0B
(1,15,11)
#010D0A
(1,13,10)
#010B09
(1,11,9)
#010908
(1,9,8)
#010707
(1,7,7)
#010506
(1,5,6)
#010305
(1,3,5)
#000000
(0,0,0)

Tints of #01170F

#01170F
(1,23,15)
#182C24
(24,44,36)
#2F4139
(47,65,57)
#46564E
(70,86,78)
#5D6B63
(93,107,99)
#748078
(116,128,120)
#8B958D
(139,149,141)
#A2AAA2
(162,170,162)
#B9BFB7
(185,191,183)
#D0D4CC
(208,212,204)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01170F color. Also use rgb(1,23,15) instead hex code.

Text Font Color

.myTextColor { color: #01170F; }

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

This text font color is #01170F.

Background Color

.myBgColor { background-color: #01170F; }

<div style="background-color:#01170F">Inner text</div>

This div background color is #01170F.

Border color

.myBorderColor { border: 1px solid #01170F; }

<div style="border:3px solid #01170F">Div</div>

This div border color is #01170F.

Opacity

.myOpacity80 { color: #01170F; opacity: 0.8; }

<p style="color:#01170F;opacity:0.8;">80%</p>

Text with #01170F 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 #01170F;}

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

This text has shadow with #01170F color.


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

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

This text has shadow with #01170F primary color and red secondary color.


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

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

This text has shadow with #01170F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #01170F.

Preview

Color preview on black background

This text has color #01170F on black background.


Color preview on white background

This text has color #01170F on white background.


Black color preview on #01170F background

This text has black color on #01170F background.


White color preview on #01170F background

This text has white color on #01170F background.


Related colors

Complementary color

Complementary color for #hex is #FEE8F0.


I love getcolorcode.com

Triadic colors

1 #0F0117 and #170F01 with #01170F are triadic colors.

2 #0F1701 and #17010F with #01170F are triadic colors.