COLOR #143215

HEX: #143215 RGB: (20,50,21)

Color info

#143215 contains red, green and blue colors in about the same proportion. Web safe color of #143215 is #003300 (or #030).

RGB color model

#143215 color RGB value is (20,50,21).

RGB: (20,50,21) (8%, 20%, 8%)

RGB channels and saturation

R 20 of 255 = 8%
G 50 of 255 = 20%
B 21 of 255 = 8%

20
50
21

R + G + B ~ 12%. #143215 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 50 + 21 = 91 (100%)
R 20 of 91 ~ 21.98%
G 50 of 91 ~ 54.95%
B 21 of 91 ~ 23.08'%

%21.98
%54.95
%23.08

CMYK color model

#143215 color CMYK value is (60,0,58,80).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 58.00%
  • key color value is 80.39%

CMYK: (60,0,58,80)
C60M0Y58K80 (60%, 0%, 58%, 80%)
(0.60 / 0.00 / 0.58 / 0.80)

CMYK percentages

%60
%0
%58
%80.39

Codes

Color #143215 in popluar color models

14 32 15
RGB 20 50 21
HSL 122° 42.86% 13.73%
HSB/HSV 122° 60.00% 19.61%
CMYK 60.00% 0.00% 58.00%
80.39%

Color #143215 in popluar number systems.

HEX 14 32 15
Decimal 20 50 21
Binary 10100 110010 10101
Octal 24 62 25

Shades and tints

Shades of #143215

#143215
(20,50,21)
#132E14
(19,46,20)
#122A13
(18,42,19)
#112612
(17,38,18)
#102211
(16,34,17)
#0F1E10
(15,30,16)
#0E1A0F
(14,26,15)
#0D160E
(13,22,14)
#0C120D
(12,18,13)
#0B0E0C
(11,14,12)
#0A0A0B
(10,10,11)
#000000
(0,0,0)

Tints of #143215

#143215
(20,50,21)
#29442A
(41,68,42)
#3E563F
(62,86,63)
#536854
(83,104,84)
#687A69
(104,122,105)
#7D8C7E
(125,140,126)
#929E93
(146,158,147)
#A7B0A8
(167,176,168)
#BCC2BD
(188,194,189)
#D1D4D2
(209,212,210)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143215 color. Also use rgb(20,50,21) instead hex code.

Text Font Color

.myTextColor { color: #143215; }

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

This text font color is #143215.

Background Color

.myBgColor { background-color: #143215; }

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

This div background color is #143215.

Border color

.myBorderColor { border: 1px solid #143215; }

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

This div border color is #143215.

Opacity

.myOpacity80 { color: #143215; opacity: 0.8; }

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

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

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

This text has shadow with #143215 color.


.textShadow {text-shadow: 3px 3px 1px #143215', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #143215; -webkit-box-shadow: 1px 1px 3px 2px #143215; box-shadow:1px 1px 3px 2px #143215;">
Div content here
</div>

This div box has shadow with color #143215.

Preview

Color preview on black background

This text has color #143215 on black background.


Color preview on white background

This text has color #143215 on white background.


Black color preview on #143215 background

This text has black color on #143215 background.


White color preview on #143215 background

This text has white color on #143215 background.


Related colors

Complementary color

Complementary color for #hex is #EBCDEA.


I love getcolorcode.com

Triadic colors

1 #151432 and #321514 with #143215 are triadic colors.

2 #153214 and #321415 with #143215 are triadic colors.