COLOR #14413E

HEX: #14413E
RGB: (20,65,62)

Color info

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

RGB color model

#14413E color RGB value is (20,65,62).

  • red value is 20;
  • green value is 65;
  • blue value is 62.
RGB:
(20,65,62)
(8%,25%,24%)

RGB channels and saturation

R 20 of 255 = 8%
G 65 of 255 = 25%
B 62 of 255 = 24%

20
65
62

R + G + B ~ 19%. #14413E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 65 + 62 = 147 (100%)
R 20 of 147 ~ 13.61%
G 65 of 147 ~ 44.22%
B 62 of 147 ~ 42.18%

%13.61
%44.22
%42.18

CMYK color model

#14413E color CMYK value is (69,0,5,75).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 74.51%
CMYK:
(69,0,5,75)
C69M0Y5K75 
(69%,0%,5%,75%)
(0.69/0.00/0.05/0.75)	

CMYK percentages

%69.23
%0
%4.62
%74.51

Codes

Color #14413E in popluar color models

14413E
RGB206562
HSL176°52.94%16.67%
HSB/HSV176°69.23%25.49%
CMYK69.23%0.00%4.62%
74.51%

Color #14413E in popluar number systems.

HEX14413E
Decimal206562
Binary101001000001111110
Octal2410176

Shades and tints

Shades of #14413E

#14413E
(20,65,62)
#133C39
(19,60,57)
#123734
(18,55,52)
#11322F
(17,50,47)
#102D2A
(16,45,42)
#0F2825
(15,40,37)
#0E2320
(14,35,32)
#0D1E1B
(13,30,27)
#0C1916
(12,25,22)
#0B1411
(11,20,17)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #14413E

#14413E
(20,65,62)
#29524F
(41,82,79)
#3E6360
(62,99,96)
#537471
(83,116,113)
#688582
(104,133,130)
#7D9693
(125,150,147)
#92A7A4
(146,167,164)
#A7B8B5
(167,184,181)
#BCC9C6
(188,201,198)
#D1DAD7
(209,218,215)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14413E color. Also use rgb(20,65,62) instead hex code.

Text Font Color

.myTextColor { color: #14413E; }

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

This text font color is #14413E.


Background Color

.myBgColor { background-color: #14413E; }

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

This div background color is #14413E.


Border color

.myBorderColor { border: 1px solid #14413E; }

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

This div border color is #14413E.


Opacity

.myOpacity80 { color: #14413E; opacity: 0.8; }

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

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

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

This text has shadow with #14413E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14413E on black background.


Color preview on white background

This text has color #14413E on white background.



Black color preview on #14413E background

This text has black color on #14413E background.


White color preview on #14413E background

This text has white color on #14413E background.