COLOR #893742

HEX: #893742
RGB: (137,55,66)

Color info

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

RGB color model

#893742 color RGB value is (137,55,66).

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

RGB channels and saturation

R 137 of 255 = 54%
G 55 of 255 = 22%
B 66 of 255 = 26%

137
55
66

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

Portions of RGB colors in percentages

R + G + B =
137 + 55 + 66 = 258 (100%)
R 137 of 258 ~ 53.1%
G 55 of 258 ~ 21.32%
B 66 of 258 ~ 25.58%

%53.1
%21.32
%25.58

CMYK color model

#893742 color CMYK value is (0,60,52,46).

  • cyan value is 0.00%
  • magenta value is 59.85%
  • yellow value is 51.82%
  • key color value is 46.27%
CMYK:
(0,60,52,46)
C0M60Y52K46 
(0%,60%,52%,46%)
(0.00/0.60/0.52/0.46)	

CMYK percentages

%0
%59.85
%51.82
%46.27

Codes

Color #893742 in popluar color models

893742
RGB1375566
HSL352°42.71%37.65%
HSB/HSV352°59.85%53.73%
CMYK0.00%59.85%51.82%
46.27%

Color #893742 in popluar number systems.

HEX893742
Decimal1375566
Binary100010011101111000010
Octal21167102

Shades and tints

Shades of #893742

#893742
(137,55,66)
#7D323C
(125,50,60)
#712D36
(113,45,54)
#652830
(101,40,48)
#59232A
(89,35,42)
#4D1E24
(77,30,36)
#41191E
(65,25,30)
#351418
(53,20,24)
#290F12
(41,15,18)
#1D0A0C
(29,10,12)
#110506
(17,5,6)
#000000
(0,0,0)

Tints of #893742

#893742
(137,55,66)
#934953
(147,73,83)
#9D5B64
(157,91,100)
#A76D75
(167,109,117)
#B17F86
(177,127,134)
#BB9197
(187,145,151)
#C5A3A8
(197,163,168)
#CFB5B9
(207,181,185)
#D9C7CA
(217,199,202)
#E3D9DB
(227,217,219)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893742; }

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

This text font color is #893742.


Background Color

.myBgColor { background-color: #893742; }

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

This div background color is #893742.


Border color

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

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

This div border color is #893742.


Opacity

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

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

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

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

This text has shadow with #893742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893742 on black background.


Color preview on white background

This text has color #893742 on white background.



Black color preview on #893742 background

This text has black color on #893742 background.


White color preview on #893742 background

This text has white color on #893742 background.