COLOR #142A15

HEX: #142A15
RGB: (20,42,21)

Color info

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

RGB color model

#142A15 color RGB value is (20,42,21).

  • red value is 20;
  • green value is 42;
  • blue value is 21.
RGB:
(20,42,21)
(8%,16%,8%)

RGB channels and saturation

R 20 of 255 = 8%
G 42 of 255 = 16%
B 21 of 255 = 8%

20
42
21

R + G + B ~ 11%. #142A15 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 42 + 21 = 83 (100%)
R 20 of 83 ~ 24.1%
G 42 of 83 ~ 50.6%
B 21 of 83 ~ 25.3%

%24.1
%50.6
%25.3

CMYK color model

#142A15 color CMYK value is (52,0,50,84).

  • cyan value is 52.38%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 83.53%
CMYK:
(52,0,50,84)
C52M0Y50K84 
(52%,0%,50%,84%)
(0.52/0.00/0.50/0.84)	

CMYK percentages

%52.38
%0
%50
%83.53

Codes

Color #142A15 in popluar color models

142A15
RGB204221
HSL123°35.48%12.16%
HSB/HSV123°52.38%16.47%
CMYK52.38%0.00%50.00%
83.53%

Color #142A15 in popluar number systems.

HEX142A15
Decimal204221
Binary1010010101010101
Octal245225

Shades and tints

Shades of #142A15

#142A15
(20,42,21)
#132714
(19,39,20)
#122413
(18,36,19)
#112112
(17,33,18)
#101E11
(16,30,17)
#0F1B10
(15,27,16)
#0E180F
(14,24,15)
#0D150E
(13,21,14)
#0C120D
(12,18,13)
#0B0F0C
(11,15,12)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #142A15

#142A15
(20,42,21)
#293D2A
(41,61,42)
#3E503F
(62,80,63)
#536354
(83,99,84)
#687669
(104,118,105)
#7D897E
(125,137,126)
#929C93
(146,156,147)
#A7AFA8
(167,175,168)
#BCC2BD
(188,194,189)
#D1D5D2
(209,213,210)
#E6E8E7
(230,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142A15 color. Also use rgb(20,42,21) instead hex code.

Text Font Color

.myTextColor { color: #142A15; }

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

This text font color is #142A15.


Background Color

.myBgColor { background-color: #142A15; }

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

This div background color is #142A15.


Border color

.myBorderColor { border: 1px solid #142A15; }

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

This div border color is #142A15.


Opacity

.myOpacity80 { color: #142A15; opacity: 0.8; }

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

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

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

This text has shadow with #142A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142A15 on black background.


Color preview on white background

This text has color #142A15 on white background.



Black color preview on #142A15 background

This text has black color on #142A15 background.


White color preview on #142A15 background

This text has white color on #142A15 background.