COLOR #140515

HEX: #140515 RGB: (20,5,21)

Color info

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

RGB color model

#140515 color RGB value is (20,5,21).

RGB: (20,5,21) (8%, 2%, 8%)

RGB channels and saturation

R 20 of 255 = 8%
G 5 of 255 = 2%
B 21 of 255 = 8%

20
5
21

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

Portions of RGB colors in percentages

R + G + B = 20 + 5 + 21 = 46 (100%)
R 20 of 46 ~ 43.48%
G 5 of 46 ~ 10.87%
B 21 of 46 ~ 45.65'%

%43.48
%10.87
%45.65

CMYK color model

#140515 color CMYK value is (5,76,0,92).

  • cyan value is 4.76%
  • magenta value is 76.19%
  • yellow value is 0.00%
  • key color value is 91.76%
CMYK: (5,76,0,92) C5M76Y0K92 (5%,76%,0%,92%) (0.05/0.76/0.00/0.92) 

CMYK percentages

%4.76
%76.19
%0
%91.76

Codes

Color #140515 in popluar color models

14 05 15
RGB 20 5 21
HSL 296° 61.54% 5.10%
HSB/HSV 296° 76.19% 8.24%
CMYK 4.76% 76.19% 0.00%
91.76%

Color #140515 in popluar number systems.

HEX 14 05 15
Decimal 20 5 21
Binary 10100 101 10101
Octal 24 5 25

Shades and tints

Shades of #140515

#140515
(20,5,21)
#130514
(19,5,20)
#120513
(18,5,19)
#110512
(17,5,18)
#100511
(16,5,17)
#0F0510
(15,5,16)
#0E050F
(14,5,15)
#0D050E
(13,5,14)
#0C050D
(12,5,13)
#0B050C
(11,5,12)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #140515

#140515
(20,5,21)
#291B2A
(41,27,42)
#3E313F
(62,49,63)
#534754
(83,71,84)
#685D69
(104,93,105)
#7D737E
(125,115,126)
#928993
(146,137,147)
#A79FA8
(167,159,168)
#BCB5BD
(188,181,189)
#D1CBD2
(209,203,210)
#E6E1E7
(230,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140515; }

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

This text font color is #140515.

Background Color

.myBgColor { background-color: #140515; }

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

This div background color is #140515.

Border color

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

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

This div border color is #140515.

Opacity

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

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

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

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

This text has shadow with #140515 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140515.

Preview

Color preview on black background

This text has color #140515 on black background.


Color preview on white background

This text has color #140515 on white background.


Black color preview on #140515 background

This text has black color on #140515 background.


White color preview on #140515 background

This text has white color on #140515 background.


Related colors

Complementary color

Complementary color for #hex is #EBFAEA.


I love getcolorcode.com

Triadic colors

1 #151405 and #051514 with #140515 are triadic colors.

2 #150514 and #051415 with #140515 are triadic colors.