COLOR #14361E

HEX: #14361E
RGB: (20,54,30)

Color info

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

RGB color model

#14361E color RGB value is (20,54,30).

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

RGB channels and saturation

R 20 of 255 = 8%
G 54 of 255 = 21%
B 30 of 255 = 12%

20
54
30

R + G + B ~ 14%. #14361E is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 54 + 30 = 104 (100%)
R 20 of 104 ~ 19.23%
G 54 of 104 ~ 51.92%
B 30 of 104 ~ 28.85%

%19.23
%51.92
%28.85

CMYK color model

#14361E color CMYK value is (63,0,44,79).

  • cyan value is 62.96%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 78.82%
CMYK:
(63,0,44,79)
C63M0Y44K79 
(63%,0%,44%,79%)
(0.63/0.00/0.44/0.79)	

CMYK percentages

%62.96
%0
%44.44
%78.82

Codes

Color #14361E in popluar color models

14361E
RGB205430
HSL138°45.95%14.51%
HSB/HSV138°62.96%21.18%
CMYK62.96%0.00%44.44%
78.82%

Color #14361E in popluar number systems.

HEX14361E
Decimal205430
Binary1010011011011110
Octal246636

Shades and tints

Shades of #14361E

#14361E
(20,54,30)
#13321C
(19,50,28)
#122E1A
(18,46,26)
#112A18
(17,42,24)
#102616
(16,38,22)
#0F2214
(15,34,20)
#0E1E12
(14,30,18)
#0D1A10
(13,26,16)
#0C160E
(12,22,14)
#0B120C
(11,18,12)
#0A0E0A
(10,14,10)
#000000
(0,0,0)

Tints of #14361E

#14361E
(20,54,30)
#294832
(41,72,50)
#3E5A46
(62,90,70)
#536C5A
(83,108,90)
#687E6E
(104,126,110)
#7D9082
(125,144,130)
#92A296
(146,162,150)
#A7B4AA
(167,180,170)
#BCC6BE
(188,198,190)
#D1D8D2
(209,216,210)
#E6EAE6
(230,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #14361E; }

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

This text font color is #14361E.


Background Color

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

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

This div background color is #14361E.


Border color

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

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

This div border color is #14361E.


Opacity

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

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

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

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

This text has shadow with #14361E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #14361E on black background.


Color preview on white background

This text has color #14361E on white background.



Black color preview on #14361E background

This text has black color on #14361E background.


White color preview on #14361E background

This text has white color on #14361E background.