COLOR #142131

HEX: #142131
RGB: (20,33,49)

Color info

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

RGB color model

#142131 color RGB value is (20,33,49).

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

RGB channels and saturation

R 20 of 255 = 8%
G 33 of 255 = 13%
B 49 of 255 = 19%

20
33
49

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

Portions of RGB colors in percentages

R + G + B =
20 + 33 + 49 = 102 (100%)
R 20 of 102 ~ 19.61%
G 33 of 102 ~ 32.35%
B 49 of 102 ~ 48.04%

%19.61
%32.35
%48.04

CMYK color model

#142131 color CMYK value is (59,33,0,81).

  • cyan value is 59.18%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(59,33,0,81)
C59M33Y0K81 
(59%,33%,0%,81%)
(0.59/0.33/0.00/0.81)	

CMYK percentages

%59.18
%32.65
%0
%80.78

Codes

Color #142131 in popluar color models

142131
RGB203349
HSL213°42.03%13.53%
HSB/HSV213°59.18%19.22%
CMYK59.18%32.65%0.00%
80.78%

Color #142131 in popluar number systems.

HEX142131
Decimal203349
Binary10100100001110001
Octal244161

Shades and tints

Shades of #142131

#142131
(20,33,49)
#131E2D
(19,30,45)
#121B29
(18,27,41)
#111825
(17,24,37)
#101521
(16,21,33)
#0F121D
(15,18,29)
#0E0F19
(14,15,25)
#0D0C15
(13,12,21)
#0C0911
(12,9,17)
#0B060D
(11,6,13)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #142131

#142131
(20,33,49)
#293543
(41,53,67)
#3E4955
(62,73,85)
#535D67
(83,93,103)
#687179
(104,113,121)
#7D858B
(125,133,139)
#92999D
(146,153,157)
#A7ADAF
(167,173,175)
#BCC1C1
(188,193,193)
#D1D5D3
(209,213,211)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142131; }

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

This text font color is #142131.


Background Color

.myBgColor { background-color: #142131; }

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

This div background color is #142131.


Border color

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

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

This div border color is #142131.


Opacity

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

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

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

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

This text has shadow with #142131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142131 on black background.


Color preview on white background

This text has color #142131 on white background.



Black color preview on #142131 background

This text has black color on #142131 background.


White color preview on #142131 background

This text has white color on #142131 background.