COLOR #14272A

HEX: #14272A
RGB: (20,39,42)

Color info

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

RGB color model

#14272A color RGB value is (20,39,42).

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

RGB channels and saturation

R 20 of 255 = 8%
G 39 of 255 = 15%
B 42 of 255 = 16%

20
39
42

R + G + B ~ 13%. #14272A is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 39 + 42 = 101 (100%)
R 20 of 101 ~ 19.8%
G 39 of 101 ~ 38.61%
B 42 of 101 ~ 41.58%

%19.8
%38.61
%41.58

CMYK color model

#14272A color CMYK value is (52,7,0,84).

  • cyan value is 52.38%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(52,7,0,84)
C52M7Y0K84 
(52%,7%,0%,84%)
(0.52/0.07/0.00/0.84)	

CMYK percentages

%52.38
%7.14
%0
%83.53

Codes

Color #14272A in popluar color models

14272A
RGB203942
HSL188°35.48%12.16%
HSB/HSV188°52.38%16.47%
CMYK52.38%7.14%0.00%
83.53%

Color #14272A in popluar number systems.

HEX14272A
Decimal203942
Binary10100100111101010
Octal244752

Shades and tints

Shades of #14272A

#14272A
(20,39,42)
#132427
(19,36,39)
#122124
(18,33,36)
#111E21
(17,30,33)
#101B1E
(16,27,30)
#0F181B
(15,24,27)
#0E1518
(14,21,24)
#0D1215
(13,18,21)
#0C0F12
(12,15,18)
#0B0C0F
(11,12,15)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #14272A

#14272A
(20,39,42)
#293A3D
(41,58,61)
#3E4D50
(62,77,80)
#536063
(83,96,99)
#687376
(104,115,118)
#7D8689
(125,134,137)
#92999C
(146,153,156)
#A7ACAF
(167,172,175)
#BCBFC2
(188,191,194)
#D1D2D5
(209,210,213)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14272A color. Also use rgb(20,39,42) instead hex code.

Text Font Color

.myTextColor { color: #14272A; }

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

This text font color is #14272A.


Background Color

.myBgColor { background-color: #14272A; }

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

This div background color is #14272A.


Border color

.myBorderColor { border: 1px solid #14272A; }

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

This div border color is #14272A.


Opacity

.myOpacity80 { color: #14272A; opacity: 0.8; }

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

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

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

This text has shadow with #14272A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14272A on black background.


Color preview on white background

This text has color #14272A on white background.



Black color preview on #14272A background

This text has black color on #14272A background.


White color preview on #14272A background

This text has white color on #14272A background.