COLOR #140304

HEX: #140304 RGB: (20,3,4)

Color info

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

RGB color model

#140304 color RGB value is (20,3,4).

RGB: (20,3,4) (8%, 1%, 2%)

RGB channels and saturation

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

20
3
4

R + G + B ~ 4%. #140304 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 3 + 4 = 27 (100%)
R 20 of 27 ~ 74.07%
G 3 of 27 ~ 11.11%
B 4 of 27 ~ 14.81'%

%74.07
%11.11
%14.81

CMYK color model

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

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

CMYK percentages

%0
%85
%80
%92.16

Codes

Color #140304 in popluar color models

14 03 04
RGB 20 3 4
HSL 356° 73.91% 4.51%
HSB/HSV 356° 85.00% 7.84%
CMYK 0.00% 85.00% 80.00%
92.16%

Color #140304 in popluar number systems.

HEX 14 03 04
Decimal 20 3 4
Binary 10100 11 100
Octal 24 3 4

Shades and tints

Shades of #140304

#140304
(20,3,4)
#130304
(19,3,4)
#120304
(18,3,4)
#110304
(17,3,4)
#100304
(16,3,4)
#0F0304
(15,3,4)
#0E0304
(14,3,4)
#0D0304
(13,3,4)
#0C0304
(12,3,4)
#0B0304
(11,3,4)
#0A0304
(10,3,4)
#000000
(0,0,0)

Tints of #140304

#140304
(20,3,4)
#29191A
(41,25,26)
#3E2F30
(62,47,48)
#534546
(83,69,70)
#685B5C
(104,91,92)
#7D7172
(125,113,114)
#928788
(146,135,136)
#A79D9E
(167,157,158)
#BCB3B4
(188,179,180)
#D1C9CA
(209,201,202)
#E6DFE0
(230,223,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #140304; }

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

This text font color is #140304.

Background Color

.myBgColor { background-color: #140304; }

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

This div background color is #140304.

Border color

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

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

This div border color is #140304.

Opacity

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

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

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

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

This text has shadow with #140304 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #140304.

Preview

Color preview on black background

This text has color #140304 on black background.


Color preview on white background

This text has color #140304 on white background.


Black color preview on #140304 background

This text has black color on #140304 background.


White color preview on #140304 background

This text has white color on #140304 background.


Related colors

Complementary color

Complementary color for #hex is #EBFCFB.


I love getcolorcode.com

Triadic colors

1 #041403 and #030414 with #140304 are triadic colors.

2 #040314 and #031404 with #140304 are triadic colors.