COLOR #07170C

HEX: #07170C
RGB: (7,23,12)

Color info

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

RGB color model

#07170C color RGB value is (7,23,12).

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

RGB channels and saturation

R 7 of 255 = 3%
G 23 of 255 = 9%
B 12 of 255 = 5%

7
23
12

R + G + B ~ 6%. #07170C is dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 23 + 12 = 42 (100%)
R 7 of 42 ~ 16.67%
G 23 of 42 ~ 54.76%
B 12 of 42 ~ 28.57%

%16.67
%54.76
%28.57

CMYK color model

#07170C color CMYK value is (70,0,48,91).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 90.98%
CMYK:
(70,0,48,91)
C70M0Y48K91 
(70%,0%,48%,91%)
(0.70/0.00/0.48/0.91)	

CMYK percentages

%69.57
%0
%47.83
%90.98

Codes

Color #07170C in popluar color models

07170C
RGB72312
HSL139°53.33%5.88%
HSB/HSV139°69.57%9.02%
CMYK69.57%0.00%47.83%
90.98%

Color #07170C in popluar number systems.

HEX07170C
Decimal72312
Binary111101111100
Octal72714

Shades and tints

Shades of #07170C

#07170C
(7,23,12)
#07150B
(7,21,11)
#07130A
(7,19,10)
#071109
(7,17,9)
#070F08
(7,15,8)
#070D07
(7,13,7)
#070B06
(7,11,6)
#070905
(7,9,5)
#070704
(7,7,4)
#070503
(7,5,3)
#070302
(7,3,2)
#000000
(0,0,0)

Tints of #07170C

#07170C
(7,23,12)
#1D2C22
(29,44,34)
#334138
(51,65,56)
#49564E
(73,86,78)
#5F6B64
(95,107,100)
#75807A
(117,128,122)
#8B9590
(139,149,144)
#A1AAA6
(161,170,166)
#B7BFBC
(183,191,188)
#CDD4D2
(205,212,210)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #07170C color. Also use rgb(7,23,12) instead hex code.

Text Font Color

.myTextColor { color: #07170C; }

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

This text font color is #07170C.


Background Color

.myBgColor { background-color: #07170C; }

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

This div background color is #07170C.


Border color

.myBorderColor { border: 1px solid #07170C; }

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

This div border color is #07170C.


Opacity

.myOpacity80 { color: #07170C; opacity: 0.8; }

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

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

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

This text has shadow with #07170C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #07170C on black background.


Color preview on white background

This text has color #07170C on white background.



Black color preview on #07170C background

This text has black color on #07170C background.


White color preview on #07170C background

This text has white color on #07170C background.