COLOR #17140C

HEX: #17140C
RGB: (23,20,12)

Color info

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

RGB color model

#17140C color RGB value is (23,20,12).

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

RGB channels and saturation

R 23 of 255 = 9%
G 20 of 255 = 8%
B 12 of 255 = 5%

23
20
12

R + G + B ~ 7%. #17140C is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 20 + 12 = 55 (100%)
R 23 of 55 ~ 41.82%
G 20 of 55 ~ 36.36%
B 12 of 55 ~ 21.82%

%41.82
%36.36
%21.82

CMYK color model

#17140C color CMYK value is (0,13,48,91).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 47.83%
  • key color value is 90.98%
CMYK:
(0,13,48,91)
C0M13Y48K91 
(0%,13%,48%,91%)
(0.00/0.13/0.48/0.91)	

CMYK percentages

%0
%13.04
%47.83
%90.98

Codes

Color #17140C in popluar color models

17140C
RGB232012
HSL44°31.43%6.86%
HSB/HSV44°47.83%9.02%
CMYK0.00%13.04%47.83%
90.98%

Color #17140C in popluar number systems.

HEX17140C
Decimal232012
Binary10111101001100
Octal272414

Shades and tints

Shades of #17140C

#17140C
(23,20,12)
#15130B
(21,19,11)
#13120A
(19,18,10)
#111109
(17,17,9)
#0F1008
(15,16,8)
#0D0F07
(13,15,7)
#0B0E06
(11,14,6)
#090D05
(9,13,5)
#070C04
(7,12,4)
#050B03
(5,11,3)
#030A02
(3,10,2)
#000000
(0,0,0)

Tints of #17140C

#17140C
(23,20,12)
#2C2922
(44,41,34)
#413E38
(65,62,56)
#56534E
(86,83,78)
#6B6864
(107,104,100)
#807D7A
(128,125,122)
#959290
(149,146,144)
#AAA7A6
(170,167,166)
#BFBCBC
(191,188,188)
#D4D1D2
(212,209,210)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17140C; }

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

This text font color is #17140C.


Background Color

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

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

This div background color is #17140C.


Border color

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

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

This div border color is #17140C.


Opacity

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

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

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

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

This text has shadow with #17140C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17140C on black background.


Color preview on white background

This text has color #17140C on white background.



Black color preview on #17140C background

This text has black color on #17140C background.


White color preview on #17140C background

This text has white color on #17140C background.