COLOR #140511

HEX: #140511
RGB: (20,5,17)

Color info

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

RGB color model

#140511 color RGB value is (20,5,17).

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

RGB channels and saturation

R 20 of 255 = 8%
G 5 of 255 = 2%
B 17 of 255 = 7%

20
5
17

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

Portions of RGB colors in percentages

R + G + B =
20 + 5 + 17 = 42 (100%)
R 20 of 42 ~ 47.62%
G 5 of 42 ~ 11.9%
B 17 of 42 ~ 40.48%

%47.62
%11.9
%40.48

CMYK color model

#140511 color CMYK value is (0,75,15,92).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 15.00%
  • key color value is 92.16%
CMYK:
(0,75,15,92)
C0M75Y15K92 
(0%,75%,15%,92%)
(0.00/0.75/0.15/0.92)	

CMYK percentages

%0
%75
%15
%92.16

Codes

Color #140511 in popluar color models

140511
RGB20517
HSL312°60.00%4.90%
HSB/HSV312°75.00%7.84%
CMYK0.00%75.00%15.00%
92.16%

Color #140511 in popluar number systems.

HEX140511
Decimal20517
Binary1010010110001
Octal24521

Shades and tints

Shades of #140511

#140511
(20,5,17)
#130510
(19,5,16)
#12050F
(18,5,15)
#11050E
(17,5,14)
#10050D
(16,5,13)
#0F050C
(15,5,12)
#0E050B
(14,5,11)
#0D050A
(13,5,10)
#0C0509
(12,5,9)
#0B0508
(11,5,8)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #140511

#140511
(20,5,17)
#291B26
(41,27,38)
#3E313B
(62,49,59)
#534750
(83,71,80)
#685D65
(104,93,101)
#7D737A
(125,115,122)
#92898F
(146,137,143)
#A79FA4
(167,159,164)
#BCB5B9
(188,181,185)
#D1CBCE
(209,203,206)
#E6E1E3
(230,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140511; }

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

This text font color is #140511.


Background Color

.myBgColor { background-color: #140511; }

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

This div background color is #140511.


Border color

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

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

This div border color is #140511.


Opacity

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

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

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

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

This text has shadow with #140511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140511 on black background.


Color preview on white background

This text has color #140511 on white background.



Black color preview on #140511 background

This text has black color on #140511 background.


White color preview on #140511 background

This text has white color on #140511 background.