COLOR #893232

HEX: #893232
RGB: (137,50,50)

Color info

#893232 contains mainly red color. Web safe color of #893232 is #993333 (or #933).

RGB color model

#893232 color RGB value is (137,50,50).

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

RGB channels and saturation

R 137 of 255 = 54%
G 50 of 255 = 20%
B 50 of 255 = 20%

137
50
50

R + G + B ~ 31%. #893232 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 50 + 50 = 237 (100%)
R 137 of 237 ~ 57.81%
G 50 of 237 ~ 21.1%
B 50 of 237 ~ 21.1%

%57.81
%21.1
%21.1

CMYK color model

#893232 color CMYK value is (0,64,64,46).

  • cyan value is 0.00%
  • magenta value is 63.50%
  • yellow value is 63.50%
  • key color value is 46.27%
CMYK:
(0,64,64,46)
C0M64Y64K46 
(0%,64%,64%,46%)
(0.00/0.64/0.64/0.46)	

CMYK percentages

%0
%63.5
%63.5
%46.27

Codes

Color #893232 in popluar color models

893232
RGB1375050
HSL46.52%36.67%
HSB/HSV63.50%53.73%
CMYK0.00%63.50%63.50%
46.27%

Color #893232 in popluar number systems.

HEX893232
Decimal1375050
Binary10001001110010110010
Octal2116262

Shades and tints

Shades of #893232

#893232
(137,50,50)
#7D2E2E
(125,46,46)
#712A2A
(113,42,42)
#652626
(101,38,38)
#592222
(89,34,34)
#4D1E1E
(77,30,30)
#411A1A
(65,26,26)
#351616
(53,22,22)
#291212
(41,18,18)
#1D0E0E
(29,14,14)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #893232

#893232
(137,50,50)
#934444
(147,68,68)
#9D5656
(157,86,86)
#A76868
(167,104,104)
#B17A7A
(177,122,122)
#BB8C8C
(187,140,140)
#C59E9E
(197,158,158)
#CFB0B0
(207,176,176)
#D9C2C2
(217,194,194)
#E3D4D4
(227,212,212)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893232; }

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

This text font color is #893232.


Background Color

.myBgColor { background-color: #893232; }

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

This div background color is #893232.


Border color

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

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

This div border color is #893232.


Opacity

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

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

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

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

This text has shadow with #893232 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893232 on black background.


Color preview on white background

This text has color #893232 on white background.



Black color preview on #893232 background

This text has black color on #893232 background.


White color preview on #893232 background

This text has white color on #893232 background.