COLOR #143D53

HEX: #143D53 RGB: (20,61,83)

Color info

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

RGB color model

#143D53 color RGB value is (20,61,83).

RGB: (20,61,83) (8%, 24%, 33%)

RGB channels and saturation

R 20 of 255 = 8%
G 61 of 255 = 24%
B 83 of 255 = 33%

20
61
83

R + G + B ~ 22%. #143D53 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 61 + 83 = 164 (100%)
R 20 of 164 ~ 12.2%
G 61 of 164 ~ 37.2%
B 83 of 164 ~ 50.61'%

%12.2
%37.2
%50.61

CMYK color model

#143D53 color CMYK value is (76,27,0,67).

  • cyan value is 75.90%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (76,27,0,67)
C76M27Y0K67 (76%, 27%, 0%, 67%)
(0.76 / 0.27 / 0.00 / 0.67)

CMYK percentages

%75.9
%26.51
%0
%67.45

Codes

Color #143D53 in popluar color models

14 3D 53
RGB 20 61 83
HSL 201° 61.17% 20.20%
HSB/HSV 201° 75.90% 32.55%
CMYK 75.90% 26.51% 0.00%
67.45%

Color #143D53 in popluar number systems.

HEX 14 3D 53
Decimal 20 61 83
Binary 10100 111101 1010011
Octal 24 75 123

Shades and tints

Shades of #143D53

#143D53
(20,61,83)
#13384C
(19,56,76)
#123345
(18,51,69)
#112E3E
(17,46,62)
#102937
(16,41,55)
#0F2430
(15,36,48)
#0E1F29
(14,31,41)
#0D1A22
(13,26,34)
#0C151B
(12,21,27)
#0B1014
(11,16,20)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #143D53

#143D53
(20,61,83)
#294E62
(41,78,98)
#3E5F71
(62,95,113)
#537080
(83,112,128)
#68818F
(104,129,143)
#7D929E
(125,146,158)
#92A3AD
(146,163,173)
#A7B4BC
(167,180,188)
#BCC5CB
(188,197,203)
#D1D6DA
(209,214,218)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143D53; }

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

This text font color is #143D53.

Background Color

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

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

This div background color is #143D53.

Border color

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

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

This div border color is #143D53.

Opacity

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

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

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

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

This text has shadow with #143D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #143D53.

Preview

Color preview on black background

This text has color #143D53 on black background.


Color preview on white background

This text has color #143D53 on white background.


Black color preview on #143D53 background

This text has black color on #143D53 background.


White color preview on #143D53 background

This text has white color on #143D53 background.


Related colors

Complementary color

Complementary color for #hex is #EBC2AC.


I love getcolorcode.com

Triadic colors

1 #53143D and #3D5314 with #143D53 are triadic colors.

2 #533D14 and #3D1453 with #143D53 are triadic colors.