COLOR #14304A

HEX: #14304A
RGB: (20,48,74)

Color info

#14304A contains red, green and blue colors in about the same proportion. Web safe color of #14304A is #003333 (or #033).

RGB color model

#14304A color RGB value is (20,48,74).

  • red value is 20;
  • green value is 48;
  • blue value is 74.
RGB:
(20,48,74)
(8%,19%,29%)

RGB channels and saturation

R 20 of 255 = 8%
G 48 of 255 = 19%
B 74 of 255 = 29%

20
48
74

R + G + B ~ 19%. #14304A is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 48 + 74 = 142 (100%)
R 20 of 142 ~ 14.08%
G 48 of 142 ~ 33.8%
B 74 of 142 ~ 52.11%

%14.08
%33.8
%52.11

CMYK color model

#14304A color CMYK value is (73,35,0,71).

  • cyan value is 72.97%
  • magenta value is 35.14%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(73,35,0,71)
C73M35Y0K71 
(73%,35%,0%,71%)
(0.73/0.35/0.00/0.71)	

CMYK percentages

%72.97
%35.14
%0
%70.98

Codes

Color #14304A in popluar color models

14304A
RGB204874
HSL209°57.45%18.43%
HSB/HSV209°72.97%29.02%
CMYK72.97%35.14%0.00%
70.98%

Color #14304A in popluar number systems.

HEX14304A
Decimal204874
Binary101001100001001010
Octal2460112

Shades and tints

Shades of #14304A

#14304A
(20,48,74)
#132C44
(19,44,68)
#12283E
(18,40,62)
#112438
(17,36,56)
#102032
(16,32,50)
#0F1C2C
(15,28,44)
#0E1826
(14,24,38)
#0D1420
(13,20,32)
#0C101A
(12,16,26)
#0B0C14
(11,12,20)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #14304A

#14304A
(20,48,74)
#29425A
(41,66,90)
#3E546A
(62,84,106)
#53667A
(83,102,122)
#68788A
(104,120,138)
#7D8A9A
(125,138,154)
#929CAA
(146,156,170)
#A7AEBA
(167,174,186)
#BCC0CA
(188,192,202)
#D1D2DA
(209,210,218)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14304A color. Also use rgb(20,48,74) instead hex code.

Text Font Color

.myTextColor { color: #14304A; }

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

This text font color is #14304A.


Background Color

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

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

This div background color is #14304A.


Border color

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

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

This div border color is #14304A.


Opacity

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

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

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

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

This text has shadow with #14304A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14304A on black background.


Color preview on white background

This text has color #14304A on white background.



Black color preview on #14304A background

This text has black color on #14304A background.


White color preview on #14304A background

This text has white color on #14304A background.