COLOR #141C1D

HEX: #141C1D
RGB: (20,28,29)

Color info

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

RGB color model

#141C1D color RGB value is (20,28,29).

  • red value is 20;
  • green value is 28;
  • blue value is 29.
RGB:
(20,28,29)
(8%,11%,11%)

RGB channels and saturation

R 20 of 255 = 8%
G 28 of 255 = 11%
B 29 of 255 = 11%

20
28
29

R + G + B ~ 10%. #141C1D is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 28 + 29 = 77 (100%)
R 20 of 77 ~ 25.97%
G 28 of 77 ~ 36.36%
B 29 of 77 ~ 37.66%

%25.97
%36.36
%37.66

CMYK color model

#141C1D color CMYK value is (31,3,0,89).

  • cyan value is 31.03%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(31,3,0,89)
C31M3Y0K89 
(31%,3%,0%,89%)
(0.31/0.03/0.00/0.89)	

CMYK percentages

%31.03
%3.45
%0
%88.63

Codes

Color #141C1D in popluar color models

141C1D
RGB202829
HSL187°18.37%9.61%
HSB/HSV187°31.03%11.37%
CMYK31.03%3.45%0.00%
88.63%

Color #141C1D in popluar number systems.

HEX141C1D
Decimal202829
Binary101001110011101
Octal243435

Shades and tints

Shades of #141C1D

#141C1D
(20,28,29)
#131A1B
(19,26,27)
#121819
(18,24,25)
#111617
(17,22,23)
#101415
(16,20,21)
#0F1213
(15,18,19)
#0E1011
(14,16,17)
#0D0E0F
(13,14,15)
#0C0C0D
(12,12,13)
#0B0A0B
(11,10,11)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #141C1D

#141C1D
(20,28,29)
#293031
(41,48,49)
#3E4445
(62,68,69)
#535859
(83,88,89)
#686C6D
(104,108,109)
#7D8081
(125,128,129)
#929495
(146,148,149)
#A7A8A9
(167,168,169)
#BCBCBD
(188,188,189)
#D1D0D1
(209,208,209)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #141C1D color. Also use rgb(20,28,29) instead hex code.

Text Font Color

.myTextColor { color: #141C1D; }

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

This text font color is #141C1D.


Background Color

.myBgColor { background-color: #141C1D; }

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

This div background color is #141C1D.


Border color

.myBorderColor { border: 1px solid #141C1D; }

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

This div border color is #141C1D.


Opacity

.myOpacity80 { color: #141C1D; opacity: 0.8; }

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

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

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

This text has shadow with #141C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141C1D on black background.


Color preview on white background

This text has color #141C1D on white background.



Black color preview on #141C1D background

This text has black color on #141C1D background.


White color preview on #141C1D background

This text has white color on #141C1D background.