COLOR #143230

HEX: #143230 RGB: (20,50,48)

Color info

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

RGB color model

#143230 color RGB value is (20,50,48).

RGB: (20,50,48) (8%, 20%, 19%)

RGB channels and saturation

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

20
50
48

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

Portions of RGB colors in percentages

R + G + B = 20 + 50 + 48 = 118 (100%)
R 20 of 118 ~ 16.95%
G 50 of 118 ~ 42.37%
B 48 of 118 ~ 40.68'%

%16.95
%42.37
%40.68

CMYK color model

#143230 color CMYK value is (60,0,4,80).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 80.39%

CMYK: (60,0,4,80)
C60M0Y4K80 (60%, 0%, 4%, 80%)
(0.60 / 0.00 / 0.04 / 0.80)

CMYK percentages

%60
%0
%4
%80.39

Codes

Color #143230 in popluar color models

14 32 30
RGB 20 50 48
HSL 176° 42.86% 13.73%
HSB/HSV 176° 60.00% 19.61%
CMYK 60.00% 0.00% 4.00%
80.39%

Color #143230 in popluar number systems.

HEX 14 32 30
Decimal 20 50 48
Binary 10100 110010 110000
Octal 24 62 60

Shades and tints

Shades of #143230

#143230
(20,50,48)
#132E2C
(19,46,44)
#122A28
(18,42,40)
#112624
(17,38,36)
#102220
(16,34,32)
#0F1E1C
(15,30,28)
#0E1A18
(14,26,24)
#0D1614
(13,22,20)
#0C1210
(12,18,16)
#0B0E0C
(11,14,12)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #143230

#143230
(20,50,48)
#294442
(41,68,66)
#3E5654
(62,86,84)
#536866
(83,104,102)
#687A78
(104,122,120)
#7D8C8A
(125,140,138)
#929E9C
(146,158,156)
#A7B0AE
(167,176,174)
#BCC2C0
(188,194,192)
#D1D4D2
(209,212,210)
#E6E6E4
(230,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143230; }

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

This text font color is #143230.

Background Color

.myBgColor { background-color: #143230; }

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

This div background color is #143230.

Border color

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

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

This div border color is #143230.

Opacity

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

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

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

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

This text has shadow with #143230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #143230.

Preview

Color preview on black background

This text has color #143230 on black background.


Color preview on white background

This text has color #143230 on white background.


Black color preview on #143230 background

This text has black color on #143230 background.


White color preview on #143230 background

This text has white color on #143230 background.


Related colors

Complementary color

Complementary color for #hex is #EBCDCF.


I love getcolorcode.com

Triadic colors

1 #301432 and #323014 with #143230 are triadic colors.

2 #303214 and #321430 with #143230 are triadic colors.