COLOR #892749

HEX: #892749
RGB: (137,39,73)

Color info

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

RGB color model

#892749 color RGB value is (137,39,73).

  • red value is 137;
  • green value is 39;
  • blue value is 73.
RGB:
(137,39,73)
(54%,15%,29%)

RGB channels and saturation

R 137 of 255 = 54%
G 39 of 255 = 15%
B 73 of 255 = 29%

137
39
73

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

Portions of RGB colors in percentages

R + G + B =
137 + 39 + 73 = 249 (100%)
R 137 of 249 ~ 55.02%
G 39 of 249 ~ 15.66%
B 73 of 249 ~ 29.32%

%55.02
%15.66
%29.32

CMYK color model

#892749 color CMYK value is (0,72,47,46).

  • cyan value is 0.00%
  • magenta value is 71.53%
  • yellow value is 46.72%
  • key color value is 46.27%
CMYK:
(0,72,47,46)
C0M72Y47K46 
(0%,72%,47%,46%)
(0.00/0.72/0.47/0.46)	

CMYK percentages

%0
%71.53
%46.72
%46.27

Codes

Color #892749 in popluar color models

892749
RGB1373973
HSL339°55.68%34.51%
HSB/HSV339°71.53%53.73%
CMYK0.00%71.53%46.72%
46.27%

Color #892749 in popluar number systems.

HEX892749
Decimal1373973
Binary100010011001111001001
Octal21147111

Shades and tints

Shades of #892749

#892749
(137,39,73)
#7D2443
(125,36,67)
#71213D
(113,33,61)
#651E37
(101,30,55)
#591B31
(89,27,49)
#4D182B
(77,24,43)
#411525
(65,21,37)
#35121F
(53,18,31)
#290F19
(41,15,25)
#1D0C13
(29,12,19)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #892749

#892749
(137,39,73)
#933A59
(147,58,89)
#9D4D69
(157,77,105)
#A76079
(167,96,121)
#B17389
(177,115,137)
#BB8699
(187,134,153)
#C599A9
(197,153,169)
#CFACB9
(207,172,185)
#D9BFC9
(217,191,201)
#E3D2D9
(227,210,217)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #892749 color. Also use rgb(137,39,73) instead hex code.

Text Font Color

.myTextColor { color: #892749; }

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

This text font color is #892749.


Background Color

.myBgColor { background-color: #892749; }

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

This div background color is #892749.


Border color

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

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

This div border color is #892749.


Opacity

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

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

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

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

This text has shadow with #892749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #892749 on black background.


Color preview on white background

This text has color #892749 on white background.



Black color preview on #892749 background

This text has black color on #892749 background.


White color preview on #892749 background

This text has white color on #892749 background.