COLOR #141829

HEX: #141829
RGB: (20,24,41)

Color info

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

RGB color model

#141829 color RGB value is (20,24,41).

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

RGB channels and saturation

R 20 of 255 = 8%
G 24 of 255 = 9%
B 41 of 255 = 16%

20
24
41

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

Portions of RGB colors in percentages

R + G + B =
20 + 24 + 41 = 85 (100%)
R 20 of 85 ~ 23.53%
G 24 of 85 ~ 28.24%
B 41 of 85 ~ 48.24%

%23.53
%28.24
%48.24

CMYK color model

#141829 color CMYK value is (51,41,0,84).

  • cyan value is 51.22%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(51,41,0,84)
C51M41Y0K84 
(51%,41%,0%,84%)
(0.51/0.41/0.00/0.84)	

CMYK percentages

%51.22
%41.46
%0
%83.92

Codes

Color #141829 in popluar color models

141829
RGB202441
HSL229°34.43%11.96%
HSB/HSV229°51.22%16.08%
CMYK51.22%41.46%0.00%
83.92%

Color #141829 in popluar number systems.

HEX141829
Decimal202441
Binary1010011000101001
Octal243051

Shades and tints

Shades of #141829

#141829
(20,24,41)
#131626
(19,22,38)
#121423
(18,20,35)
#111220
(17,18,32)
#10101D
(16,16,29)
#0F0E1A
(15,14,26)
#0E0C17
(14,12,23)
#0D0A14
(13,10,20)
#0C0811
(12,8,17)
#0B060E
(11,6,14)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #141829

#141829
(20,24,41)
#292D3C
(41,45,60)
#3E424F
(62,66,79)
#535762
(83,87,98)
#686C75
(104,108,117)
#7D8188
(125,129,136)
#92969B
(146,150,155)
#A7ABAE
(167,171,174)
#BCC0C1
(188,192,193)
#D1D5D4
(209,213,212)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141829; }

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

This text font color is #141829.


Background Color

.myBgColor { background-color: #141829; }

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

This div background color is #141829.


Border color

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

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

This div border color is #141829.


Opacity

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

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

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

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

This text has shadow with #141829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141829 on black background.


Color preview on white background

This text has color #141829 on white background.



Black color preview on #141829 background

This text has black color on #141829 background.


White color preview on #141829 background

This text has white color on #141829 background.