COLOR #893B34

HEX: #893B34
RGB: (137,59,52)

Color info

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

RGB color model

#893B34 color RGB value is (137,59,52).

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

RGB channels and saturation

R 137 of 255 = 54%
G 59 of 255 = 23%
B 52 of 255 = 20%

137
59
52

R + G + B ~ 32%. #893B34 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 59 + 52 = 248 (100%)
R 137 of 248 ~ 55.24%
G 59 of 248 ~ 23.79%
B 52 of 248 ~ 20.97%

%55.24
%23.79
%20.97

CMYK color model

#893B34 color CMYK value is (0,57,62,46).

  • cyan value is 0.00%
  • magenta value is 56.93%
  • yellow value is 62.04%
  • key color value is 46.27%
CMYK:
(0,57,62,46)
C0M57Y62K46 
(0%,57%,62%,46%)
(0.00/0.57/0.62/0.46)	

CMYK percentages

%0
%56.93
%62.04
%46.27

Codes

Color #893B34 in popluar color models

893B34
RGB1375952
HSL44.97%37.06%
HSB/HSV62.04%53.73%
CMYK0.00%56.93%62.04%
46.27%

Color #893B34 in popluar number systems.

HEX893B34
Decimal1375952
Binary10001001111011110100
Octal2117364

Shades and tints

Shades of #893B34

#893B34
(137,59,52)
#7D3630
(125,54,48)
#71312C
(113,49,44)
#652C28
(101,44,40)
#592724
(89,39,36)
#4D2220
(77,34,32)
#411D1C
(65,29,28)
#351818
(53,24,24)
#291314
(41,19,20)
#1D0E10
(29,14,16)
#11090C
(17,9,12)
#000000
(0,0,0)

Tints of #893B34

#893B34
(137,59,52)
#934C46
(147,76,70)
#9D5D58
(157,93,88)
#A76E6A
(167,110,106)
#B17F7C
(177,127,124)
#BB908E
(187,144,142)
#C5A1A0
(197,161,160)
#CFB2B2
(207,178,178)
#D9C3C4
(217,195,196)
#E3D4D6
(227,212,214)
#EDE5E8
(237,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #893B34 color. Also use rgb(137,59,52) instead hex code.

Text Font Color

.myTextColor { color: #893B34; }

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

This text font color is #893B34.


Background Color

.myBgColor { background-color: #893B34; }

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

This div background color is #893B34.


Border color

.myBorderColor { border: 1px solid #893B34; }

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

This div border color is #893B34.


Opacity

.myOpacity80 { color: #893B34; opacity: 0.8; }

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

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

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

This text has shadow with #893B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893B34 on black background.


Color preview on white background

This text has color #893B34 on white background.



Black color preview on #893B34 background

This text has black color on #893B34 background.


White color preview on #893B34 background

This text has white color on #893B34 background.