COLOR #140F13

HEX: #140F13
RGB: (20,15,19)

Color info

#140F13 contains red, green and blue colors in about the same proportion. Web safe color of #140F13 is #000000 (or #000).

RGB color model

#140F13 color RGB value is (20,15,19).

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

RGB channels and saturation

R 20 of 255 = 8%
G 15 of 255 = 6%
B 19 of 255 = 7%

20
15
19

R + G + B ~ 7%. #140F13 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 15 + 19 = 54 (100%)
R 20 of 54 ~ 37.04%
G 15 of 54 ~ 27.78%
B 19 of 54 ~ 35.19%

%37.04
%27.78
%35.19

CMYK color model

#140F13 color CMYK value is (0,25,5,92).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 5.00%
  • key color value is 92.16%
CMYK:
(0,25,5,92)
C0M25Y5K92 
(0%,25%,5%,92%)
(0.00/0.25/0.05/0.92)	

CMYK percentages

%0
%25
%5
%92.16

Codes

Color #140F13 in popluar color models

140F13
RGB201519
HSL312°14.29%6.86%
HSB/HSV312°25.00%7.84%
CMYK0.00%25.00%5.00%
92.16%

Color #140F13 in popluar number systems.

HEX140F13
Decimal201519
Binary10100111110011
Octal241723

Shades and tints

Shades of #140F13

#140F13
(20,15,19)
#130E12
(19,14,18)
#120D11
(18,13,17)
#110C10
(17,12,16)
#100B0F
(16,11,15)
#0F0A0E
(15,10,14)
#0E090D
(14,9,13)
#0D080C
(13,8,12)
#0C070B
(12,7,11)
#0B060A
(11,6,10)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #140F13

#140F13
(20,15,19)
#292428
(41,36,40)
#3E393D
(62,57,61)
#534E52
(83,78,82)
#686367
(104,99,103)
#7D787C
(125,120,124)
#928D91
(146,141,145)
#A7A2A6
(167,162,166)
#BCB7BB
(188,183,187)
#D1CCD0
(209,204,208)
#E6E1E5
(230,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140F13 color. Also use rgb(20,15,19) instead hex code.

Text Font Color

.myTextColor { color: #140F13; }

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

This text font color is #140F13.


Background Color

.myBgColor { background-color: #140F13; }

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

This div background color is #140F13.


Border color

.myBorderColor { border: 1px solid #140F13; }

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

This div border color is #140F13.


Opacity

.myOpacity80 { color: #140F13; opacity: 0.8; }

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

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

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

This text has shadow with #140F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140F13 on black background.


Color preview on white background

This text has color #140F13 on white background.



Black color preview on #140F13 background

This text has black color on #140F13 background.


White color preview on #140F13 background

This text has white color on #140F13 background.