COLOR #141617

HEX: #141617
RGB: (20,22,23)

Color info

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

RGB color model

#141617 color RGB value is (20,22,23).

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

RGB channels and saturation

R 20 of 255 = 8%
G 22 of 255 = 9%
B 23 of 255 = 9%

20
22
23

R + G + B ~ 9%. #141617 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 22 + 23 = 65 (100%)
R 20 of 65 ~ 30.77%
G 22 of 65 ~ 33.85%
B 23 of 65 ~ 35.38%

%30.77
%33.85
%35.38

CMYK color model

#141617 color CMYK value is (13,4,0,91).

  • cyan value is 13.04%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(13,4,0,91)
C13M4Y0K91 
(13%,4%,0%,91%)
(0.13/0.04/0.00/0.91)	

CMYK percentages

%13.04
%4.35
%0
%90.98

Codes

Color #141617 in popluar color models

141617
RGB202223
HSL200°6.98%8.43%
HSB/HSV200°13.04%9.02%
CMYK13.04%4.35%0.00%
90.98%

Color #141617 in popluar number systems.

HEX141617
Decimal202223
Binary101001011010111
Octal242627

Shades and tints

Shades of #141617

#141617
(20,22,23)
#131415
(19,20,21)
#121213
(18,18,19)
#111011
(17,16,17)
#100E0F
(16,14,15)
#0F0C0D
(15,12,13)
#0E0A0B
(14,10,11)
#0D0809
(13,8,9)
#0C0607
(12,6,7)
#0B0405
(11,4,5)
#0A0203
(10,2,3)
#000000
(0,0,0)

Tints of #141617

#141617
(20,22,23)
#292B2C
(41,43,44)
#3E4041
(62,64,65)
#535556
(83,85,86)
#686A6B
(104,106,107)
#7D7F80
(125,127,128)
#929495
(146,148,149)
#A7A9AA
(167,169,170)
#BCBEBF
(188,190,191)
#D1D3D4
(209,211,212)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141617; }

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

This text font color is #141617.


Background Color

.myBgColor { background-color: #141617; }

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

This div background color is #141617.


Border color

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

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

This div border color is #141617.


Opacity

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

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

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

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

This text has shadow with #141617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141617 on black background.


Color preview on white background

This text has color #141617 on white background.



Black color preview on #141617 background

This text has black color on #141617 background.


White color preview on #141617 background

This text has white color on #141617 background.