COLOR #142431

HEX: #142431
RGB: (20,36,49)

Color info

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

RGB color model

#142431 color RGB value is (20,36,49).

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

RGB channels and saturation

R 20 of 255 = 8%
G 36 of 255 = 14%
B 49 of 255 = 19%

20
36
49

R + G + B ~ 14%. #142431 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 36 + 49 = 105 (100%)
R 20 of 105 ~ 19.05%
G 36 of 105 ~ 34.29%
B 49 of 105 ~ 46.67%

%19.05
%34.29
%46.67

CMYK color model

#142431 color CMYK value is (59,27,0,81).

  • cyan value is 59.18%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(59,27,0,81)
C59M27Y0K81 
(59%,27%,0%,81%)
(0.59/0.27/0.00/0.81)	

CMYK percentages

%59.18
%26.53
%0
%80.78

Codes

Color #142431 in popluar color models

142431
RGB203649
HSL207°42.03%13.53%
HSB/HSV207°59.18%19.22%
CMYK59.18%26.53%0.00%
80.78%

Color #142431 in popluar number systems.

HEX142431
Decimal203649
Binary10100100100110001
Octal244461

Shades and tints

Shades of #142431

#142431
(20,36,49)
#13212D
(19,33,45)
#121E29
(18,30,41)
#111B25
(17,27,37)
#101821
(16,24,33)
#0F151D
(15,21,29)
#0E1219
(14,18,25)
#0D0F15
(13,15,21)
#0C0C11
(12,12,17)
#0B090D
(11,9,13)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #142431

#142431
(20,36,49)
#293743
(41,55,67)
#3E4A55
(62,74,85)
#535D67
(83,93,103)
#687079
(104,112,121)
#7D838B
(125,131,139)
#92969D
(146,150,157)
#A7A9AF
(167,169,175)
#BCBCC1
(188,188,193)
#D1CFD3
(209,207,211)
#E6E2E5
(230,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142431; }

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

This text font color is #142431.


Background Color

.myBgColor { background-color: #142431; }

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

This div background color is #142431.


Border color

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

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

This div border color is #142431.


Opacity

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

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

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

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

This text has shadow with #142431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142431 on black background.


Color preview on white background

This text has color #142431 on white background.



Black color preview on #142431 background

This text has black color on #142431 background.


White color preview on #142431 background

This text has white color on #142431 background.