COLOR #142213

HEX: #142213
RGB: (20,34,19)

Color info

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

RGB color model

#142213 color RGB value is (20,34,19).

  • red value is 20;
  • green value is 34;
  • blue value is 19.
RGB:
(20,34,19)
(8%,13%,7%)

RGB channels and saturation

R 20 of 255 = 8%
G 34 of 255 = 13%
B 19 of 255 = 7%

20
34
19

R + G + B ~ 9%. #142213 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 34 + 19 = 73 (100%)
R 20 of 73 ~ 27.4%
G 34 of 73 ~ 46.58%
B 19 of 73 ~ 26.03%

%27.4
%46.58
%26.03

CMYK color model

#142213 color CMYK value is (41,0,44,87).

  • cyan value is 41.18%
  • magenta value is 0.00%
  • yellow value is 44.12%
  • key color value is 86.67%
CMYK:
(41,0,44,87)
C41M0Y44K87 
(41%,0%,44%,87%)
(0.41/0.00/0.44/0.87)	

CMYK percentages

%41.18
%0
%44.12
%86.67

Codes

Color #142213 in popluar color models

142213
RGB203419
HSL116°28.30%10.39%
HSB/HSV116°44.12%13.33%
CMYK41.18%0.00%44.12%
86.67%

Color #142213 in popluar number systems.

HEX142213
Decimal203419
Binary1010010001010011
Octal244223

Shades and tints

Shades of #142213

#142213
(20,34,19)
#131F12
(19,31,18)
#121C11
(18,28,17)
#111910
(17,25,16)
#10160F
(16,22,15)
#0F130E
(15,19,14)
#0E100D
(14,16,13)
#0D0D0C
(13,13,12)
#0C0A0B
(12,10,11)
#0B070A
(11,7,10)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #142213

#142213
(20,34,19)
#293628
(41,54,40)
#3E4A3D
(62,74,61)
#535E52
(83,94,82)
#687267
(104,114,103)
#7D867C
(125,134,124)
#929A91
(146,154,145)
#A7AEA6
(167,174,166)
#BCC2BB
(188,194,187)
#D1D6D0
(209,214,208)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142213 color. Also use rgb(20,34,19) instead hex code.

Text Font Color

.myTextColor { color: #142213; }

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

This text font color is #142213.


Background Color

.myBgColor { background-color: #142213; }

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

This div background color is #142213.


Border color

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

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

This div border color is #142213.


Opacity

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

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

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

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

This text has shadow with #142213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142213 on black background.


Color preview on white background

This text has color #142213 on white background.



Black color preview on #142213 background

This text has black color on #142213 background.


White color preview on #142213 background

This text has white color on #142213 background.