COLOR #14073A

HEX: #14073A
RGB: (20,7,58)

Color info

#14073A contains red, green and blue colors in about the same proportion. Web safe color of #14073A is #000033 (or #003).

RGB color model

#14073A color RGB value is (20,7,58).

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

RGB channels and saturation

R 20 of 255 = 8%
G 7 of 255 = 3%
B 58 of 255 = 23%

20
7
58

R + G + B ~ 11%. #14073A is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 7 + 58 = 85 (100%)
R 20 of 85 ~ 23.53%
G 7 of 85 ~ 8.24%
B 58 of 85 ~ 68.24%

%23.53
%68.24

CMYK color model

#14073A color CMYK value is (66,88,0,77).

  • cyan value is 65.52%
  • magenta value is 87.93%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(66,88,0,77)
C66M88Y0K77 
(66%,88%,0%,77%)
(0.66/0.88/0.00/0.77)	

CMYK percentages

%65.52
%87.93
%0
%77.25

Codes

Color #14073A in popluar color models

14073A
RGB20758
HSL255°78.46%12.75%
HSB/HSV255°87.93%22.75%
CMYK65.52%87.93%0.00%
77.25%

Color #14073A in popluar number systems.

HEX14073A
Decimal20758
Binary10100111111010
Octal24772

Shades and tints

Shades of #14073A

#14073A
(20,7,58)
#130735
(19,7,53)
#120730
(18,7,48)
#11072B
(17,7,43)
#100726
(16,7,38)
#0F0721
(15,7,33)
#0E071C
(14,7,28)
#0D0717
(13,7,23)
#0C0712
(12,7,18)
#0B070D
(11,7,13)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #14073A

#14073A
(20,7,58)
#291D4B
(41,29,75)
#3E335C
(62,51,92)
#53496D
(83,73,109)
#685F7E
(104,95,126)
#7D758F
(125,117,143)
#928BA0
(146,139,160)
#A7A1B1
(167,161,177)
#BCB7C2
(188,183,194)
#D1CDD3
(209,205,211)
#E6E3E4
(230,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14073A color. Also use rgb(20,7,58) instead hex code.

Text Font Color

.myTextColor { color: #14073A; }

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

This text font color is #14073A.


Background Color

.myBgColor { background-color: #14073A; }

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

This div background color is #14073A.


Border color

.myBorderColor { border: 1px solid #14073A; }

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

This div border color is #14073A.


Opacity

.myOpacity80 { color: #14073A; opacity: 0.8; }

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

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

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

This text has shadow with #14073A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14073A on black background.


Color preview on white background

This text has color #14073A on white background.



Black color preview on #14073A background

This text has black color on #14073A background.


White color preview on #14073A background

This text has white color on #14073A background.