COLOR #17070F

HEX: #17070F
RGB: (23,7,15)

Color info

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

RGB color model

#17070F color RGB value is (23,7,15).

  • red value is 23;
  • green value is 7;
  • blue value is 15.
RGB:
(23,7,15)
(9%,3%,6%)

RGB channels and saturation

R 23 of 255 = 9%
G 7 of 255 = 3%
B 15 of 255 = 6%

23
7
15

R + G + B ~ 6%. #17070F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 7 + 15 = 45 (100%)
R 23 of 45 ~ 51.11%
G 7 of 45 ~ 15.56%
B 15 of 45 ~ 33.33%

%51.11
%15.56
%33.33

CMYK color model

#17070F color CMYK value is (0,70,35,91).

  • cyan value is 0.00%
  • magenta value is 69.57%
  • yellow value is 34.78%
  • key color value is 90.98%
CMYK:
(0,70,35,91)
C0M70Y35K91 
(0%,70%,35%,91%)
(0.00/0.70/0.35/0.91)	

CMYK percentages

%0
%69.57
%34.78
%90.98

Codes

Color #17070F in popluar color models

17070F
RGB23715
HSL330°53.33%5.88%
HSB/HSV330°69.57%9.02%
CMYK0.00%69.57%34.78%
90.98%

Color #17070F in popluar number systems.

HEX17070F
Decimal23715
Binary101111111111
Octal27717

Shades and tints

Shades of #17070F

#17070F
(23,7,15)
#15070E
(21,7,14)
#13070D
(19,7,13)
#11070C
(17,7,12)
#0F070B
(15,7,11)
#0D070A
(13,7,10)
#0B0709
(11,7,9)
#090708
(9,7,8)
#070707
(7,7,7)
#050706
(5,7,6)
#030705
(3,7,5)
#000000
(0,0,0)

Tints of #17070F

#17070F
(23,7,15)
#2C1D24
(44,29,36)
#413339
(65,51,57)
#56494E
(86,73,78)
#6B5F63
(107,95,99)
#807578
(128,117,120)
#958B8D
(149,139,141)
#AAA1A2
(170,161,162)
#BFB7B7
(191,183,183)
#D4CDCC
(212,205,204)
#E9E3E1
(233,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17070F; }

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

This text font color is #17070F.


Background Color

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

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

This div background color is #17070F.


Border color

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

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

This div border color is #17070F.


Opacity

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

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

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

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

This text has shadow with #17070F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17070F on black background.


Color preview on white background

This text has color #17070F on white background.



Black color preview on #17070F background

This text has black color on #17070F background.


White color preview on #17070F background

This text has white color on #17070F background.