COLOR #143033

HEX: #143033
RGB: (20,48,51)

Color info

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

RGB color model

#143033 color RGB value is (20,48,51).

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

RGB channels and saturation

R 20 of 255 = 8%
G 48 of 255 = 19%
B 51 of 255 = 20%

20
48
51

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

Portions of RGB colors in percentages

R + G + B =
20 + 48 + 51 = 119 (100%)
R 20 of 119 ~ 16.81%
G 48 of 119 ~ 40.34%
B 51 of 119 ~ 42.86%

%16.81
%40.34
%42.86

CMYK color model

#143033 color CMYK value is (61,6,0,80).

  • cyan value is 60.78%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(61,6,0,80)
C61M6Y0K80 
(61%,6%,0%,80%)
(0.61/0.06/0.00/0.80)	

CMYK percentages

%60.78
%5.88
%0
%80

Codes

Color #143033 in popluar color models

143033
RGB204851
HSL186°43.66%13.92%
HSB/HSV186°60.78%20.00%
CMYK60.78%5.88%0.00%
80.00%

Color #143033 in popluar number systems.

HEX143033
Decimal204851
Binary10100110000110011
Octal246063

Shades and tints

Shades of #143033

#143033
(20,48,51)
#132C2F
(19,44,47)
#12282B
(18,40,43)
#112427
(17,36,39)
#102023
(16,32,35)
#0F1C1F
(15,28,31)
#0E181B
(14,24,27)
#0D1417
(13,20,23)
#0C1013
(12,16,19)
#0B0C0F
(11,12,15)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #143033

#143033
(20,48,51)
#294245
(41,66,69)
#3E5457
(62,84,87)
#536669
(83,102,105)
#68787B
(104,120,123)
#7D8A8D
(125,138,141)
#929C9F
(146,156,159)
#A7AEB1
(167,174,177)
#BCC0C3
(188,192,195)
#D1D2D5
(209,210,213)
#E6E4E7
(230,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143033; }

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

This text font color is #143033.


Background Color

.myBgColor { background-color: #143033; }

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

This div background color is #143033.


Border color

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

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

This div border color is #143033.


Opacity

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

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

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

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

This text has shadow with #143033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #143033 on black background.


Color preview on white background

This text has color #143033 on white background.



Black color preview on #143033 background

This text has black color on #143033 background.


White color preview on #143033 background

This text has white color on #143033 background.