COLOR #142350

HEX: #142350
RGB: (20,35,80)

Color info

#142350 contains mainly green and blue colors. Web safe color of #142350 is #003366 (or #036).

RGB color model

#142350 color RGB value is (20,35,80).

  • red value is 20;
  • green value is 35;
  • blue value is 80.
RGB:
(20,35,80)
(8%,14%,31%)

RGB channels and saturation

R 20 of 255 = 8%
G 35 of 255 = 14%
B 80 of 255 = 31%

20
35
80

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

Portions of RGB colors in percentages

R + G + B =
20 + 35 + 80 = 135 (100%)
R 20 of 135 ~ 14.81%
G 35 of 135 ~ 25.93%
B 80 of 135 ~ 59.26%

%14.81
%25.93
%59.26

CMYK color model

#142350 color CMYK value is (75,56,0,69).

  • cyan value is 75.00%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK:
(75,56,0,69)
C75M56Y0K69 
(75%,56%,0%,69%)
(0.75/0.56/0.00/0.69)	

CMYK percentages

%75
%56.25
%0
%68.63

Codes

Color #142350 in popluar color models

142350
RGB203580
HSL225°60.00%19.61%
HSB/HSV225°75.00%31.37%
CMYK75.00%56.25%0.00%
68.63%

Color #142350 in popluar number systems.

HEX142350
Decimal203580
Binary101001000111010000
Octal2443120

Shades and tints

Shades of #142350

#142350
(20,35,80)
#132049
(19,32,73)
#121D42
(18,29,66)
#111A3B
(17,26,59)
#101734
(16,23,52)
#0F142D
(15,20,45)
#0E1126
(14,17,38)
#0D0E1F
(13,14,31)
#0C0B18
(12,11,24)
#0B0811
(11,8,17)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #142350

#142350
(20,35,80)
#29375F
(41,55,95)
#3E4B6E
(62,75,110)
#535F7D
(83,95,125)
#68738C
(104,115,140)
#7D879B
(125,135,155)
#929BAA
(146,155,170)
#A7AFB9
(167,175,185)
#BCC3C8
(188,195,200)
#D1D7D7
(209,215,215)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142350 color. Also use rgb(20,35,80) instead hex code.

Text Font Color

.myTextColor { color: #142350; }

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

This text font color is #142350.


Background Color

.myBgColor { background-color: #142350; }

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

This div background color is #142350.


Border color

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

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

This div border color is #142350.


Opacity

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

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

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

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

This text has shadow with #142350 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142350 on black background.


Color preview on white background

This text has color #142350 on white background.



Black color preview on #142350 background

This text has black color on #142350 background.


White color preview on #142350 background

This text has white color on #142350 background.