COLOR #142719

HEX: #142719
RGB: (20,39,25)

Color info

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

RGB color model

#142719 color RGB value is (20,39,25).

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

RGB channels and saturation

R 20 of 255 = 8%
G 39 of 255 = 15%
B 25 of 255 = 10%

20
39
25

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

Portions of RGB colors in percentages

R + G + B =
20 + 39 + 25 = 84 (100%)
R 20 of 84 ~ 23.81%
G 39 of 84 ~ 46.43%
B 25 of 84 ~ 29.76%

%23.81
%46.43
%29.76

CMYK color model

#142719 color CMYK value is (49,0,36,85).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 84.71%
CMYK:
(49,0,36,85)
C49M0Y36K85 
(49%,0%,36%,85%)
(0.49/0.00/0.36/0.85)	

CMYK percentages

%48.72
%0
%35.9
%84.71

Codes

Color #142719 in popluar color models

142719
RGB203925
HSL136°32.20%11.57%
HSB/HSV136°48.72%15.29%
CMYK48.72%0.00%35.90%
84.71%

Color #142719 in popluar number systems.

HEX142719
Decimal203925
Binary1010010011111001
Octal244731

Shades and tints

Shades of #142719

#142719
(20,39,25)
#132417
(19,36,23)
#122115
(18,33,21)
#111E13
(17,30,19)
#101B11
(16,27,17)
#0F180F
(15,24,15)
#0E150D
(14,21,13)
#0D120B
(13,18,11)
#0C0F09
(12,15,9)
#0B0C07
(11,12,7)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #142719

#142719
(20,39,25)
#293A2D
(41,58,45)
#3E4D41
(62,77,65)
#536055
(83,96,85)
#687369
(104,115,105)
#7D867D
(125,134,125)
#929991
(146,153,145)
#A7ACA5
(167,172,165)
#BCBFB9
(188,191,185)
#D1D2CD
(209,210,205)
#E6E5E1
(230,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142719; }

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

This text font color is #142719.


Background Color

.myBgColor { background-color: #142719; }

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

This div background color is #142719.


Border color

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

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

This div border color is #142719.


Opacity

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

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

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

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

This text has shadow with #142719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142719 on black background.


Color preview on white background

This text has color #142719 on white background.



Black color preview on #142719 background

This text has black color on #142719 background.


White color preview on #142719 background

This text has white color on #142719 background.