COLOR #140314

HEX: #140314
RGB: (20,3,20)

Color info

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

RGB color model

#140314 color RGB value is (20,3,20).

  • red value is 20;
  • green value is 3;
  • blue value is 20.
RGB:
(20,3,20)
(8%,1%,8%)

RGB channels and saturation

R 20 of 255 = 8%
G 3 of 255 = 1%
B 20 of 255 = 8%

20
3
20

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

Portions of RGB colors in percentages

R + G + B =
20 + 3 + 20 = 43 (100%)
R 20 of 43 ~ 46.51%
G 3 of 43 ~ 6.98%
B 20 of 43 ~ 46.51%

%46.51
%46.51

CMYK color model

#140314 color CMYK value is (0,85,0,92).

  • cyan value is 0.00%
  • magenta value is 85.00%
  • yellow value is 0.00%
  • key color value is 92.16%
CMYK:
(0,85,0,92)
C0M85Y0K92 
(0%,85%,0%,92%)
(0.00/0.85/0.00/0.92)	

CMYK percentages

%0
%85
%0
%92.16

Codes

Color #140314 in popluar color models

140314
RGB20320
HSL300°73.91%4.51%
HSB/HSV300°85.00%7.84%
CMYK0.00%85.00%0.00%
92.16%

Color #140314 in popluar number systems.

HEX140314
Decimal20320
Binary101001110100
Octal24324

Shades and tints

Shades of #140314

#140314
(20,3,20)
#130313
(19,3,19)
#120312
(18,3,18)
#110311
(17,3,17)
#100310
(16,3,16)
#0F030F
(15,3,15)
#0E030E
(14,3,14)
#0D030D
(13,3,13)
#0C030C
(12,3,12)
#0B030B
(11,3,11)
#0A030A
(10,3,10)
#000000
(0,0,0)

Tints of #140314

#140314
(20,3,20)
#291929
(41,25,41)
#3E2F3E
(62,47,62)
#534553
(83,69,83)
#685B68
(104,91,104)
#7D717D
(125,113,125)
#928792
(146,135,146)
#A79DA7
(167,157,167)
#BCB3BC
(188,179,188)
#D1C9D1
(209,201,209)
#E6DFE6
(230,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140314; }

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

This text font color is #140314.


Background Color

.myBgColor { background-color: #140314; }

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

This div background color is #140314.


Border color

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

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

This div border color is #140314.


Opacity

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

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

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

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

This text has shadow with #140314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #140314 on black background.


Color preview on white background

This text has color #140314 on white background.



Black color preview on #140314 background

This text has black color on #140314 background.


White color preview on #140314 background

This text has white color on #140314 background.