COLOR #143D67

HEX: #143D67
RGB: (20,61,103)

Color info

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

RGB color model

#143D67 color RGB value is (20,61,103).

  • red value is 20;
  • green value is 61;
  • blue value is 103.
RGB:
(20,61,103)
(8%,24%,40%)

RGB channels and saturation

R 20 of 255 = 8%
G 61 of 255 = 24%
B 103 of 255 = 40%

20
61
103

R + G + B ~ 24%. #143D67 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 61 + 103 = 184 (100%)
R 20 of 184 ~ 10.87%
G 61 of 184 ~ 33.15%
B 103 of 184 ~ 55.98%

%10.87
%33.15
%55.98

CMYK color model

#143D67 color CMYK value is (81,41,0,60).

  • cyan value is 80.58%
  • magenta value is 40.78%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(81,41,0,60)
C81M41Y0K60 
(81%,41%,0%,60%)
(0.81/0.41/0.00/0.60)	

CMYK percentages

%80.58
%40.78
%0
%59.61

Codes

Color #143D67 in popluar color models

143D67
RGB2061103
HSL210°67.48%24.12%
HSB/HSV210°80.58%40.39%
CMYK80.58%40.78%0.00%
59.61%

Color #143D67 in popluar number systems.

HEX143D67
Decimal2061103
Binary101001111011100111
Octal2475147

Shades and tints

Shades of #143D67

#143D67
(20,61,103)
#13385E
(19,56,94)
#123355
(18,51,85)
#112E4C
(17,46,76)
#102943
(16,41,67)
#0F243A
(15,36,58)
#0E1F31
(14,31,49)
#0D1A28
(13,26,40)
#0C151F
(12,21,31)
#0B1016
(11,16,22)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #143D67

#143D67
(20,61,103)
#294E74
(41,78,116)
#3E5F81
(62,95,129)
#53708E
(83,112,142)
#68819B
(104,129,155)
#7D92A8
(125,146,168)
#92A3B5
(146,163,181)
#A7B4C2
(167,180,194)
#BCC5CF
(188,197,207)
#D1D6DC
(209,214,220)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143D67 color. Also use rgb(20,61,103) instead hex code.

Text Font Color

.myTextColor { color: #143D67; }

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

This text font color is #143D67.


Background Color

.myBgColor { background-color: #143D67; }

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

This div background color is #143D67.


Border color

.myBorderColor { border: 1px solid #143D67; }

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

This div border color is #143D67.


Opacity

.myOpacity80 { color: #143D67; opacity: 0.8; }

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

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

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

This text has shadow with #143D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143D67 on black background.


Color preview on white background

This text has color #143D67 on white background.



Black color preview on #143D67 background

This text has black color on #143D67 background.


White color preview on #143D67 background

This text has white color on #143D67 background.