COLOR #140613

HEX: #140613
RGB: (20,6,19)

Color info

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

RGB color model

#140613 color RGB value is (20,6,19).

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

RGB channels and saturation

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

20
6
19

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

Portions of RGB colors in percentages

R + G + B =
20 + 6 + 19 = 45 (100%)
R 20 of 45 ~ 44.44%
G 6 of 45 ~ 13.33%
B 19 of 45 ~ 42.22%

%44.44
%13.33
%42.22

CMYK color model

#140613 color CMYK value is (0,70,5,92).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 5.00%
  • key color value is 92.16%
CMYK:
(0,70,5,92)
C0M70Y5K92 
(0%,70%,5%,92%)
(0.00/0.70/0.05/0.92)	

CMYK percentages

%0
%70
%5
%92.16

Codes

Color #140613 in popluar color models

140613
RGB20619
HSL304°53.85%5.10%
HSB/HSV304°70.00%7.84%
CMYK0.00%70.00%5.00%
92.16%

Color #140613 in popluar number systems.

HEX140613
Decimal20619
Binary1010011010011
Octal24623

Shades and tints

Shades of #140613

#140613
(20,6,19)
#130612
(19,6,18)
#120611
(18,6,17)
#110610
(17,6,16)
#10060F
(16,6,15)
#0F060E
(15,6,14)
#0E060D
(14,6,13)
#0D060C
(13,6,12)
#0C060B
(12,6,11)
#0B060A
(11,6,10)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #140613

#140613
(20,6,19)
#291C28
(41,28,40)
#3E323D
(62,50,61)
#534852
(83,72,82)
#685E67
(104,94,103)
#7D747C
(125,116,124)
#928A91
(146,138,145)
#A7A0A6
(167,160,166)
#BCB6BB
(188,182,187)
#D1CCD0
(209,204,208)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140613; }

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

This text font color is #140613.


Background Color

.myBgColor { background-color: #140613; }

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

This div background color is #140613.


Border color

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

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

This div border color is #140613.


Opacity

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

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

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

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

This text has shadow with #140613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140613 on black background.


Color preview on white background

This text has color #140613 on white background.



Black color preview on #140613 background

This text has black color on #140613 background.


White color preview on #140613 background

This text has white color on #140613 background.