COLOR #142238

HEX: #142238
RGB: (20,34,56)

Color info

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

RGB color model

#142238 color RGB value is (20,34,56).

  • red value is 20;
  • green value is 34;
  • blue value is 56.
RGB:
(20,34,56)
(8%,13%,22%)

RGB channels and saturation

R 20 of 255 = 8%
G 34 of 255 = 13%
B 56 of 255 = 22%

20
34
56

R + G + B ~ 14%. #142238 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 34 + 56 = 110 (100%)
R 20 of 110 ~ 18.18%
G 34 of 110 ~ 30.91%
B 56 of 110 ~ 50.91%

%18.18
%30.91
%50.91

CMYK color model

#142238 color CMYK value is (64,39,0,78).

  • cyan value is 64.29%
  • magenta value is 39.29%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(64,39,0,78)
C64M39Y0K78 
(64%,39%,0%,78%)
(0.64/0.39/0.00/0.78)	

CMYK percentages

%64.29
%39.29
%0
%78.04

Codes

Color #142238 in popluar color models

142238
RGB203456
HSL217°47.37%14.90%
HSB/HSV217°64.29%21.96%
CMYK64.29%39.29%0.00%
78.04%

Color #142238 in popluar number systems.

HEX142238
Decimal203456
Binary10100100010111000
Octal244270

Shades and tints

Shades of #142238

#142238
(20,34,56)
#131F33
(19,31,51)
#121C2E
(18,28,46)
#111929
(17,25,41)
#101624
(16,22,36)
#0F131F
(15,19,31)
#0E101A
(14,16,26)
#0D0D15
(13,13,21)
#0C0A10
(12,10,16)
#0B070B
(11,7,11)
#0A0406
(10,4,6)
#000000
(0,0,0)

Tints of #142238

#142238
(20,34,56)
#29364A
(41,54,74)
#3E4A5C
(62,74,92)
#535E6E
(83,94,110)
#687280
(104,114,128)
#7D8692
(125,134,146)
#929AA4
(146,154,164)
#A7AEB6
(167,174,182)
#BCC2C8
(188,194,200)
#D1D6DA
(209,214,218)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #142238 color. Also use rgb(20,34,56) instead hex code.

Text Font Color

.myTextColor { color: #142238; }

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

This text font color is #142238.


Background Color

.myBgColor { background-color: #142238; }

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

This div background color is #142238.


Border color

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

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

This div border color is #142238.


Opacity

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

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

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

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

This text has shadow with #142238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #142238 on black background.


Color preview on white background

This text has color #142238 on white background.



Black color preview on #142238 background

This text has black color on #142238 background.


White color preview on #142238 background

This text has white color on #142238 background.