COLOR #143332

HEX: #143332
RGB: (20,51,50)

Color info

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

RGB color model

#143332 color RGB value is (20,51,50).

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

RGB channels and saturation

R 20 of 255 = 8%
G 51 of 255 = 20%
B 50 of 255 = 20%

20
51
50

R + G + B ~ 16%. #143332 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 51 + 50 = 121 (100%)
R 20 of 121 ~ 16.53%
G 51 of 121 ~ 42.15%
B 50 of 121 ~ 41.32%

%16.53
%42.15
%41.32

CMYK color model

#143332 color CMYK value is (61,0,2,80).

  • cyan value is 60.78%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 80.00%
CMYK:
(61,0,2,80)
C61M0Y2K80 
(61%,0%,2%,80%)
(0.61/0.00/0.02/0.80)	

CMYK percentages

%60.78
%0
%1.96
%80

Codes

Color #143332 in popluar color models

143332
RGB205150
HSL178°43.66%13.92%
HSB/HSV178°60.78%20.00%
CMYK60.78%0.00%1.96%
80.00%

Color #143332 in popluar number systems.

HEX143332
Decimal205150
Binary10100110011110010
Octal246362

Shades and tints

Shades of #143332

#143332
(20,51,50)
#132F2E
(19,47,46)
#122B2A
(18,43,42)
#112726
(17,39,38)
#102322
(16,35,34)
#0F1F1E
(15,31,30)
#0E1B1A
(14,27,26)
#0D1716
(13,23,22)
#0C1312
(12,19,18)
#0B0F0E
(11,15,14)
#0A0B0A
(10,11,10)
#000000
(0,0,0)

Tints of #143332

#143332
(20,51,50)
#294544
(41,69,68)
#3E5756
(62,87,86)
#536968
(83,105,104)
#687B7A
(104,123,122)
#7D8D8C
(125,141,140)
#929F9E
(146,159,158)
#A7B1B0
(167,177,176)
#BCC3C2
(188,195,194)
#D1D5D4
(209,213,212)
#E6E7E6
(230,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143332; }

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

This text font color is #143332.


Background Color

.myBgColor { background-color: #143332; }

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

This div background color is #143332.


Border color

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

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

This div border color is #143332.


Opacity

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

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

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

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

This text has shadow with #143332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143332 on black background.


Color preview on white background

This text has color #143332 on white background.



Black color preview on #143332 background

This text has black color on #143332 background.


White color preview on #143332 background

This text has white color on #143332 background.