COLOR #141712

HEX: #141712
RGB: (20,23,18)

Color info

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

RGB color model

#141712 color RGB value is (20,23,18).

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

RGB channels and saturation

R 20 of 255 = 8%
G 23 of 255 = 9%
B 18 of 255 = 7%

20
23
18

R + G + B ~ 8%. #141712 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 23 + 18 = 61 (100%)
R 20 of 61 ~ 32.79%
G 23 of 61 ~ 37.7%
B 18 of 61 ~ 29.51%

%32.79
%37.7
%29.51

CMYK color model

#141712 color CMYK value is (13,0,22,91).

  • cyan value is 13.04%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 90.98%
CMYK:
(13,0,22,91)
C13M0Y22K91 
(13%,0%,22%,91%)
(0.13/0.00/0.22/0.91)	

CMYK percentages

%13.04
%0
%21.74
%90.98

Codes

Color #141712 in popluar color models

141712
RGB202318
HSL96°12.20%8.04%
HSB/HSV96°21.74%9.02%
CMYK13.04%0.00%21.74%
90.98%

Color #141712 in popluar number systems.

HEX141712
Decimal202318
Binary101001011110010
Octal242722

Shades and tints

Shades of #141712

#141712
(20,23,18)
#131511
(19,21,17)
#121310
(18,19,16)
#11110F
(17,17,15)
#100F0E
(16,15,14)
#0F0D0D
(15,13,13)
#0E0B0C
(14,11,12)
#0D090B
(13,9,11)
#0C070A
(12,7,10)
#0B0509
(11,5,9)
#0A0308
(10,3,8)
#000000
(0,0,0)

Tints of #141712

#141712
(20,23,18)
#292C27
(41,44,39)
#3E413C
(62,65,60)
#535651
(83,86,81)
#686B66
(104,107,102)
#7D807B
(125,128,123)
#929590
(146,149,144)
#A7AAA5
(167,170,165)
#BCBFBA
(188,191,186)
#D1D4CF
(209,212,207)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141712; }

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

This text font color is #141712.


Background Color

.myBgColor { background-color: #141712; }

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

This div background color is #141712.


Border color

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

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

This div border color is #141712.


Opacity

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

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

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

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

This text has shadow with #141712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141712 on black background.


Color preview on white background

This text has color #141712 on white background.



Black color preview on #141712 background

This text has black color on #141712 background.


White color preview on #141712 background

This text has white color on #141712 background.