COLOR #141923

HEX: #141923 RGB: (20,25,35)

Color info

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

RGB color model

#141923 color RGB value is (20,25,35).

RGB: (20,25,35) (8%, 10%, 14%)

RGB channels and saturation

R 20 of 255 = 8%
G 25 of 255 = 10%
B 35 of 255 = 14%

20
25
35

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

Portions of RGB colors in percentages

R + G + B = 20 + 25 + 35 = 80 (100%)
R 20 of 80 ~ 25%
G 25 of 80 ~ 31.25%
B 35 of 80 ~ 43.75'%

%25
%31.25
%43.75

CMYK color model

#141923 color CMYK value is (43,29,0,86).

  • cyan value is 42.86%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 86.27%

CMYK: (43,29,0,86)
C43M29Y0K86 (43%, 29%, 0%, 86%)
(0.43 / 0.29 / 0.00 / 0.86)

CMYK percentages

%42.86
%28.57
%0
%86.27

Codes

Color #141923 in popluar color models

14 19 23
RGB 20 25 35
HSL 220° 27.27% 10.78%
HSB/HSV 220° 42.86% 13.73%
CMYK 42.86% 28.57% 0.00%
86.27%

Color #141923 in popluar number systems.

HEX 14 19 23
Decimal 20 25 35
Binary 10100 11001 100011
Octal 24 31 43

Shades and tints

Shades of #141923

#141923
(20,25,35)
#131720
(19,23,32)
#12151D
(18,21,29)
#11131A
(17,19,26)
#101117
(16,17,23)
#0F0F14
(15,15,20)
#0E0D11
(14,13,17)
#0D0B0E
(13,11,14)
#0C090B
(12,9,11)
#0B0708
(11,7,8)
#0A0505
(10,5,5)
#000000
(0,0,0)

Tints of #141923

#141923
(20,25,35)
#292D37
(41,45,55)
#3E414B
(62,65,75)
#53555F
(83,85,95)
#686973
(104,105,115)
#7D7D87
(125,125,135)
#92919B
(146,145,155)
#A7A5AF
(167,165,175)
#BCB9C3
(188,185,195)
#D1CDD7
(209,205,215)
#E6E1EB
(230,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141923 color. Also use rgb(20,25,35) instead hex code.

Text Font Color

.myTextColor { color: #141923; }

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

This text font color is #141923.

Background Color

.myBgColor { background-color: #141923; }

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

This div background color is #141923.

Border color

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

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

This div border color is #141923.

Opacity

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

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

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

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

This text has shadow with #141923 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #141923.

Preview

Color preview on black background

This text has color #141923 on black background.


Color preview on white background

This text has color #141923 on white background.


Black color preview on #141923 background

This text has black color on #141923 background.


White color preview on #141923 background

This text has white color on #141923 background.


Related colors

Complementary color

Complementary color for #hex is #EBE6DC.


I love getcolorcode.com

Triadic colors

1 #231419 and #192314 with #141923 are triadic colors.

2 #231914 and #191423 with #141923 are triadic colors.