COLOR #141D13

HEX: #141D13
RGB: (20,29,19)

Color info

#141D13 contains red, green and blue colors in about the same proportion. Web safe color of #141D13 is #003300 (or #030).

RGB color model

#141D13 color RGB value is (20,29,19).

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

RGB channels and saturation

R 20 of 255 = 8%
G 29 of 255 = 11%
B 19 of 255 = 7%

20
29
19

R + G + B ~ 9%. #141D13 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 29 + 19 = 68 (100%)
R 20 of 68 ~ 29.41%
G 29 of 68 ~ 42.65%
B 19 of 68 ~ 27.94%

%29.41
%42.65
%27.94

CMYK color model

#141D13 color CMYK value is (31,0,34,89).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 88.63%
CMYK:
(31,0,34,89)
C31M0Y34K89 
(31%,0%,34%,89%)
(0.31/0.00/0.34/0.89)	

CMYK percentages

%31.03
%0
%34.48
%88.63

Codes

Color #141D13 in popluar color models

141D13
RGB202919
HSL114°20.83%9.41%
HSB/HSV114°34.48%11.37%
CMYK31.03%0.00%34.48%
88.63%

Color #141D13 in popluar number systems.

HEX141D13
Decimal202919
Binary101001110110011
Octal243523

Shades and tints

Shades of #141D13

#141D13
(20,29,19)
#131B12
(19,27,18)
#121911
(18,25,17)
#111710
(17,23,16)
#10150F
(16,21,15)
#0F130E
(15,19,14)
#0E110D
(14,17,13)
#0D0F0C
(13,15,12)
#0C0D0B
(12,13,11)
#0B0B0A
(11,11,10)
#0A0909
(10,9,9)
#000000
(0,0,0)

Tints of #141D13

#141D13
(20,29,19)
#293128
(41,49,40)
#3E453D
(62,69,61)
#535952
(83,89,82)
#686D67
(104,109,103)
#7D817C
(125,129,124)
#929591
(146,149,145)
#A7A9A6
(167,169,166)
#BCBDBB
(188,189,187)
#D1D1D0
(209,209,208)
#E6E5E5
(230,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141D13; }

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

This text font color is #141D13.


Background Color

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

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

This div background color is #141D13.


Border color

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

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

This div border color is #141D13.


Opacity

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

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

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

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

This text has shadow with #141D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141D13 on black background.


Color preview on white background

This text has color #141D13 on white background.



Black color preview on #141D13 background

This text has black color on #141D13 background.


White color preview on #141D13 background

This text has white color on #141D13 background.