COLOR #140918

HEX: #140918
RGB: (20,9,24)

Color info

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

RGB color model

#140918 color RGB value is (20,9,24).

  • red value is 20;
  • green value is 9;
  • blue value is 24.
RGB:
(20,9,24)
(8%,4%,9%)

RGB channels and saturation

R 20 of 255 = 8%
G 9 of 255 = 4%
B 24 of 255 = 9%

20
9
24

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

Portions of RGB colors in percentages

R + G + B =
20 + 9 + 24 = 53 (100%)
R 20 of 53 ~ 37.74%
G 9 of 53 ~ 16.98%
B 24 of 53 ~ 45.28%

%37.74
%16.98
%45.28

CMYK color model

#140918 color CMYK value is (17,63,0,91).

  • cyan value is 16.67%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(17,63,0,91)
C17M63Y0K91 
(17%,63%,0%,91%)
(0.17/0.63/0.00/0.91)	

CMYK percentages

%16.67
%62.5
%0
%90.59

Codes

Color #140918 in popluar color models

140918
RGB20924
HSL284°45.45%6.47%
HSB/HSV284°62.50%9.41%
CMYK16.67%62.50%0.00%
90.59%

Color #140918 in popluar number systems.

HEX140918
Decimal20924
Binary10100100111000
Octal241130

Shades and tints

Shades of #140918

#140918
(20,9,24)
#130916
(19,9,22)
#120914
(18,9,20)
#110912
(17,9,18)
#100910
(16,9,16)
#0F090E
(15,9,14)
#0E090C
(14,9,12)
#0D090A
(13,9,10)
#0C0908
(12,9,8)
#0B0906
(11,9,6)
#0A0904
(10,9,4)
#000000
(0,0,0)

Tints of #140918

#140918
(20,9,24)
#291F2D
(41,31,45)
#3E3542
(62,53,66)
#534B57
(83,75,87)
#68616C
(104,97,108)
#7D7781
(125,119,129)
#928D96
(146,141,150)
#A7A3AB
(167,163,171)
#BCB9C0
(188,185,192)
#D1CFD5
(209,207,213)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #140918 color. Also use rgb(20,9,24) instead hex code.

Text Font Color

.myTextColor { color: #140918; }

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

This text font color is #140918.


Background Color

.myBgColor { background-color: #140918; }

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

This div background color is #140918.


Border color

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

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

This div border color is #140918.


Opacity

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

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

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

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

This text has shadow with #140918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140918 on black background.


Color preview on white background

This text has color #140918 on white background.



Black color preview on #140918 background

This text has black color on #140918 background.


White color preview on #140918 background

This text has white color on #140918 background.