COLOR #892D37

HEX: #892D37
RGB: (137,45,55)

Color info

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

RGB color model

#892D37 color RGB value is (137,45,55).

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

RGB channels and saturation

R 137 of 255 = 54%
G 45 of 255 = 18%
B 55 of 255 = 22%

137
45
55

R + G + B ~ 31%. #892D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 45 + 55 = 237 (100%)
R 137 of 237 ~ 57.81%
G 45 of 237 ~ 18.99%
B 55 of 237 ~ 23.21%

%57.81
%18.99
%23.21

CMYK color model

#892D37 color CMYK value is (0,67,60,46).

  • cyan value is 0.00%
  • magenta value is 67.15%
  • yellow value is 59.85%
  • key color value is 46.27%
CMYK:
(0,67,60,46)
C0M67Y60K46 
(0%,67%,60%,46%)
(0.00/0.67/0.60/0.46)	

CMYK percentages

%0
%67.15
%59.85
%46.27

Codes

Color #892D37 in popluar color models

892D37
RGB1374555
HSL353°50.55%35.69%
HSB/HSV353°67.15%53.73%
CMYK0.00%67.15%59.85%
46.27%

Color #892D37 in popluar number systems.

HEX892D37
Decimal1374555
Binary10001001101101110111
Octal2115567

Shades and tints

Shades of #892D37

#892D37
(137,45,55)
#7D2932
(125,41,50)
#71252D
(113,37,45)
#652128
(101,33,40)
#591D23
(89,29,35)
#4D191E
(77,25,30)
#411519
(65,21,25)
#351114
(53,17,20)
#290D0F
(41,13,15)
#1D090A
(29,9,10)
#110505
(17,5,5)
#000000
(0,0,0)

Tints of #892D37

#892D37
(137,45,55)
#934049
(147,64,73)
#9D535B
(157,83,91)
#A7666D
(167,102,109)
#B1797F
(177,121,127)
#BB8C91
(187,140,145)
#C59FA3
(197,159,163)
#CFB2B5
(207,178,181)
#D9C5C7
(217,197,199)
#E3D8D9
(227,216,217)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #892D37; }

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

This text font color is #892D37.


Background Color

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

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

This div background color is #892D37.


Border color

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

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

This div border color is #892D37.


Opacity

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

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

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

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

This text has shadow with #892D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #892D37 on black background.


Color preview on white background

This text has color #892D37 on white background.



Black color preview on #892D37 background

This text has black color on #892D37 background.


White color preview on #892D37 background

This text has white color on #892D37 background.