COLOR #142C31

HEX: #142C31
RGB: (20,44,49)

Color info

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

RGB color model

#142C31 color RGB value is (20,44,49).

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

RGB channels and saturation

R 20 of 255 = 8%
G 44 of 255 = 17%
B 49 of 255 = 19%

20
44
49

R + G + B ~ 15%. #142C31 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 44 + 49 = 113 (100%)
R 20 of 113 ~ 17.7%
G 44 of 113 ~ 38.94%
B 49 of 113 ~ 43.36%

%17.7
%38.94
%43.36

CMYK color model

#142C31 color CMYK value is (59,10,0,81).

  • cyan value is 59.18%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(59,10,0,81)
C59M10Y0K81 
(59%,10%,0%,81%)
(0.59/0.10/0.00/0.81)	

CMYK percentages

%59.18
%10.2
%0
%80.78

Codes

Color #142C31 in popluar color models

142C31
RGB204449
HSL190°42.03%13.53%
HSB/HSV190°59.18%19.22%
CMYK59.18%10.20%0.00%
80.78%

Color #142C31 in popluar number systems.

HEX142C31
Decimal204449
Binary10100101100110001
Octal245461

Shades and tints

Shades of #142C31

#142C31
(20,44,49)
#13282D
(19,40,45)
#122429
(18,36,41)
#112025
(17,32,37)
#101C21
(16,28,33)
#0F181D
(15,24,29)
#0E1419
(14,20,25)
#0D1015
(13,16,21)
#0C0C11
(12,12,17)
#0B080D
(11,8,13)
#0A0409
(10,4,9)
#000000
(0,0,0)

Tints of #142C31

#142C31
(20,44,49)
#293F43
(41,63,67)
#3E5255
(62,82,85)
#536567
(83,101,103)
#687879
(104,120,121)
#7D8B8B
(125,139,139)
#929E9D
(146,158,157)
#A7B1AF
(167,177,175)
#BCC4C1
(188,196,193)
#D1D7D3
(209,215,211)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142C31; }

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

This text font color is #142C31.


Background Color

.myBgColor { background-color: #142C31; }

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

This div background color is #142C31.


Border color

.myBorderColor { border: 1px solid #142C31; }

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

This div border color is #142C31.


Opacity

.myOpacity80 { color: #142C31; opacity: 0.8; }

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

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

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

This text has shadow with #142C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142C31 on black background.


Color preview on white background

This text has color #142C31 on white background.



Black color preview on #142C31 background

This text has black color on #142C31 background.


White color preview on #142C31 background

This text has white color on #142C31 background.