COLOR #143745

HEX: #143745
RGB: (20,55,69)

Color info

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

RGB color model

#143745 color RGB value is (20,55,69).

  • red value is 20;
  • green value is 55;
  • blue value is 69.
RGB:
(20,55,69)
(8%,22%,27%)

RGB channels and saturation

R 20 of 255 = 8%
G 55 of 255 = 22%
B 69 of 255 = 27%

20
55
69

R + G + B ~ 19%. #143745 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 55 + 69 = 144 (100%)
R 20 of 144 ~ 13.89%
G 55 of 144 ~ 38.19%
B 69 of 144 ~ 47.92%

%13.89
%38.19
%47.92

CMYK color model

#143745 color CMYK value is (71,20,0,73).

  • cyan value is 71.01%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(71,20,0,73)
C71M20Y0K73 
(71%,20%,0%,73%)
(0.71/0.20/0.00/0.73)	

CMYK percentages

%71.01
%20.29
%0
%72.94

Codes

Color #143745 in popluar color models

143745
RGB205569
HSL197°55.06%17.45%
HSB/HSV197°71.01%27.06%
CMYK71.01%20.29%0.00%
72.94%

Color #143745 in popluar number systems.

HEX143745
Decimal205569
Binary101001101111000101
Octal2467105

Shades and tints

Shades of #143745

#143745
(20,55,69)
#13323F
(19,50,63)
#122D39
(18,45,57)
#112833
(17,40,51)
#10232D
(16,35,45)
#0F1E27
(15,30,39)
#0E1921
(14,25,33)
#0D141B
(13,20,27)
#0C0F15
(12,15,21)
#0B0A0F
(11,10,15)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #143745

#143745
(20,55,69)
#294955
(41,73,85)
#3E5B65
(62,91,101)
#536D75
(83,109,117)
#687F85
(104,127,133)
#7D9195
(125,145,149)
#92A3A5
(146,163,165)
#A7B5B5
(167,181,181)
#BCC7C5
(188,199,197)
#D1D9D5
(209,217,213)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143745; }

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

This text font color is #143745.


Background Color

.myBgColor { background-color: #143745; }

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

This div background color is #143745.


Border color

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

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

This div border color is #143745.


Opacity

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

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

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

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

This text has shadow with #143745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143745 on black background.


Color preview on white background

This text has color #143745 on white background.



Black color preview on #143745 background

This text has black color on #143745 background.


White color preview on #143745 background

This text has white color on #143745 background.