COLOR #143228

HEX: #143228
RGB: (20,50,40)

Color info

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

RGB color model

#143228 color RGB value is (20,50,40).

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

RGB channels and saturation

R 20 of 255 = 8%
G 50 of 255 = 20%
B 40 of 255 = 16%

20
50
40

R + G + B ~ 15%. #143228 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 50 + 40 = 110 (100%)
R 20 of 110 ~ 18.18%
G 50 of 110 ~ 45.45%
B 40 of 110 ~ 36.36%

%18.18
%45.45
%36.36

CMYK color model

#143228 color CMYK value is (60,0,20,80).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 80.39%
CMYK:
(60,0,20,80)
C60M0Y20K80 
(60%,0%,20%,80%)
(0.60/0.00/0.20/0.80)	

CMYK percentages

%60
%0
%20
%80.39

Codes

Color #143228 in popluar color models

143228
RGB205040
HSL160°42.86%13.73%
HSB/HSV160°60.00%19.61%
CMYK60.00%0.00%20.00%
80.39%

Color #143228 in popluar number systems.

HEX143228
Decimal205040
Binary10100110010101000
Octal246250

Shades and tints

Shades of #143228

#143228
(20,50,40)
#132E25
(19,46,37)
#122A22
(18,42,34)
#11261F
(17,38,31)
#10221C
(16,34,28)
#0F1E19
(15,30,25)
#0E1A16
(14,26,22)
#0D1613
(13,22,19)
#0C1210
(12,18,16)
#0B0E0D
(11,14,13)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #143228

#143228
(20,50,40)
#29443B
(41,68,59)
#3E564E
(62,86,78)
#536861
(83,104,97)
#687A74
(104,122,116)
#7D8C87
(125,140,135)
#929E9A
(146,158,154)
#A7B0AD
(167,176,173)
#BCC2C0
(188,194,192)
#D1D4D3
(209,212,211)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143228; }

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

This text font color is #143228.


Background Color

.myBgColor { background-color: #143228; }

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

This div background color is #143228.


Border color

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

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

This div border color is #143228.


Opacity

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

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

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

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

This text has shadow with #143228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143228 on black background.


Color preview on white background

This text has color #143228 on white background.



Black color preview on #143228 background

This text has black color on #143228 background.


White color preview on #143228 background

This text has white color on #143228 background.