COLOR #143141

HEX: #143141
RGB: (20,49,65)

Color info

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

RGB color model

#143141 color RGB value is (20,49,65).

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

RGB channels and saturation

R 20 of 255 = 8%
G 49 of 255 = 19%
B 65 of 255 = 25%

20
49
65

R + G + B ~ 17%. #143141 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 49 + 65 = 134 (100%)
R 20 of 134 ~ 14.93%
G 49 of 134 ~ 36.57%
B 65 of 134 ~ 48.51%

%14.93
%36.57
%48.51

CMYK color model

#143141 color CMYK value is (69,25,0,75).

  • cyan value is 69.23%
  • magenta value is 24.62%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(69,25,0,75)
C69M25Y0K75 
(69%,25%,0%,75%)
(0.69/0.25/0.00/0.75)	

CMYK percentages

%69.23
%24.62
%0
%74.51

Codes

Color #143141 in popluar color models

143141
RGB204965
HSL201°52.94%16.67%
HSB/HSV201°69.23%25.49%
CMYK69.23%24.62%0.00%
74.51%

Color #143141 in popluar number systems.

HEX143141
Decimal204965
Binary101001100011000001
Octal2461101

Shades and tints

Shades of #143141

#143141
(20,49,65)
#132D3C
(19,45,60)
#122937
(18,41,55)
#112532
(17,37,50)
#10212D
(16,33,45)
#0F1D28
(15,29,40)
#0E1923
(14,25,35)
#0D151E
(13,21,30)
#0C1119
(12,17,25)
#0B0D14
(11,13,20)
#0A090F
(10,9,15)
#000000
(0,0,0)

Tints of #143141

#143141
(20,49,65)
#294352
(41,67,82)
#3E5563
(62,85,99)
#536774
(83,103,116)
#687985
(104,121,133)
#7D8B96
(125,139,150)
#929DA7
(146,157,167)
#A7AFB8
(167,175,184)
#BCC1C9
(188,193,201)
#D1D3DA
(209,211,218)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143141; }

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

This text font color is #143141.


Background Color

.myBgColor { background-color: #143141; }

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

This div background color is #143141.


Border color

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

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

This div border color is #143141.


Opacity

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

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

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

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

This text has shadow with #143141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143141 on black background.


Color preview on white background

This text has color #143141 on white background.



Black color preview on #143141 background

This text has black color on #143141 background.


White color preview on #143141 background

This text has white color on #143141 background.