COLOR #140519

HEX: #140519
RGB: (20,5,25)

Color info

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

RGB color model

#140519 color RGB value is (20,5,25).

  • red value is 20;
  • green value is 5;
  • blue value is 25.
RGB:
(20,5,25)
(8%,2%,10%)

RGB channels and saturation

R 20 of 255 = 8%
G 5 of 255 = 2%
B 25 of 255 = 10%

20
5
25

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

Portions of RGB colors in percentages

R + G + B =
20 + 5 + 25 = 50 (100%)
R 20 of 50 ~ 40%
G 5 of 50 ~ 10%
B 25 of 50 ~ 50%

%40
%10
%50

CMYK color model

#140519 color CMYK value is (20,80,0,90).

  • cyan value is 20.00%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(20,80,0,90)
C20M80Y0K90 
(20%,80%,0%,90%)
(0.20/0.80/0.00/0.90)	

CMYK percentages

%20
%80
%0
%90.2

Codes

Color #140519 in popluar color models

140519
RGB20525
HSL285°66.67%5.88%
HSB/HSV285°80.00%9.80%
CMYK20.00%80.00%0.00%
90.20%

Color #140519 in popluar number systems.

HEX140519
Decimal20525
Binary1010010111001
Octal24531

Shades and tints

Shades of #140519

#140519
(20,5,25)
#130517
(19,5,23)
#120515
(18,5,21)
#110513
(17,5,19)
#100511
(16,5,17)
#0F050F
(15,5,15)
#0E050D
(14,5,13)
#0D050B
(13,5,11)
#0C0509
(12,5,9)
#0B0507
(11,5,7)
#0A0505
(10,5,5)
#000000
(0,0,0)

Tints of #140519

#140519
(20,5,25)
#291B2D
(41,27,45)
#3E3141
(62,49,65)
#534755
(83,71,85)
#685D69
(104,93,105)
#7D737D
(125,115,125)
#928991
(146,137,145)
#A79FA5
(167,159,165)
#BCB5B9
(188,181,185)
#D1CBCD
(209,203,205)
#E6E1E1
(230,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140519 color. Also use rgb(20,5,25) instead hex code.

Text Font Color

.myTextColor { color: #140519; }

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

This text font color is #140519.


Background Color

.myBgColor { background-color: #140519; }

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

This div background color is #140519.


Border color

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

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

This div border color is #140519.


Opacity

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

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

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

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

This text has shadow with #140519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140519 on black background.


Color preview on white background

This text has color #140519 on white background.



Black color preview on #140519 background

This text has black color on #140519 background.


White color preview on #140519 background

This text has white color on #140519 background.