COLOR #143039

HEX: #143039
RGB: (20,48,57)

Color info

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

RGB color model

#143039 color RGB value is (20,48,57).

  • red value is 20;
  • green value is 48;
  • blue value is 57.
RGB:
(20,48,57)
(8%,19%,22%)

RGB channels and saturation

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

20
48
57

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

Portions of RGB colors in percentages

R + G + B =
20 + 48 + 57 = 125 (100%)
R 20 of 125 ~ 16%
G 48 of 125 ~ 38.4%
B 57 of 125 ~ 45.6%

%16
%38.4
%45.6

CMYK color model

#143039 color CMYK value is (65,16,0,78).

  • cyan value is 64.91%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(65,16,0,78)
C65M16Y0K78 
(65%,16%,0%,78%)
(0.65/0.16/0.00/0.78)	

CMYK percentages

%64.91
%15.79
%0
%77.65

Codes

Color #143039 in popluar color models

143039
RGB204857
HSL195°48.05%15.10%
HSB/HSV195°64.91%22.35%
CMYK64.91%15.79%0.00%
77.65%

Color #143039 in popluar number systems.

HEX143039
Decimal204857
Binary10100110000111001
Octal246071

Shades and tints

Shades of #143039

#143039
(20,48,57)
#132C34
(19,44,52)
#12282F
(18,40,47)
#11242A
(17,36,42)
#102025
(16,32,37)
#0F1C20
(15,28,32)
#0E181B
(14,24,27)
#0D1416
(13,20,22)
#0C1011
(12,16,17)
#0B0C0C
(11,12,12)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #143039

#143039
(20,48,57)
#29424B
(41,66,75)
#3E545D
(62,84,93)
#53666F
(83,102,111)
#687881
(104,120,129)
#7D8A93
(125,138,147)
#929CA5
(146,156,165)
#A7AEB7
(167,174,183)
#BCC0C9
(188,192,201)
#D1D2DB
(209,210,219)
#E6E4ED
(230,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143039; }

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

This text font color is #143039.


Background Color

.myBgColor { background-color: #143039; }

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

This div background color is #143039.


Border color

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

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

This div border color is #143039.


Opacity

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

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

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

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

This text has shadow with #143039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143039 on black background.


Color preview on white background

This text has color #143039 on white background.



Black color preview on #143039 background

This text has black color on #143039 background.


White color preview on #143039 background

This text has white color on #143039 background.