COLOR #170704

HEX: #170704 RGB: (23,7,4)

Color info

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

RGB color model

#170704 color RGB value is (23,7,4).

RGB: (23,7,4) (9%, 3%, 2%)

RGB channels and saturation

R 23 of 255 = 9%
G 7 of 255 = 3%
B 4 of 255 = 2%

23
7
4

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

Portions of RGB colors in percentages

R + G + B = 23 + 7 + 4 = 34 (100%)
R 23 of 34 ~ 67.65%
G 7 of 34 ~ 20.59%
B 4 of 34 ~ 11.76'%

%67.65
%20.59
%11.76

CMYK color model

#170704 color CMYK value is (0,70,83,91).

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

CMYK: (0,70,83,91)
C0M70Y83K91 (0%, 70%, 83%, 91%)
(0.00 / 0.70 / 0.83 / 0.91)

CMYK percentages

%0
%69.57
%82.61
%90.98

Codes

Color #170704 in popluar color models

17 07 04
RGB 23 7 4
HSL 70.37% 5.29%
HSB/HSV 82.61% 9.02%
CMYK 0.00% 69.57% 82.61%
90.98%

Color #170704 in popluar number systems.

HEX 17 07 04
Decimal 23 7 4
Binary 10111 111 100
Octal 27 7 4

Shades and tints

Shades of #170704

#170704
(23,7,4)
#150704
(21,7,4)
#130704
(19,7,4)
#110704
(17,7,4)
#0F0704
(15,7,4)
#0D0704
(13,7,4)
#0B0704
(11,7,4)
#090704
(9,7,4)
#070704
(7,7,4)
#050704
(5,7,4)
#030704
(3,7,4)
#000000
(0,0,0)

Tints of #170704

#170704
(23,7,4)
#2C1D1A
(44,29,26)
#413330
(65,51,48)
#564946
(86,73,70)
#6B5F5C
(107,95,92)
#807572
(128,117,114)
#958B88
(149,139,136)
#AAA19E
(170,161,158)
#BFB7B4
(191,183,180)
#D4CDCA
(212,205,202)
#E9E3E0
(233,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170704; }

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

This text font color is #170704.

Background Color

.myBgColor { background-color: #170704; }

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

This div background color is #170704.

Border color

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

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

This div border color is #170704.

Opacity

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

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

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

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

This text has shadow with #170704 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #170704.

Preview

Color preview on black background

This text has color #170704 on black background.


Color preview on white background

This text has color #170704 on white background.


Black color preview on #170704 background

This text has black color on #170704 background.


White color preview on #170704 background

This text has white color on #170704 background.


Related colors

Complementary color

Complementary color for #hex is #E8F8FB.


I love getcolorcode.com

Triadic colors

1 #041707 and #070417 with #170704 are triadic colors.

2 #040717 and #071704 with #170704 are triadic colors.