COLOR #17140B

HEX: #17140B
RGB: (23,20,11)

Color info

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

RGB color model

#17140B color RGB value is (23,20,11).

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

RGB channels and saturation

R 23 of 255 = 9%
G 20 of 255 = 8%
B 11 of 255 = 4%

23
20
11

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

Portions of RGB colors in percentages

R + G + B =
23 + 20 + 11 = 54 (100%)
R 23 of 54 ~ 42.59%
G 20 of 54 ~ 37.04%
B 11 of 54 ~ 20.37%

%42.59
%37.04
%20.37

CMYK color model

#17140B color CMYK value is (0,13,52,91).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 52.17%
  • key color value is 90.98%
CMYK:
(0,13,52,91)
C0M13Y52K91 
(0%,13%,52%,91%)
(0.00/0.13/0.52/0.91)	

CMYK percentages

%0
%13.04
%52.17
%90.98

Codes

Color #17140B in popluar color models

17140B
RGB232011
HSL45°35.29%6.67%
HSB/HSV45°52.17%9.02%
CMYK0.00%13.04%52.17%
90.98%

Color #17140B in popluar number systems.

HEX17140B
Decimal232011
Binary10111101001011
Octal272413

Shades and tints

Shades of #17140B

#17140B
(23,20,11)
#15130A
(21,19,10)
#131209
(19,18,9)
#111108
(17,17,8)
#0F1007
(15,16,7)
#0D0F06
(13,15,6)
#0B0E05
(11,14,5)
#090D04
(9,13,4)
#070C03
(7,12,3)
#050B02
(5,11,2)
#030A01
(3,10,1)
#000000
(0,0,0)

Tints of #17140B

#17140B
(23,20,11)
#2C2921
(44,41,33)
#413E37
(65,62,55)
#56534D
(86,83,77)
#6B6863
(107,104,99)
#807D79
(128,125,121)
#95928F
(149,146,143)
#AAA7A5
(170,167,165)
#BFBCBB
(191,188,187)
#D4D1D1
(212,209,209)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17140B; }

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

This text font color is #17140B.


Background Color

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

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

This div background color is #17140B.


Border color

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

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

This div border color is #17140B.


Opacity

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

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

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

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

This text has shadow with #17140B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17140B on black background.


Color preview on white background

This text has color #17140B on white background.



Black color preview on #17140B background

This text has black color on #17140B background.


White color preview on #17140B background

This text has white color on #17140B background.