COLOR #14271C

HEX: #14271C
RGB: (20,39,28)

Color info

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

RGB color model

#14271C color RGB value is (20,39,28).

  • red value is 20;
  • green value is 39;
  • blue value is 28.
RGB:
(20,39,28)
(8%,15%,11%)

RGB channels and saturation

R 20 of 255 = 8%
G 39 of 255 = 15%
B 28 of 255 = 11%

20
39
28

R + G + B ~ 11%. #14271C is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 39 + 28 = 87 (100%)
R 20 of 87 ~ 22.99%
G 39 of 87 ~ 44.83%
B 28 of 87 ~ 32.18%

%22.99
%44.83
%32.18

CMYK color model

#14271C color CMYK value is (49,0,28,85).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 84.71%
CMYK:
(49,0,28,85)
C49M0Y28K85 
(49%,0%,28%,85%)
(0.49/0.00/0.28/0.85)	

CMYK percentages

%48.72
%0
%28.21
%84.71

Codes

Color #14271C in popluar color models

14271C
RGB203928
HSL145°32.20%11.57%
HSB/HSV145°48.72%15.29%
CMYK48.72%0.00%28.21%
84.71%

Color #14271C in popluar number systems.

HEX14271C
Decimal203928
Binary1010010011111100
Octal244734

Shades and tints

Shades of #14271C

#14271C
(20,39,28)
#13241A
(19,36,26)
#122118
(18,33,24)
#111E16
(17,30,22)
#101B14
(16,27,20)
#0F1812
(15,24,18)
#0E1510
(14,21,16)
#0D120E
(13,18,14)
#0C0F0C
(12,15,12)
#0B0C0A
(11,12,10)
#0A0908
(10,9,8)
#000000
(0,0,0)

Tints of #14271C

#14271C
(20,39,28)
#293A30
(41,58,48)
#3E4D44
(62,77,68)
#536058
(83,96,88)
#68736C
(104,115,108)
#7D8680
(125,134,128)
#929994
(146,153,148)
#A7ACA8
(167,172,168)
#BCBFBC
(188,191,188)
#D1D2D0
(209,210,208)
#E6E5E4
(230,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14271C color. Also use rgb(20,39,28) instead hex code.

Text Font Color

.myTextColor { color: #14271C; }

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

This text font color is #14271C.


Background Color

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

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

This div background color is #14271C.


Border color

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

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

This div border color is #14271C.


Opacity

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

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

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

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

This text has shadow with #14271C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14271C on black background.


Color preview on white background

This text has color #14271C on white background.



Black color preview on #14271C background

This text has black color on #14271C background.


White color preview on #14271C background

This text has white color on #14271C background.