COLOR #142728

HEX: #142728
RGB: (20,39,40)

Color info

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

RGB color model

#142728 color RGB value is (20,39,40).

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

RGB channels and saturation

R 20 of 255 = 8%
G 39 of 255 = 15%
B 40 of 255 = 16%

20
39
40

R + G + B ~ 13%. #142728 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 39 + 40 = 99 (100%)
R 20 of 99 ~ 20.2%
G 39 of 99 ~ 39.39%
B 40 of 99 ~ 40.4%

%20.2
%39.39
%40.4

CMYK color model

#142728 color CMYK value is (50,2,0,84).

  • cyan value is 50.00%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(50,2,0,84)
C50M2Y0K84 
(50%,2%,0%,84%)
(0.50/0.02/0.00/0.84)	

CMYK percentages

%50
%2.5
%0
%84.31

Codes

Color #142728 in popluar color models

142728
RGB203940
HSL183°33.33%11.76%
HSB/HSV183°50.00%15.69%
CMYK50.00%2.50%0.00%
84.31%

Color #142728 in popluar number systems.

HEX142728
Decimal203940
Binary10100100111101000
Octal244750

Shades and tints

Shades of #142728

#142728
(20,39,40)
#132425
(19,36,37)
#122122
(18,33,34)
#111E1F
(17,30,31)
#101B1C
(16,27,28)
#0F1819
(15,24,25)
#0E1516
(14,21,22)
#0D1213
(13,18,19)
#0C0F10
(12,15,16)
#0B0C0D
(11,12,13)
#0A090A
(10,9,10)
#000000
(0,0,0)

Tints of #142728

#142728
(20,39,40)
#293A3B
(41,58,59)
#3E4D4E
(62,77,78)
#536061
(83,96,97)
#687374
(104,115,116)
#7D8687
(125,134,135)
#92999A
(146,153,154)
#A7ACAD
(167,172,173)
#BCBFC0
(188,191,192)
#D1D2D3
(209,210,211)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142728; }

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

This text font color is #142728.


Background Color

.myBgColor { background-color: #142728; }

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

This div background color is #142728.


Border color

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

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

This div border color is #142728.


Opacity

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

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

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

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

This text has shadow with #142728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142728 on black background.


Color preview on white background

This text has color #142728 on white background.



Black color preview on #142728 background

This text has black color on #142728 background.


White color preview on #142728 background

This text has white color on #142728 background.