COLOR #14413A

HEX: #14413A
RGB: (20,65,58)

Color info

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

RGB color model

#14413A color RGB value is (20,65,58).

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

RGB channels and saturation

R 20 of 255 = 8%
G 65 of 255 = 25%
B 58 of 255 = 23%

20
65
58

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

Portions of RGB colors in percentages

R + G + B =
20 + 65 + 58 = 143 (100%)
R 20 of 143 ~ 13.99%
G 65 of 143 ~ 45.45%
B 58 of 143 ~ 40.56%

%13.99
%45.45
%40.56

CMYK color model

#14413A color CMYK value is (69,0,11,75).

  • cyan value is 69.23%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 74.51%
CMYK:
(69,0,11,75)
C69M0Y11K75 
(69%,0%,11%,75%)
(0.69/0.00/0.11/0.75)	

CMYK percentages

%69.23
%0
%10.77
%74.51

Codes

Color #14413A in popluar color models

14413A
RGB206558
HSL171°52.94%16.67%
HSB/HSV171°69.23%25.49%
CMYK69.23%0.00%10.77%
74.51%

Color #14413A in popluar number systems.

HEX14413A
Decimal206558
Binary101001000001111010
Octal2410172

Shades and tints

Shades of #14413A

#14413A
(20,65,58)
#133C35
(19,60,53)
#123730
(18,55,48)
#11322B
(17,50,43)
#102D26
(16,45,38)
#0F2821
(15,40,33)
#0E231C
(14,35,28)
#0D1E17
(13,30,23)
#0C1912
(12,25,18)
#0B140D
(11,20,13)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #14413A

#14413A
(20,65,58)
#29524B
(41,82,75)
#3E635C
(62,99,92)
#53746D
(83,116,109)
#68857E
(104,133,126)
#7D968F
(125,150,143)
#92A7A0
(146,167,160)
#A7B8B1
(167,184,177)
#BCC9C2
(188,201,194)
#D1DAD3
(209,218,211)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14413A; }

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

This text font color is #14413A.


Background Color

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

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

This div background color is #14413A.


Border color

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

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

This div border color is #14413A.


Opacity

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

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

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

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

This text has shadow with #14413A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14413A on black background.


Color preview on white background

This text has color #14413A on white background.



Black color preview on #14413A background

This text has black color on #14413A background.


White color preview on #14413A background

This text has white color on #14413A background.