COLOR #142724

HEX: #142724
RGB: (20,39,36)

Color info

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

RGB color model

#142724 color RGB value is (20,39,36).

  • red value is 20;
  • green value is 39;
  • blue value is 36.
RGB:
(20,39,36)
(8%,15%,14%)

RGB channels and saturation

R 20 of 255 = 8%
G 39 of 255 = 15%
B 36 of 255 = 14%

20
39
36

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

Portions of RGB colors in percentages

R + G + B =
20 + 39 + 36 = 95 (100%)
R 20 of 95 ~ 21.05%
G 39 of 95 ~ 41.05%
B 36 of 95 ~ 37.89%

%21.05
%41.05
%37.89

CMYK color model

#142724 color CMYK value is (49,0,8,85).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 84.71%
CMYK:
(49,0,8,85)
C49M0Y8K85 
(49%,0%,8%,85%)
(0.49/0.00/0.08/0.85)	

CMYK percentages

%48.72
%0
%7.69
%84.71

Codes

Color #142724 in popluar color models

142724
RGB203936
HSL171°32.20%11.57%
HSB/HSV171°48.72%15.29%
CMYK48.72%0.00%7.69%
84.71%

Color #142724 in popluar number systems.

HEX142724
Decimal203936
Binary10100100111100100
Octal244744

Shades and tints

Shades of #142724

#142724
(20,39,36)
#132421
(19,36,33)
#12211E
(18,33,30)
#111E1B
(17,30,27)
#101B18
(16,27,24)
#0F1815
(15,24,21)
#0E1512
(14,21,18)
#0D120F
(13,18,15)
#0C0F0C
(12,15,12)
#0B0C09
(11,12,9)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #142724

#142724
(20,39,36)
#293A37
(41,58,55)
#3E4D4A
(62,77,74)
#53605D
(83,96,93)
#687370
(104,115,112)
#7D8683
(125,134,131)
#929996
(146,153,150)
#A7ACA9
(167,172,169)
#BCBFBC
(188,191,188)
#D1D2CF
(209,210,207)
#E6E5E2
(230,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142724 color. Also use rgb(20,39,36) instead hex code.

Text Font Color

.myTextColor { color: #142724; }

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

This text font color is #142724.


Background Color

.myBgColor { background-color: #142724; }

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

This div background color is #142724.


Border color

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

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

This div border color is #142724.


Opacity

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

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

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

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

This text has shadow with #142724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142724 on black background.


Color preview on white background

This text has color #142724 on white background.



Black color preview on #142724 background

This text has black color on #142724 background.


White color preview on #142724 background

This text has white color on #142724 background.