COLOR #143641

HEX: #143641
RGB: (20,54,65)

Color info

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

RGB color model

#143641 color RGB value is (20,54,65).

  • red value is 20;
  • green value is 54;
  • blue value is 65.
RGB:
(20,54,65)
(8%,21%,25%)

RGB channels and saturation

R 20 of 255 = 8%
G 54 of 255 = 21%
B 65 of 255 = 25%

20
54
65

R + G + B ~ 18%. #143641 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 54 + 65 = 139 (100%)
R 20 of 139 ~ 14.39%
G 54 of 139 ~ 38.85%
B 65 of 139 ~ 46.76%

%14.39
%38.85
%46.76

CMYK color model

#143641 color CMYK value is (69,17,0,75).

  • cyan value is 69.23%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(69,17,0,75)
C69M17Y0K75 
(69%,17%,0%,75%)
(0.69/0.17/0.00/0.75)	

CMYK percentages

%69.23
%16.92
%0
%74.51

Codes

Color #143641 in popluar color models

143641
RGB205465
HSL195°52.94%16.67%
HSB/HSV195°69.23%25.49%
CMYK69.23%16.92%0.00%
74.51%

Color #143641 in popluar number systems.

HEX143641
Decimal205465
Binary101001101101000001
Octal2466101

Shades and tints

Shades of #143641

#143641
(20,54,65)
#13323C
(19,50,60)
#122E37
(18,46,55)
#112A32
(17,42,50)
#10262D
(16,38,45)
#0F2228
(15,34,40)
#0E1E23
(14,30,35)
#0D1A1E
(13,26,30)
#0C1619
(12,22,25)
#0B1214
(11,18,20)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #143641

#143641
(20,54,65)
#294852
(41,72,82)
#3E5A63
(62,90,99)
#536C74
(83,108,116)
#687E85
(104,126,133)
#7D9096
(125,144,150)
#92A2A7
(146,162,167)
#A7B4B8
(167,180,184)
#BCC6C9
(188,198,201)
#D1D8DA
(209,216,218)
#E6EAEB
(230,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #143641 color. Also use rgb(20,54,65) instead hex code.

Text Font Color

.myTextColor { color: #143641; }

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

This text font color is #143641.


Background Color

.myBgColor { background-color: #143641; }

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

This div background color is #143641.


Border color

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

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

This div border color is #143641.


Opacity

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

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

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

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

This text has shadow with #143641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143641 on black background.


Color preview on white background

This text has color #143641 on white background.



Black color preview on #143641 background

This text has black color on #143641 background.


White color preview on #143641 background

This text has white color on #143641 background.