COLOR #140712

HEX: #140712
RGB: (20,7,18)

Color info

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

RGB color model

#140712 color RGB value is (20,7,18).

  • red value is 20;
  • green value is 7;
  • blue value is 18.
RGB:
(20,7,18)
(8%,3%,7%)

RGB channels and saturation

R 20 of 255 = 8%
G 7 of 255 = 3%
B 18 of 255 = 7%

20
7
18

R + G + B ~ 6%. #140712 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 7 + 18 = 45 (100%)
R 20 of 45 ~ 44.44%
G 7 of 45 ~ 15.56%
B 18 of 45 ~ 40%

%44.44
%15.56
%40

CMYK color model

#140712 color CMYK value is (0,65,10,92).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 10.00%
  • key color value is 92.16%
CMYK:
(0,65,10,92)
C0M65Y10K92 
(0%,65%,10%,92%)
(0.00/0.65/0.10/0.92)	

CMYK percentages

%0
%65
%10
%92.16

Codes

Color #140712 in popluar color models

140712
RGB20718
HSL309°48.15%5.29%
HSB/HSV309°65.00%7.84%
CMYK0.00%65.00%10.00%
92.16%

Color #140712 in popluar number systems.

HEX140712
Decimal20718
Binary1010011110010
Octal24722

Shades and tints

Shades of #140712

#140712
(20,7,18)
#130711
(19,7,17)
#120710
(18,7,16)
#11070F
(17,7,15)
#10070E
(16,7,14)
#0F070D
(15,7,13)
#0E070C
(14,7,12)
#0D070B
(13,7,11)
#0C070A
(12,7,10)
#0B0709
(11,7,9)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #140712

#140712
(20,7,18)
#291D27
(41,29,39)
#3E333C
(62,51,60)
#534951
(83,73,81)
#685F66
(104,95,102)
#7D757B
(125,117,123)
#928B90
(146,139,144)
#A7A1A5
(167,161,165)
#BCB7BA
(188,183,186)
#D1CDCF
(209,205,207)
#E6E3E4
(230,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140712 color. Also use rgb(20,7,18) instead hex code.

Text Font Color

.myTextColor { color: #140712; }

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

This text font color is #140712.


Background Color

.myBgColor { background-color: #140712; }

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

This div background color is #140712.


Border color

.myBorderColor { border: 1px solid #140712; }

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

This div border color is #140712.


Opacity

.myOpacity80 { color: #140712; opacity: 0.8; }

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

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

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

This text has shadow with #140712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140712 on black background.


Color preview on white background

This text has color #140712 on white background.



Black color preview on #140712 background

This text has black color on #140712 background.


White color preview on #140712 background

This text has white color on #140712 background.