COLOR #142E3B

HEX: #142E3B
RGB: (20,46,59)

Color info

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

RGB color model

#142E3B color RGB value is (20,46,59).

  • red value is 20;
  • green value is 46;
  • blue value is 59.
RGB:
(20,46,59)
(8%,18%,23%)

RGB channels and saturation

R 20 of 255 = 8%
G 46 of 255 = 18%
B 59 of 255 = 23%

20
46
59

R + G + B ~ 16%. #142E3B is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 46 + 59 = 125 (100%)
R 20 of 125 ~ 16%
G 46 of 125 ~ 36.8%
B 59 of 125 ~ 47.2%

%16
%36.8
%47.2

CMYK color model

#142E3B color CMYK value is (66,22,0,77).

  • cyan value is 66.10%
  • magenta value is 22.03%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(66,22,0,77)
C66M22Y0K77 
(66%,22%,0%,77%)
(0.66/0.22/0.00/0.77)	

CMYK percentages

%66.1
%22.03
%0
%76.86

Codes

Color #142E3B in popluar color models

142E3B
RGB204659
HSL200°49.37%15.49%
HSB/HSV200°66.10%23.14%
CMYK66.10%22.03%0.00%
76.86%

Color #142E3B in popluar number systems.

HEX142E3B
Decimal204659
Binary10100101110111011
Octal245673

Shades and tints

Shades of #142E3B

#142E3B
(20,46,59)
#132A36
(19,42,54)
#122631
(18,38,49)
#11222C
(17,34,44)
#101E27
(16,30,39)
#0F1A22
(15,26,34)
#0E161D
(14,22,29)
#0D1218
(13,18,24)
#0C0E13
(12,14,19)
#0B0A0E
(11,10,14)
#0A0609
(10,6,9)
#000000
(0,0,0)

Tints of #142E3B

#142E3B
(20,46,59)
#29414C
(41,65,76)
#3E545D
(62,84,93)
#53676E
(83,103,110)
#687A7F
(104,122,127)
#7D8D90
(125,141,144)
#92A0A1
(146,160,161)
#A7B3B2
(167,179,178)
#BCC6C3
(188,198,195)
#D1D9D4
(209,217,212)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142E3B color. Also use rgb(20,46,59) instead hex code.

Text Font Color

.myTextColor { color: #142E3B; }

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

This text font color is #142E3B.


Background Color

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

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

This div background color is #142E3B.


Border color

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

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

This div border color is #142E3B.


Opacity

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

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

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

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

This text has shadow with #142E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142E3B on black background.


Color preview on white background

This text has color #142E3B on white background.



Black color preview on #142E3B background

This text has black color on #142E3B background.


White color preview on #142E3B background

This text has white color on #142E3B background.