COLOR #14140F

HEX: #14140F
RGB: (20,20,15)

Color info

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

RGB color model

#14140F color RGB value is (20,20,15).

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

RGB channels and saturation

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

20
20
15

R + G + B ~ 7%. #14140F is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 20 + 15 = 55 (100%)
R 20 of 55 ~ 36.36%
G 20 of 55 ~ 36.36%
B 15 of 55 ~ 27.27%

%36.36
%36.36
%27.27

CMYK color model

#14140F color CMYK value is (0,0,25,92).

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

CMYK percentages

%0
%0
%25
%92.16

Codes

Color #14140F in popluar color models

14140F
RGB202015
HSL60°14.29%6.86%
HSB/HSV60°25.00%7.84%
CMYK0.00%0.00%25.00%
92.16%

Color #14140F in popluar number systems.

HEX14140F
Decimal202015
Binary10100101001111
Octal242417

Shades and tints

Shades of #14140F

#14140F
(20,20,15)
#13130E
(19,19,14)
#12120D
(18,18,13)
#11110C
(17,17,12)
#10100B
(16,16,11)
#0F0F0A
(15,15,10)
#0E0E09
(14,14,9)
#0D0D08
(13,13,8)
#0C0C07
(12,12,7)
#0B0B06
(11,11,6)
#0A0A05
(10,10,5)
#000000
(0,0,0)

Tints of #14140F

#14140F
(20,20,15)
#292924
(41,41,36)
#3E3E39
(62,62,57)
#53534E
(83,83,78)
#686863
(104,104,99)
#7D7D78
(125,125,120)
#92928D
(146,146,141)
#A7A7A2
(167,167,162)
#BCBCB7
(188,188,183)
#D1D1CC
(209,209,204)
#E6E6E1
(230,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14140F; }

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

This text font color is #14140F.


Background Color

.myBgColor { background-color: #14140F; }

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

This div background color is #14140F.


Border color

.myBorderColor { border: 1px solid #14140F; }

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

This div border color is #14140F.


Opacity

.myOpacity80 { color: #14140F; opacity: 0.8; }

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

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

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

This text has shadow with #14140F color.

.textShadow {text-shadow: 3px 3px 1px #14140F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14140F on black background.


Color preview on white background

This text has color #14140F on white background.



Black color preview on #14140F background

This text has black color on #14140F background.


White color preview on #14140F background

This text has white color on #14140F background.