COLOR #143316

HEX: #143316
RGB: (20,51,22)

Color info

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

RGB color model

#143316 color RGB value is (20,51,22).

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

RGB channels and saturation

R 20 of 255 = 8%
G 51 of 255 = 20%
B 22 of 255 = 9%

20
51
22

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

Portions of RGB colors in percentages

R + G + B =
20 + 51 + 22 = 93 (100%)
R 20 of 93 ~ 21.51%
G 51 of 93 ~ 54.84%
B 22 of 93 ~ 23.66%

%21.51
%54.84
%23.66

CMYK color model

#143316 color CMYK value is (61,0,57,80).

  • cyan value is 60.78%
  • magenta value is 0.00%
  • yellow value is 56.86%
  • key color value is 80.00%
CMYK:
(61,0,57,80)
C61M0Y57K80 
(61%,0%,57%,80%)
(0.61/0.00/0.57/0.80)	

CMYK percentages

%60.78
%0
%56.86
%80

Codes

Color #143316 in popluar color models

143316
RGB205122
HSL124°43.66%13.92%
HSB/HSV124°60.78%20.00%
CMYK60.78%0.00%56.86%
80.00%

Color #143316 in popluar number systems.

HEX143316
Decimal205122
Binary1010011001110110
Octal246326

Shades and tints

Shades of #143316

#143316
(20,51,22)
#132F14
(19,47,20)
#122B12
(18,43,18)
#112710
(17,39,16)
#10230E
(16,35,14)
#0F1F0C
(15,31,12)
#0E1B0A
(14,27,10)
#0D1708
(13,23,8)
#0C1306
(12,19,6)
#0B0F04
(11,15,4)
#0A0B02
(10,11,2)
#000000
(0,0,0)

Tints of #143316

#143316
(20,51,22)
#29452B
(41,69,43)
#3E5740
(62,87,64)
#536955
(83,105,85)
#687B6A
(104,123,106)
#7D8D7F
(125,141,127)
#929F94
(146,159,148)
#A7B1A9
(167,177,169)
#BCC3BE
(188,195,190)
#D1D5D3
(209,213,211)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143316; }

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

This text font color is #143316.


Background Color

.myBgColor { background-color: #143316; }

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

This div background color is #143316.


Border color

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

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

This div border color is #143316.


Opacity

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

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

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

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

This text has shadow with #143316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143316 on black background.


Color preview on white background

This text has color #143316 on white background.



Black color preview on #143316 background

This text has black color on #143316 background.


White color preview on #143316 background

This text has white color on #143316 background.