COLOR #14272C

HEX: #14272C RGB: (20,39,44)

Color info

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

RGB color model

#14272C color RGB value is (20,39,44).

RGB: (20,39,44) (8%, 15%, 17%)

RGB channels and saturation

R 20 of 255 = 8%
G 39 of 255 = 15%
B 44 of 255 = 17%

20
39
44

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

Portions of RGB colors in percentages

R + G + B = 20 + 39 + 44 = 103 (100%)
R 20 of 103 ~ 19.42%
G 39 of 103 ~ 37.86%
B 44 of 103 ~ 42.72'%

%19.42
%37.86
%42.72

CMYK color model

#14272C color CMYK value is (55,11,0,83).

  • cyan value is 54.55%
  • magenta value is 11.36%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK: (55,11,0,83) C55M11Y0K83 (55%,11%,0%,83%) (0.55/0.11/0.00/0.83) 

CMYK percentages

%54.55
%11.36
%0
%82.75

Codes

Color #14272C in popluar color models

14 27 2C
RGB 20 39 44
HSL 193° 37.50% 12.55%
HSB/HSV 193° 54.55% 17.25%
CMYK 54.55% 11.36% 0.00%
82.75%

Color #14272C in popluar number systems.

HEX 14 27 2C
Decimal 20 39 44
Binary 10100 100111 101100
Octal 24 47 54

Shades and tints

Shades of #14272C

#14272C
(20,39,44)
#132428
(19,36,40)
#122124
(18,33,36)
#111E20
(17,30,32)
#101B1C
(16,27,28)
#0F1818
(15,24,24)
#0E1514
(14,21,20)
#0D1210
(13,18,16)
#0C0F0C
(12,15,12)
#0B0C08
(11,12,8)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #14272C

#14272C
(20,39,44)
#293A3F
(41,58,63)
#3E4D52
(62,77,82)
#536065
(83,96,101)
#687378
(104,115,120)
#7D868B
(125,134,139)
#92999E
(146,153,158)
#A7ACB1
(167,172,177)
#BCBFC4
(188,191,196)
#D1D2D7
(209,210,215)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14272C; }

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

This text font color is #14272C.

Background Color

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

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

This div background color is #14272C.

Border color

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

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

This div border color is #14272C.

Opacity

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

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

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

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

This text has shadow with #14272C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #14272C.

Preview

Color preview on black background

This text has color #14272C on black background.


Color preview on white background

This text has color #14272C on white background.


Black color preview on #14272C background

This text has black color on #14272C background.


White color preview on #14272C background

This text has white color on #14272C background.


Related colors

Complementary color

Complementary color for #hex is #EBD8D3.


I love getcolorcode.com

Triadic colors

1 #2C1427 and #272C14 with #14272C are triadic colors.

2 #2C2714 and #27142C with #14272C are triadic colors.