COLOR #14211E

HEX: #14211E
RGB: (20,33,30)

Color info

#14211E contains red, green and blue colors in about the same proportion. Web safe color of #14211E is #003333 (or #033).

RGB color model

#14211E color RGB value is (20,33,30).

  • red value is 20;
  • green value is 33;
  • blue value is 30.
RGB:
(20,33,30)
(8%,13%,12%)

RGB channels and saturation

R 20 of 255 = 8%
G 33 of 255 = 13%
B 30 of 255 = 12%

20
33
30

R + G + B ~ 11%. #14211E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 33 + 30 = 83 (100%)
R 20 of 83 ~ 24.1%
G 33 of 83 ~ 39.76%
B 30 of 83 ~ 36.14%

%24.1
%39.76
%36.14

CMYK color model

#14211E color CMYK value is (39,0,9,87).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 87.06%
CMYK:
(39,0,9,87)
C39M0Y9K87 
(39%,0%,9%,87%)
(0.39/0.00/0.09/0.87)	

CMYK percentages

%39.39
%0
%9.09
%87.06

Codes

Color #14211E in popluar color models

14211E
RGB203330
HSL166°24.53%10.39%
HSB/HSV166°39.39%12.94%
CMYK39.39%0.00%9.09%
87.06%

Color #14211E in popluar number systems.

HEX14211E
Decimal203330
Binary1010010000111110
Octal244136

Shades and tints

Shades of #14211E

#14211E
(20,33,30)
#131E1C
(19,30,28)
#121B1A
(18,27,26)
#111818
(17,24,24)
#101516
(16,21,22)
#0F1214
(15,18,20)
#0E0F12
(14,15,18)
#0D0C10
(13,12,16)
#0C090E
(12,9,14)
#0B060C
(11,6,12)
#0A030A
(10,3,10)
#000000
(0,0,0)

Tints of #14211E

#14211E
(20,33,30)
#293532
(41,53,50)
#3E4946
(62,73,70)
#535D5A
(83,93,90)
#68716E
(104,113,110)
#7D8582
(125,133,130)
#929996
(146,153,150)
#A7ADAA
(167,173,170)
#BCC1BE
(188,193,190)
#D1D5D2
(209,213,210)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14211E color. Also use rgb(20,33,30) instead hex code.

Text Font Color

.myTextColor { color: #14211E; }

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

This text font color is #14211E.


Background Color

.myBgColor { background-color: #14211E; }

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

This div background color is #14211E.


Border color

.myBorderColor { border: 1px solid #14211E; }

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

This div border color is #14211E.


Opacity

.myOpacity80 { color: #14211E; opacity: 0.8; }

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

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

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

This text has shadow with #14211E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14211E on black background.


Color preview on white background

This text has color #14211E on white background.



Black color preview on #14211E background

This text has black color on #14211E background.


White color preview on #14211E background

This text has white color on #14211E background.