COLOR #142113

HEX: #142113
RGB: (20,33,19)

Color info

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

RGB color model

#142113 color RGB value is (20,33,19).

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

RGB channels and saturation

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

20
33
19

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

Portions of RGB colors in percentages

R + G + B =
20 + 33 + 19 = 72 (100%)
R 20 of 72 ~ 27.78%
G 33 of 72 ~ 45.83%
B 19 of 72 ~ 26.39%

%27.78
%45.83
%26.39

CMYK color model

#142113 color CMYK value is (39,0,42,87).

  • cyan value is 39.39%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 87.06%
CMYK:
(39,0,42,87)
C39M0Y42K87 
(39%,0%,42%,87%)
(0.39/0.00/0.42/0.87)	

CMYK percentages

%39.39
%0
%42.42
%87.06

Codes

Color #142113 in popluar color models

142113
RGB203319
HSL116°26.92%10.20%
HSB/HSV116°42.42%12.94%
CMYK39.39%0.00%42.42%
87.06%

Color #142113 in popluar number systems.

HEX142113
Decimal203319
Binary1010010000110011
Octal244123

Shades and tints

Shades of #142113

#142113
(20,33,19)
#131E12
(19,30,18)
#121B11
(18,27,17)
#111810
(17,24,16)
#10150F
(16,21,15)
#0F120E
(15,18,14)
#0E0F0D
(14,15,13)
#0D0C0C
(13,12,12)
#0C090B
(12,9,11)
#0B060A
(11,6,10)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #142113

#142113
(20,33,19)
#293528
(41,53,40)
#3E493D
(62,73,61)
#535D52
(83,93,82)
#687167
(104,113,103)
#7D857C
(125,133,124)
#929991
(146,153,145)
#A7ADA6
(167,173,166)
#BCC1BB
(188,193,187)
#D1D5D0
(209,213,208)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142113; }

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

This text font color is #142113.


Background Color

.myBgColor { background-color: #142113; }

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

This div background color is #142113.


Border color

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

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

This div border color is #142113.


Opacity

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

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

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

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

This text has shadow with #142113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142113 on black background.


Color preview on white background

This text has color #142113 on white background.



Black color preview on #142113 background

This text has black color on #142113 background.


White color preview on #142113 background

This text has white color on #142113 background.