COLOR #012917

HEX: #012917
RGB: (1,41,23)

Color info

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

RGB color model

#012917 color RGB value is (1,41,23).

  • red value is 1;
  • green value is 41;
  • blue value is 23.
RGB:
(1,41,23)
(0%,16%,9%)

RGB channels and saturation

R 1 of 255 = 0%
G 41 of 255 = 16%
B 23 of 255 = 9%

1
41
23

R + G + B ~ 8%. #012917 is dark color.

Portions of RGB colors in percentages

R + G + B =
1 + 41 + 23 = 65 (100%)
R 1 of 65 ~ 1.54%
G 41 of 65 ~ 63.08%
B 23 of 65 ~ 35.38%

%63.08
%35.38

CMYK color model

#012917 color CMYK value is (98,0,44,84).

  • cyan value is 97.56%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 83.92%
CMYK:
(98,0,44,84)
C98M0Y44K84 
(98%,0%,44%,84%)
(0.98/0.00/0.44/0.84)	

CMYK percentages

%97.56
%0
%43.9
%83.92

Codes

Color #012917 in popluar color models

012917
RGB14123
HSL153°95.24%8.24%
HSB/HSV153°97.56%16.08%
CMYK97.56%0.00%43.90%
83.92%

Color #012917 in popluar number systems.

HEX012917
Decimal14123
Binary110100110111
Octal15127

Shades and tints

Shades of #012917

#012917
(1,41,23)
#012615
(1,38,21)
#012313
(1,35,19)
#012011
(1,32,17)
#011D0F
(1,29,15)
#011A0D
(1,26,13)
#01170B
(1,23,11)
#011409
(1,20,9)
#011107
(1,17,7)
#010E05
(1,14,5)
#010B03
(1,11,3)
#000000
(0,0,0)

Tints of #012917

#012917
(1,41,23)
#183C2C
(24,60,44)
#2F4F41
(47,79,65)
#466256
(70,98,86)
#5D756B
(93,117,107)
#748880
(116,136,128)
#8B9B95
(139,155,149)
#A2AEAA
(162,174,170)
#B9C1BF
(185,193,191)
#D0D4D4
(208,212,212)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #012917; }

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

This text font color is #012917.


Background Color

.myBgColor { background-color: #012917; }

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

This div background color is #012917.


Border color

.myBorderColor { border: 1px solid #012917; }

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

This div border color is #012917.


Opacity

.myOpacity80 { color: #012917; opacity: 0.8; }

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

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

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

This text has shadow with #012917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #012917 on black background.


Color preview on white background

This text has color #012917 on white background.



Black color preview on #012917 background

This text has black color on #012917 background.


White color preview on #012917 background

This text has white color on #012917 background.