COLOR #143321

HEX: #143321
RGB: (20,51,33)

Color info

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

RGB color model

#143321 color RGB value is (20,51,33).

  • red value is 20;
  • green value is 51;
  • blue value is 33.
RGB:
(20,51,33)
(8%,20%,13%)

RGB channels and saturation

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

20
51
33

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

Portions of RGB colors in percentages

R + G + B =
20 + 51 + 33 = 104 (100%)
R 20 of 104 ~ 19.23%
G 51 of 104 ~ 49.04%
B 33 of 104 ~ 31.73%

%19.23
%49.04
%31.73

CMYK color model

#143321 color CMYK value is (61,0,35,80).

  • cyan value is 60.78%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 80.00%
CMYK:
(61,0,35,80)
C61M0Y35K80 
(61%,0%,35%,80%)
(0.61/0.00/0.35/0.80)	

CMYK percentages

%60.78
%0
%35.29
%80

Codes

Color #143321 in popluar color models

143321
RGB205133
HSL145°43.66%13.92%
HSB/HSV145°60.78%20.00%
CMYK60.78%0.00%35.29%
80.00%

Color #143321 in popluar number systems.

HEX143321
Decimal205133
Binary10100110011100001
Octal246341

Shades and tints

Shades of #143321

#143321
(20,51,33)
#132F1E
(19,47,30)
#122B1B
(18,43,27)
#112718
(17,39,24)
#102315
(16,35,21)
#0F1F12
(15,31,18)
#0E1B0F
(14,27,15)
#0D170C
(13,23,12)
#0C1309
(12,19,9)
#0B0F06
(11,15,6)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #143321

#143321
(20,51,33)
#294535
(41,69,53)
#3E5749
(62,87,73)
#53695D
(83,105,93)
#687B71
(104,123,113)
#7D8D85
(125,141,133)
#929F99
(146,159,153)
#A7B1AD
(167,177,173)
#BCC3C1
(188,195,193)
#D1D5D5
(209,213,213)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143321; }

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

This text font color is #143321.


Background Color

.myBgColor { background-color: #143321; }

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

This div background color is #143321.


Border color

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

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

This div border color is #143321.


Opacity

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

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

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

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

This text has shadow with #143321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143321 on black background.


Color preview on white background

This text has color #143321 on white background.



Black color preview on #143321 background

This text has black color on #143321 background.


White color preview on #143321 background

This text has white color on #143321 background.