COLOR #142E2F

HEX: #142E2F
RGB: (20,46,47)

Color info

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

RGB color model

#142E2F color RGB value is (20,46,47).

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

RGB channels and saturation

R 20 of 255 = 8%
G 46 of 255 = 18%
B 47 of 255 = 18%

20
46
47

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

Portions of RGB colors in percentages

R + G + B =
20 + 46 + 47 = 113 (100%)
R 20 of 113 ~ 17.7%
G 46 of 113 ~ 40.71%
B 47 of 113 ~ 41.59%

%17.7
%40.71
%41.59

CMYK color model

#142E2F color CMYK value is (57,2,0,82).

  • cyan value is 57.45%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(57,2,0,82)
C57M2Y0K82 
(57%,2%,0%,82%)
(0.57/0.02/0.00/0.82)	

CMYK percentages

%57.45
%2.13
%0
%81.57

Codes

Color #142E2F in popluar color models

142E2F
RGB204647
HSL182°40.30%13.14%
HSB/HSV182°57.45%18.43%
CMYK57.45%2.13%0.00%
81.57%

Color #142E2F in popluar number systems.

HEX142E2F
Decimal204647
Binary10100101110101111
Octal245657

Shades and tints

Shades of #142E2F

#142E2F
(20,46,47)
#132A2B
(19,42,43)
#122627
(18,38,39)
#112223
(17,34,35)
#101E1F
(16,30,31)
#0F1A1B
(15,26,27)
#0E1617
(14,22,23)
#0D1213
(13,18,19)
#0C0E0F
(12,14,15)
#0B0A0B
(11,10,11)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #142E2F

#142E2F
(20,46,47)
#294141
(41,65,65)
#3E5453
(62,84,83)
#536765
(83,103,101)
#687A77
(104,122,119)
#7D8D89
(125,141,137)
#92A09B
(146,160,155)
#A7B3AD
(167,179,173)
#BCC6BF
(188,198,191)
#D1D9D1
(209,217,209)
#E6ECE3
(230,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142E2F; }

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

This text font color is #142E2F.


Background Color

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

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

This div background color is #142E2F.


Border color

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

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

This div border color is #142E2F.


Opacity

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

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

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

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

This text has shadow with #142E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142E2F on black background.


Color preview on white background

This text has color #142E2F on white background.



Black color preview on #142E2F background

This text has black color on #142E2F background.


White color preview on #142E2F background

This text has white color on #142E2F background.