COLOR #07170F

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

Color info

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

RGB color model

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

RGB: (7,23,15) (3%, 9%, 6%)

RGB channels and saturation

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

7
23
15

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

Portions of RGB colors in percentages

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

%15.56
%51.11
%33.33

CMYK color model

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

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

CMYK: (70,0,35,91)
C70M0Y35K91 (70%, 0%, 35%, 91%)
(0.70 / 0.00 / 0.35 / 0.91)

CMYK percentages

%69.57
%0
%34.78
%90.98

Codes

Color #07170F in popluar color models

07 17 0F
RGB 7 23 15
HSL 150° 53.33% 5.88%
HSB/HSV 150° 69.57% 9.02%
CMYK 69.57% 0.00% 34.78%
90.98%

Color #07170F in popluar number systems.

HEX 07 17 0F
Decimal 7 23 15
Binary 111 10111 1111
Octal 7 27 17

Shades and tints

Shades of #07170F

#07170F
(7,23,15)
#07150E
(7,21,14)
#07130D
(7,19,13)
#07110C
(7,17,12)
#070F0B
(7,15,11)
#070D0A
(7,13,10)
#070B09
(7,11,9)
#070908
(7,9,8)
#070707
(7,7,7)
#070506
(7,5,6)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #07170F

#07170F
(7,23,15)
#1D2C24
(29,44,36)
#334139
(51,65,57)
#49564E
(73,86,78)
#5F6B63
(95,107,99)
#758078
(117,128,120)
#8B958D
(139,149,141)
#A1AAA2
(161,170,162)
#B7BFB7
(183,191,183)
#CDD4CC
(205,212,204)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #07170F; }

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

This text font color is #07170F.

Background Color

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

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

This div background color is #07170F.

Border color

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

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

This div border color is #07170F.

Opacity

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

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

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

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

This text has shadow with #07170F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #07170F.

Preview

Color preview on black background

This text has color #07170F on black background.


Color preview on white background

This text has color #07170F on white background.


Black color preview on #07170F background

This text has black color on #07170F background.


White color preview on #07170F background

This text has white color on #07170F background.


Related colors

Complementary color

Complementary color for #hex is #F8E8F0.


I love getcolorcode.com

Triadic colors

1 #0F0717 and #170F07 with #07170F are triadic colors.

2 #0F1707 and #17070F with #07170F are triadic colors.