COLOR #893B37

HEX: #893B37
RGB: (137,59,55)

Color info

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

RGB color model

#893B37 color RGB value is (137,59,55).

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

RGB channels and saturation

R 137 of 255 = 54%
G 59 of 255 = 23%
B 55 of 255 = 22%

137
59
55

R + G + B ~ 33%. #893B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 59 + 55 = 251 (100%)
R 137 of 251 ~ 54.58%
G 59 of 251 ~ 23.51%
B 55 of 251 ~ 21.91%

%54.58
%23.51
%21.91

CMYK color model

#893B37 color CMYK value is (0,57,60,46).

  • cyan value is 0.00%
  • magenta value is 56.93%
  • yellow value is 59.85%
  • key color value is 46.27%
CMYK:
(0,57,60,46)
C0M57Y60K46 
(0%,57%,60%,46%)
(0.00/0.57/0.60/0.46)	

CMYK percentages

%0
%56.93
%59.85
%46.27

Codes

Color #893B37 in popluar color models

893B37
RGB1375955
HSL42.71%37.65%
HSB/HSV59.85%53.73%
CMYK0.00%56.93%59.85%
46.27%

Color #893B37 in popluar number systems.

HEX893B37
Decimal1375955
Binary10001001111011110111
Octal2117367

Shades and tints

Shades of #893B37

#893B37
(137,59,55)
#7D3632
(125,54,50)
#71312D
(113,49,45)
#652C28
(101,44,40)
#592723
(89,39,35)
#4D221E
(77,34,30)
#411D19
(65,29,25)
#351814
(53,24,20)
#29130F
(41,19,15)
#1D0E0A
(29,14,10)
#110905
(17,9,5)
#000000
(0,0,0)

Tints of #893B37

#893B37
(137,59,55)
#934C49
(147,76,73)
#9D5D5B
(157,93,91)
#A76E6D
(167,110,109)
#B17F7F
(177,127,127)
#BB9091
(187,144,145)
#C5A1A3
(197,161,163)
#CFB2B5
(207,178,181)
#D9C3C7
(217,195,199)
#E3D4D9
(227,212,217)
#EDE5EB
(237,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893B37; }

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

This text font color is #893B37.


Background Color

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

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

This div background color is #893B37.


Border color

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

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

This div border color is #893B37.


Opacity

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

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

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

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

This text has shadow with #893B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893B37 on black background.


Color preview on white background

This text has color #893B37 on white background.



Black color preview on #893B37 background

This text has black color on #893B37 background.


White color preview on #893B37 background

This text has white color on #893B37 background.