COLOR #143755

HEX: #143755 RGB: (20,55,85)

Color info

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

RGB color model

#143755 color RGB value is (20,55,85).

RGB: (20,55,85) (8%, 22%, 33%)

RGB channels and saturation

R 20 of 255 = 8%
G 55 of 255 = 22%
B 85 of 255 = 33%

20
55
85

R + G + B ~ 21%. #143755 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 55 + 85 = 160 (100%)
R 20 of 160 ~ 12.5%
G 55 of 160 ~ 34.38%
B 85 of 160 ~ 53.13'%

%12.5
%34.38
%53.13

CMYK color model

#143755 color CMYK value is (76,35,0,67).

  • cyan value is 76.47%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (76,35,0,67)
C76M35Y0K67 (76%, 35%, 0%, 67%)
(0.76 / 0.35 / 0.00 / 0.67)

CMYK percentages

%76.47
%35.29
%0
%66.67

Codes

Color #143755 in popluar color models

14 37 55
RGB 20 55 85
HSL 208° 61.90% 20.59%
HSB/HSV 208° 76.47% 33.33%
CMYK 76.47% 35.29% 0.00%
66.67%

Color #143755 in popluar number systems.

HEX 14 37 55
Decimal 20 55 85
Binary 10100 110111 1010101
Octal 24 67 125

Shades and tints

Shades of #143755

#143755
(20,55,85)
#13324E
(19,50,78)
#122D47
(18,45,71)
#112840
(17,40,64)
#102339
(16,35,57)
#0F1E32
(15,30,50)
#0E192B
(14,25,43)
#0D1424
(13,20,36)
#0C0F1D
(12,15,29)
#0B0A16
(11,10,22)
#0A050F
(10,5,15)
#000000
(0,0,0)

Tints of #143755

#143755
(20,55,85)
#294964
(41,73,100)
#3E5B73
(62,91,115)
#536D82
(83,109,130)
#687F91
(104,127,145)
#7D91A0
(125,145,160)
#92A3AF
(146,163,175)
#A7B5BE
(167,181,190)
#BCC7CD
(188,199,205)
#D1D9DC
(209,217,220)
#E6EBEB
(230,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143755 color. Also use rgb(20,55,85) instead hex code.

Text Font Color

.myTextColor { color: #143755; }

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

This text font color is #143755.

Background Color

.myBgColor { background-color: #143755; }

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

This div background color is #143755.

Border color

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

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

This div border color is #143755.

Opacity

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

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

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

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

This text has shadow with #143755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #143755.

Preview

Color preview on black background

This text has color #143755 on black background.


Color preview on white background

This text has color #143755 on white background.


Black color preview on #143755 background

This text has black color on #143755 background.


White color preview on #143755 background

This text has white color on #143755 background.


Related colors

Complementary color

Complementary color for #hex is #EBC8AA.


I love getcolorcode.com

Triadic colors

1 #551437 and #375514 with #143755 are triadic colors.

2 #553714 and #371455 with #143755 are triadic colors.