COLOR #141827

HEX: #141827
RGB: (20,24,39)

Color info

#141827 contains red, green and blue colors in about the same proportion. Web safe color of #141827 is #000033 (or #003).

RGB color model

#141827 color RGB value is (20,24,39).

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

RGB channels and saturation

R 20 of 255 = 8%
G 24 of 255 = 9%
B 39 of 255 = 15%

20
24
39

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

Portions of RGB colors in percentages

R + G + B =
20 + 24 + 39 = 83 (100%)
R 20 of 83 ~ 24.1%
G 24 of 83 ~ 28.92%
B 39 of 83 ~ 46.99%

%24.1
%28.92
%46.99

CMYK color model

#141827 color CMYK value is (49,38,0,85).

  • cyan value is 48.72%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(49,38,0,85)
C49M38Y0K85 
(49%,38%,0%,85%)
(0.49/0.38/0.00/0.85)	

CMYK percentages

%48.72
%38.46
%0
%84.71

Codes

Color #141827 in popluar color models

141827
RGB202439
HSL227°32.20%11.57%
HSB/HSV227°48.72%15.29%
CMYK48.72%38.46%0.00%
84.71%

Color #141827 in popluar number systems.

HEX141827
Decimal202439
Binary1010011000100111
Octal243047

Shades and tints

Shades of #141827

#141827
(20,24,39)
#131624
(19,22,36)
#121421
(18,20,33)
#11121E
(17,18,30)
#10101B
(16,16,27)
#0F0E18
(15,14,24)
#0E0C15
(14,12,21)
#0D0A12
(13,10,18)
#0C080F
(12,8,15)
#0B060C
(11,6,12)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #141827

#141827
(20,24,39)
#292D3A
(41,45,58)
#3E424D
(62,66,77)
#535760
(83,87,96)
#686C73
(104,108,115)
#7D8186
(125,129,134)
#929699
(146,150,153)
#A7ABAC
(167,171,172)
#BCC0BF
(188,192,191)
#D1D5D2
(209,213,210)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141827; }

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

This text font color is #141827.


Background Color

.myBgColor { background-color: #141827; }

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

This div background color is #141827.


Border color

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

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

This div border color is #141827.


Opacity

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

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

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

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

This text has shadow with #141827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141827 on black background.


Color preview on white background

This text has color #141827 on white background.



Black color preview on #141827 background

This text has black color on #141827 background.


White color preview on #141827 background

This text has white color on #141827 background.