COLOR #143241

HEX: #143241
RGB: (20,50,65)

Color info

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

RGB color model

#143241 color RGB value is (20,50,65).

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

RGB channels and saturation

R 20 of 255 = 8%
G 50 of 255 = 20%
B 65 of 255 = 25%

20
50
65

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

Portions of RGB colors in percentages

R + G + B =
20 + 50 + 65 = 135 (100%)
R 20 of 135 ~ 14.81%
G 50 of 135 ~ 37.04%
B 65 of 135 ~ 48.15%

%14.81
%37.04
%48.15

CMYK color model

#143241 color CMYK value is (69,23,0,75).

  • cyan value is 69.23%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(69,23,0,75)
C69M23Y0K75 
(69%,23%,0%,75%)
(0.69/0.23/0.00/0.75)	

CMYK percentages

%69.23
%23.08
%0
%74.51

Codes

Color #143241 in popluar color models

143241
RGB205065
HSL200°52.94%16.67%
HSB/HSV200°69.23%25.49%
CMYK69.23%23.08%0.00%
74.51%

Color #143241 in popluar number systems.

HEX143241
Decimal205065
Binary101001100101000001
Octal2462101

Shades and tints

Shades of #143241

#143241
(20,50,65)
#132E3C
(19,46,60)
#122A37
(18,42,55)
#112632
(17,38,50)
#10222D
(16,34,45)
#0F1E28
(15,30,40)
#0E1A23
(14,26,35)
#0D161E
(13,22,30)
#0C1219
(12,18,25)
#0B0E14
(11,14,20)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #143241

#143241
(20,50,65)
#294452
(41,68,82)
#3E5663
(62,86,99)
#536874
(83,104,116)
#687A85
(104,122,133)
#7D8C96
(125,140,150)
#929EA7
(146,158,167)
#A7B0B8
(167,176,184)
#BCC2C9
(188,194,201)
#D1D4DA
(209,212,218)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143241; }

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

This text font color is #143241.


Background Color

.myBgColor { background-color: #143241; }

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

This div background color is #143241.


Border color

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

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

This div border color is #143241.


Opacity

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

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

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

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

This text has shadow with #143241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143241 on black background.


Color preview on white background

This text has color #143241 on white background.



Black color preview on #143241 background

This text has black color on #143241 background.


White color preview on #143241 background

This text has white color on #143241 background.