COLOR #143142

HEX: #143142
RGB: (20,49,66)

Color info

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

RGB color model

#143142 color RGB value is (20,49,66).

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

RGB channels and saturation

R 20 of 255 = 8%
G 49 of 255 = 19%
B 66 of 255 = 26%

20
49
66

R + G + B ~ 18%. #143142 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 49 + 66 = 135 (100%)
R 20 of 135 ~ 14.81%
G 49 of 135 ~ 36.3%
B 66 of 135 ~ 48.89%

%14.81
%36.3
%48.89

CMYK color model

#143142 color CMYK value is (70,26,0,74).

  • cyan value is 69.70%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(70,26,0,74)
C70M26Y0K74 
(70%,26%,0%,74%)
(0.70/0.26/0.00/0.74)	

CMYK percentages

%69.7
%25.76
%0
%74.12

Codes

Color #143142 in popluar color models

143142
RGB204966
HSL202°53.49%16.86%
HSB/HSV202°69.70%25.88%
CMYK69.70%25.76%0.00%
74.12%

Color #143142 in popluar number systems.

HEX143142
Decimal204966
Binary101001100011000010
Octal2461102

Shades and tints

Shades of #143142

#143142
(20,49,66)
#132D3C
(19,45,60)
#122936
(18,41,54)
#112530
(17,37,48)
#10212A
(16,33,42)
#0F1D24
(15,29,36)
#0E191E
(14,25,30)
#0D1518
(13,21,24)
#0C1112
(12,17,18)
#0B0D0C
(11,13,12)
#0A0906
(10,9,6)
#000000
(0,0,0)

Tints of #143142

#143142
(20,49,66)
#294353
(41,67,83)
#3E5564
(62,85,100)
#536775
(83,103,117)
#687986
(104,121,134)
#7D8B97
(125,139,151)
#929DA8
(146,157,168)
#A7AFB9
(167,175,185)
#BCC1CA
(188,193,202)
#D1D3DB
(209,211,219)
#E6E5EC
(230,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143142; }

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

This text font color is #143142.


Background Color

.myBgColor { background-color: #143142; }

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

This div background color is #143142.


Border color

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

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

This div border color is #143142.


Opacity

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

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

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

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

This text has shadow with #143142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143142 on black background.


Color preview on white background

This text has color #143142 on white background.



Black color preview on #143142 background

This text has black color on #143142 background.


White color preview on #143142 background

This text has white color on #143142 background.