COLOR #893B40

HEX: #893B40
RGB: (137,59,64)

Color info

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

RGB color model

#893B40 color RGB value is (137,59,64).

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

RGB channels and saturation

R 137 of 255 = 54%
G 59 of 255 = 23%
B 64 of 255 = 25%

137
59
64

R + G + B ~ 34%. #893B40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 59 + 64 = 260 (100%)
R 137 of 260 ~ 52.69%
G 59 of 260 ~ 22.69%
B 64 of 260 ~ 24.62%

%52.69
%22.69
%24.62

CMYK color model

#893B40 color CMYK value is (0,57,53,46).

  • cyan value is 0.00%
  • magenta value is 56.93%
  • yellow value is 53.28%
  • key color value is 46.27%
CMYK:
(0,57,53,46)
C0M57Y53K46 
(0%,57%,53%,46%)
(0.00/0.57/0.53/0.46)	

CMYK percentages

%0
%56.93
%53.28
%46.27

Codes

Color #893B40 in popluar color models

893B40
RGB1375964
HSL356°39.80%38.43%
HSB/HSV356°56.93%53.73%
CMYK0.00%56.93%53.28%
46.27%

Color #893B40 in popluar number systems.

HEX893B40
Decimal1375964
Binary100010011110111000000
Octal21173100

Shades and tints

Shades of #893B40

#893B40
(137,59,64)
#7D363B
(125,54,59)
#713136
(113,49,54)
#652C31
(101,44,49)
#59272C
(89,39,44)
#4D2227
(77,34,39)
#411D22
(65,29,34)
#35181D
(53,24,29)
#291318
(41,19,24)
#1D0E13
(29,14,19)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #893B40

#893B40
(137,59,64)
#934C51
(147,76,81)
#9D5D62
(157,93,98)
#A76E73
(167,110,115)
#B17F84
(177,127,132)
#BB9095
(187,144,149)
#C5A1A6
(197,161,166)
#CFB2B7
(207,178,183)
#D9C3C8
(217,195,200)
#E3D4D9
(227,212,217)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893B40; }

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

This text font color is #893B40.


Background Color

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

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

This div background color is #893B40.


Border color

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

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

This div border color is #893B40.


Opacity

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

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

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

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

This text has shadow with #893B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893B40 on black background.


Color preview on white background

This text has color #893B40 on white background.



Black color preview on #893B40 background

This text has black color on #893B40 background.


White color preview on #893B40 background

This text has white color on #893B40 background.