COLOR #14362E

HEX: #14362E
RGB: (20,54,46)

Color info

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

RGB color model

#14362E color RGB value is (20,54,46).

  • red value is 20;
  • green value is 54;
  • blue value is 46.
RGB:
(20,54,46)
(8%,21%,18%)

RGB channels and saturation

R 20 of 255 = 8%
G 54 of 255 = 21%
B 46 of 255 = 18%

20
54
46

R + G + B ~ 16%. #14362E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 54 + 46 = 120 (100%)
R 20 of 120 ~ 16.67%
G 54 of 120 ~ 45%
B 46 of 120 ~ 38.33%

%16.67
%45
%38.33

CMYK color model

#14362E color CMYK value is (63,0,15,79).

  • cyan value is 62.96%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 78.82%
CMYK:
(63,0,15,79)
C63M0Y15K79 
(63%,0%,15%,79%)
(0.63/0.00/0.15/0.79)	

CMYK percentages

%62.96
%0
%14.81
%78.82

Codes

Color #14362E in popluar color models

14362E
RGB205446
HSL166°45.95%14.51%
HSB/HSV166°62.96%21.18%
CMYK62.96%0.00%14.81%
78.82%

Color #14362E in popluar number systems.

HEX14362E
Decimal205446
Binary10100110110101110
Octal246656

Shades and tints

Shades of #14362E

#14362E
(20,54,46)
#13322A
(19,50,42)
#122E26
(18,46,38)
#112A22
(17,42,34)
#10261E
(16,38,30)
#0F221A
(15,34,26)
#0E1E16
(14,30,22)
#0D1A12
(13,26,18)
#0C160E
(12,22,14)
#0B120A
(11,18,10)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #14362E

#14362E
(20,54,46)
#294841
(41,72,65)
#3E5A54
(62,90,84)
#536C67
(83,108,103)
#687E7A
(104,126,122)
#7D908D
(125,144,141)
#92A2A0
(146,162,160)
#A7B4B3
(167,180,179)
#BCC6C6
(188,198,198)
#D1D8D9
(209,216,217)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14362E color. Also use rgb(20,54,46) instead hex code.

Text Font Color

.myTextColor { color: #14362E; }

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

This text font color is #14362E.


Background Color

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

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

This div background color is #14362E.


Border color

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

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

This div border color is #14362E.


Opacity

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

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

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

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

This text has shadow with #14362E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14362E on black background.


Color preview on white background

This text has color #14362E on white background.



Black color preview on #14362E background

This text has black color on #14362E background.


White color preview on #14362E background

This text has white color on #14362E background.