COLOR #143225

HEX: #143225 RGB: (20,50,37)

Color info

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

RGB color model

#143225 color RGB value is (20,50,37).

RGB: (20,50,37) (8%, 20%, 15%)

RGB channels and saturation

R 20 of 255 = 8%
G 50 of 255 = 20%
B 37 of 255 = 15%

20
50
37

R + G + B ~ 14%. #143225 is dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 50 + 37 = 107 (100%)
R 20 of 107 ~ 18.69%
G 50 of 107 ~ 46.73%
B 37 of 107 ~ 34.58'%

%18.69
%46.73
%34.58

CMYK color model

#143225 color CMYK value is (60,0,26,80).

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

CMYK: (60,0,26,80)
C60M0Y26K80 (60%, 0%, 26%, 80%)
(0.60 / 0.00 / 0.26 / 0.80)

CMYK percentages

%60
%0
%26
%80.39

Codes

Color #143225 in popluar color models

14 32 25
RGB 20 50 37
HSL 154° 42.86% 13.73%
HSB/HSV 154° 60.00% 19.61%
CMYK 60.00% 0.00% 26.00%
80.39%

Color #143225 in popluar number systems.

HEX 14 32 25
Decimal 20 50 37
Binary 10100 110010 100101
Octal 24 62 45

Shades and tints

Shades of #143225

#143225
(20,50,37)
#132E22
(19,46,34)
#122A1F
(18,42,31)
#11261C
(17,38,28)
#102219
(16,34,25)
#0F1E16
(15,30,22)
#0E1A13
(14,26,19)
#0D1610
(13,22,16)
#0C120D
(12,18,13)
#0B0E0A
(11,14,10)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #143225

#143225
(20,50,37)
#294438
(41,68,56)
#3E564B
(62,86,75)
#53685E
(83,104,94)
#687A71
(104,122,113)
#7D8C84
(125,140,132)
#929E97
(146,158,151)
#A7B0AA
(167,176,170)
#BCC2BD
(188,194,189)
#D1D4D0
(209,212,208)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #143225; }

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

This text font color is #143225.

Background Color

.myBgColor { background-color: #143225; }

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

This div background color is #143225.

Border color

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

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

This div border color is #143225.

Opacity

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

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

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

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

This text has shadow with #143225 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #143225.

Preview

Color preview on black background

This text has color #143225 on black background.


Color preview on white background

This text has color #143225 on white background.


Black color preview on #143225 background

This text has black color on #143225 background.


White color preview on #143225 background

This text has white color on #143225 background.


Related colors

Complementary color

Complementary color for #hex is #EBCDDA.


I love getcolorcode.com

Triadic colors

1 #251432 and #322514 with #143225 are triadic colors.

2 #253214 and #321425 with #143225 are triadic colors.