COLOR #143221

HEX: #143221 RGB: (20,50,33)

Color info

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

RGB color model

#143221 color RGB value is (20,50,33).

RGB: (20,50,33) (8%, 20%, 13%)

RGB channels and saturation

R 20 of 255 = 8%
G 50 of 255 = 20%
B 33 of 255 = 13%

20
50
33

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

Portions of RGB colors in percentages

R + G + B = 20 + 50 + 33 = 103 (100%)
R 20 of 103 ~ 19.42%
G 50 of 103 ~ 48.54%
B 33 of 103 ~ 32.04'%

%19.42
%48.54
%32.04

CMYK color model

#143221 color CMYK value is (60,0,34,80).

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

CMYK: (60,0,34,80)
C60M0Y34K80 (60%, 0%, 34%, 80%)
(0.60 / 0.00 / 0.34 / 0.80)

CMYK percentages

%60
%0
%34
%80.39

Codes

Color #143221 in popluar color models

14 32 21
RGB 20 50 33
HSL 146° 42.86% 13.73%
HSB/HSV 146° 60.00% 19.61%
CMYK 60.00% 0.00% 34.00%
80.39%

Color #143221 in popluar number systems.

HEX 14 32 21
Decimal 20 50 33
Binary 10100 110010 100001
Octal 24 62 41

Shades and tints

Shades of #143221

#143221
(20,50,33)
#132E1E
(19,46,30)
#122A1B
(18,42,27)
#112618
(17,38,24)
#102215
(16,34,21)
#0F1E12
(15,30,18)
#0E1A0F
(14,26,15)
#0D160C
(13,22,12)
#0C1209
(12,18,9)
#0B0E06
(11,14,6)
#0A0A03
(10,10,3)
#000000
(0,0,0)

Tints of #143221

#143221
(20,50,33)
#294435
(41,68,53)
#3E5649
(62,86,73)
#53685D
(83,104,93)
#687A71
(104,122,113)
#7D8C85
(125,140,133)
#929E99
(146,158,153)
#A7B0AD
(167,176,173)
#BCC2C1
(188,194,193)
#D1D4D5
(209,212,213)
#E6E6E9
(230,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143221; }

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

This text font color is #143221.

Background Color

.myBgColor { background-color: #143221; }

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

This div background color is #143221.

Border color

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

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

This div border color is #143221.

Opacity

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

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

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

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

This text has shadow with #143221 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #143221.

Preview

Color preview on black background

This text has color #143221 on black background.


Color preview on white background

This text has color #143221 on white background.


Black color preview on #143221 background

This text has black color on #143221 background.


White color preview on #143221 background

This text has white color on #143221 background.


Related colors

Complementary color

Complementary color for #hex is #EBCDDE.


I love getcolorcode.com

Triadic colors

1 #211432 and #322114 with #143221 are triadic colors.

2 #213214 and #321421 with #143221 are triadic colors.