COLOR #143139

HEX: #143139 RGB: (20,49,57)

Color info

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

RGB color model

#143139 color RGB value is (20,49,57).

RGB: (20,49,57) (8%, 19%, 22%)

RGB channels and saturation

R 20 of 255 = 8%
G 49 of 255 = 19%
B 57 of 255 = 22%

20
49
57

R + G + B ~ 16%. #143139 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 49 + 57 = 126 (100%)
R 20 of 126 ~ 15.87%
G 49 of 126 ~ 38.89%
B 57 of 126 ~ 45.24'%

%15.87
%38.89
%45.24

CMYK color model

#143139 color CMYK value is (65,14,0,78).

  • cyan value is 64.91%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 77.65%

CMYK: (65,14,0,78)
C65M14Y0K78 (65%, 14%, 0%, 78%)
(0.65 / 0.14 / 0.00 / 0.78)

CMYK percentages

%64.91
%14.04
%0
%77.65

Codes

Color #143139 in popluar color models

14 31 39
RGB 20 49 57
HSL 193° 48.05% 15.10%
HSB/HSV 193° 64.91% 22.35%
CMYK 64.91% 14.04% 0.00%
77.65%

Color #143139 in popluar number systems.

HEX 14 31 39
Decimal 20 49 57
Binary 10100 110001 111001
Octal 24 61 71

Shades and tints

Shades of #143139

#143139
(20,49,57)
#132D34
(19,45,52)
#12292F
(18,41,47)
#11252A
(17,37,42)
#102125
(16,33,37)
#0F1D20
(15,29,32)
#0E191B
(14,25,27)
#0D1516
(13,21,22)
#0C1111
(12,17,17)
#0B0D0C
(11,13,12)
#0A0907
(10,9,7)
#000000
(0,0,0)

Tints of #143139

#143139
(20,49,57)
#29434B
(41,67,75)
#3E555D
(62,85,93)
#53676F
(83,103,111)
#687981
(104,121,129)
#7D8B93
(125,139,147)
#929DA5
(146,157,165)
#A7AFB7
(167,175,183)
#BCC1C9
(188,193,201)
#D1D3DB
(209,211,219)
#E6E5ED
(230,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143139 color. Also use rgb(20,49,57) instead hex code.

Text Font Color

.myTextColor { color: #143139; }

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

This text font color is #143139.

Background Color

.myBgColor { background-color: #143139; }

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

This div background color is #143139.

Border color

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

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

This div border color is #143139.

Opacity

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

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

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

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

This text has shadow with #143139 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #143139.

Preview

Color preview on black background

This text has color #143139 on black background.


Color preview on white background

This text has color #143139 on white background.


Black color preview on #143139 background

This text has black color on #143139 background.


White color preview on #143139 background

This text has white color on #143139 background.


Related colors

Complementary color

Complementary color for #hex is #EBCEC6.


I love getcolorcode.com

Triadic colors

1 #391431 and #313914 with #143139 are triadic colors.

2 #393114 and #311439 with #143139 are triadic colors.