COLOR #140619

HEX: #140619
RGB: (20,6,25)

Color info

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

RGB color model

#140619 color RGB value is (20,6,25).

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

RGB channels and saturation

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

20
6
25

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

Portions of RGB colors in percentages

R + G + B =
20 + 6 + 25 = 51 (100%)
R 20 of 51 ~ 39.22%
G 6 of 51 ~ 11.76%
B 25 of 51 ~ 49.02%

%39.22
%11.76
%49.02

CMYK color model

#140619 color CMYK value is (20,76,0,90).

  • cyan value is 20.00%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(20,76,0,90)
C20M76Y0K90 
(20%,76%,0%,90%)
(0.20/0.76/0.00/0.90)	

CMYK percentages

%20
%76
%0
%90.2

Codes

Color #140619 in popluar color models

140619
RGB20625
HSL284°61.29%6.08%
HSB/HSV284°76.00%9.80%
CMYK20.00%76.00%0.00%
90.20%

Color #140619 in popluar number systems.

HEX140619
Decimal20625
Binary1010011011001
Octal24631

Shades and tints

Shades of #140619

#140619
(20,6,25)
#130617
(19,6,23)
#120615
(18,6,21)
#110613
(17,6,19)
#100611
(16,6,17)
#0F060F
(15,6,15)
#0E060D
(14,6,13)
#0D060B
(13,6,11)
#0C0609
(12,6,9)
#0B0607
(11,6,7)
#0A0605
(10,6,5)
#000000
(0,0,0)

Tints of #140619

#140619
(20,6,25)
#291C2D
(41,28,45)
#3E3241
(62,50,65)
#534855
(83,72,85)
#685E69
(104,94,105)
#7D747D
(125,116,125)
#928A91
(146,138,145)
#A7A0A5
(167,160,165)
#BCB6B9
(188,182,185)
#D1CCCD
(209,204,205)
#E6E2E1
(230,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140619; }

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

This text font color is #140619.


Background Color

.myBgColor { background-color: #140619; }

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

This div background color is #140619.


Border color

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

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

This div border color is #140619.


Opacity

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

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

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

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

This text has shadow with #140619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140619 on black background.


Color preview on white background

This text has color #140619 on white background.



Black color preview on #140619 background

This text has black color on #140619 background.


White color preview on #140619 background

This text has white color on #140619 background.