COLOR #141B14

HEX: #141B14
RGB: (20,27,20)

Color info

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

RGB color model

#141B14 color RGB value is (20,27,20).

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

RGB channels and saturation

R 20 of 255 = 8%
G 27 of 255 = 11%
B 20 of 255 = 8%

20
27
20

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

Portions of RGB colors in percentages

R + G + B =
20 + 27 + 20 = 67 (100%)
R 20 of 67 ~ 29.85%
G 27 of 67 ~ 40.3%
B 20 of 67 ~ 29.85%

%29.85
%40.3
%29.85

CMYK color model

#141B14 color CMYK value is (26,0,26,89).

  • cyan value is 25.93%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 89.41%
CMYK:
(26,0,26,89)
C26M0Y26K89 
(26%,0%,26%,89%)
(0.26/0.00/0.26/0.89)	

CMYK percentages

%25.93
%0
%25.93
%89.41

Codes

Color #141B14 in popluar color models

141B14
RGB202720
HSL120°14.89%9.22%
HSB/HSV120°25.93%10.59%
CMYK25.93%0.00%25.93%
89.41%

Color #141B14 in popluar number systems.

HEX141B14
Decimal202720
Binary101001101110100
Octal243324

Shades and tints

Shades of #141B14

#141B14
(20,27,20)
#131913
(19,25,19)
#121712
(18,23,18)
#111511
(17,21,17)
#101310
(16,19,16)
#0F110F
(15,17,15)
#0E0F0E
(14,15,14)
#0D0D0D
(13,13,13)
#0C0B0C
(12,11,12)
#0B090B
(11,9,11)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #141B14

#141B14
(20,27,20)
#292F29
(41,47,41)
#3E433E
(62,67,62)
#535753
(83,87,83)
#686B68
(104,107,104)
#7D7F7D
(125,127,125)
#929392
(146,147,146)
#A7A7A7
(167,167,167)
#BCBBBC
(188,187,188)
#D1CFD1
(209,207,209)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #141B14; }

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

This text font color is #141B14.


Background Color

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

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

This div background color is #141B14.


Border color

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

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

This div border color is #141B14.


Opacity

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

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

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

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

This text has shadow with #141B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #141B14 on black background.


Color preview on white background

This text has color #141B14 on white background.



Black color preview on #141B14 background

This text has black color on #141B14 background.


White color preview on #141B14 background

This text has white color on #141B14 background.