COLOR #142F46

HEX: #142F46
RGB: (20,47,70)

Color info

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

RGB color model

#142F46 color RGB value is (20,47,70).

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

RGB channels and saturation

R 20 of 255 = 8%
G 47 of 255 = 18%
B 70 of 255 = 27%

20
47
70

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

Portions of RGB colors in percentages

R + G + B =
20 + 47 + 70 = 137 (100%)
R 20 of 137 ~ 14.6%
G 47 of 137 ~ 34.31%
B 70 of 137 ~ 51.09%

%14.6
%34.31
%51.09

CMYK color model

#142F46 color CMYK value is (71,33,0,73).

  • cyan value is 71.43%
  • magenta value is 32.86%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(71,33,0,73)
C71M33Y0K73 
(71%,33%,0%,73%)
(0.71/0.33/0.00/0.73)	

CMYK percentages

%71.43
%32.86
%0
%72.55

Codes

Color #142F46 in popluar color models

142F46
RGB204770
HSL208°55.56%17.65%
HSB/HSV208°71.43%27.45%
CMYK71.43%32.86%0.00%
72.55%

Color #142F46 in popluar number systems.

HEX142F46
Decimal204770
Binary101001011111000110
Octal2457106

Shades and tints

Shades of #142F46

#142F46
(20,47,70)
#132B40
(19,43,64)
#12273A
(18,39,58)
#112334
(17,35,52)
#101F2E
(16,31,46)
#0F1B28
(15,27,40)
#0E1722
(14,23,34)
#0D131C
(13,19,28)
#0C0F16
(12,15,22)
#0B0B10
(11,11,16)
#0A070A
(10,7,10)
#000000
(0,0,0)

Tints of #142F46

#142F46
(20,47,70)
#294156
(41,65,86)
#3E5366
(62,83,102)
#536576
(83,101,118)
#687786
(104,119,134)
#7D8996
(125,137,150)
#929BA6
(146,155,166)
#A7ADB6
(167,173,182)
#BCBFC6
(188,191,198)
#D1D1D6
(209,209,214)
#E6E3E6
(230,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #142F46; }

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

This text font color is #142F46.


Background Color

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

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

This div background color is #142F46.


Border color

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

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

This div border color is #142F46.


Opacity

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

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

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

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

This text has shadow with #142F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142F46 on black background.


Color preview on white background

This text has color #142F46 on white background.



Black color preview on #142F46 background

This text has black color on #142F46 background.


White color preview on #142F46 background

This text has white color on #142F46 background.