COLOR #892E4E

HEX: #892E4E
RGB: (137,46,78)

Color info

#892E4E contains mainly red and blue colors. Web safe color of #892E4E is #993366 (or #936).

RGB color model

#892E4E color RGB value is (137,46,78).

  • red value is 137;
  • green value is 46;
  • blue value is 78.
RGB:
(137,46,78)
(54%,18%,31%)

RGB channels and saturation

R 137 of 255 = 54%
G 46 of 255 = 18%
B 78 of 255 = 31%

137
46
78

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

Portions of RGB colors in percentages

R + G + B =
137 + 46 + 78 = 261 (100%)
R 137 of 261 ~ 52.49%
G 46 of 261 ~ 17.62%
B 78 of 261 ~ 29.89%

%52.49
%17.62
%29.89

CMYK color model

#892E4E color CMYK value is (0,66,43,46).

  • cyan value is 0.00%
  • magenta value is 66.42%
  • yellow value is 43.07%
  • key color value is 46.27%
CMYK:
(0,66,43,46)
C0M66Y43K46 
(0%,66%,43%,46%)
(0.00/0.66/0.43/0.46)	

CMYK percentages

%0
%66.42
%43.07
%46.27

Codes

Color #892E4E in popluar color models

892E4E
RGB1374678
HSL339°49.73%35.88%
HSB/HSV339°66.42%53.73%
CMYK0.00%66.42%43.07%
46.27%

Color #892E4E in popluar number systems.

HEX892E4E
Decimal1374678
Binary100010011011101001110
Octal21156116

Shades and tints

Shades of #892E4E

#892E4E
(137,46,78)
#7D2A47
(125,42,71)
#712640
(113,38,64)
#652239
(101,34,57)
#591E32
(89,30,50)
#4D1A2B
(77,26,43)
#411624
(65,22,36)
#35121D
(53,18,29)
#290E16
(41,14,22)
#1D0A0F
(29,10,15)
#110608
(17,6,8)
#000000
(0,0,0)

Tints of #892E4E

#892E4E
(137,46,78)
#93415E
(147,65,94)
#9D546E
(157,84,110)
#A7677E
(167,103,126)
#B17A8E
(177,122,142)
#BB8D9E
(187,141,158)
#C5A0AE
(197,160,174)
#CFB3BE
(207,179,190)
#D9C6CE
(217,198,206)
#E3D9DE
(227,217,222)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #892E4E color. Also use rgb(137,46,78) instead hex code.

Text Font Color

.myTextColor { color: #892E4E; }

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

This text font color is #892E4E.


Background Color

.myBgColor { background-color: #892E4E; }

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

This div background color is #892E4E.


Border color

.myBorderColor { border: 1px solid #892E4E; }

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

This div border color is #892E4E.


Opacity

.myOpacity80 { color: #892E4E; opacity: 0.8; }

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

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

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

This text has shadow with #892E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #892E4E on black background.


Color preview on white background

This text has color #892E4E on white background.



Black color preview on #892E4E background

This text has black color on #892E4E background.


White color preview on #892E4E background

This text has white color on #892E4E background.