COLOR #892625

HEX: #892625
RGB: (137,38,37)

Color info

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

RGB color model

#892625 color RGB value is (137,38,37).

  • red value is 137;
  • green value is 38;
  • blue value is 37.
RGB:
(137,38,37)
(54%,15%,15%)

RGB channels and saturation

R 137 of 255 = 54%
G 38 of 255 = 15%
B 37 of 255 = 15%

137
38
37

R + G + B ~ 28%. #892625 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 38 + 37 = 212 (100%)
R 137 of 212 ~ 64.62%
G 38 of 212 ~ 17.92%
B 37 of 212 ~ 17.45%

%64.62
%17.92
%17.45

CMYK color model

#892625 color CMYK value is (0,72,73,46).

  • cyan value is 0.00%
  • magenta value is 72.26%
  • yellow value is 72.99%
  • key color value is 46.27%
CMYK:
(0,72,73,46)
C0M72Y73K46 
(0%,72%,73%,46%)
(0.00/0.72/0.73/0.46)	

CMYK percentages

%0
%72.26
%72.99
%46.27

Codes

Color #892625 in popluar color models

892625
RGB1373837
HSL57.47%34.12%
HSB/HSV72.99%53.73%
CMYK0.00%72.26%72.99%
46.27%

Color #892625 in popluar number systems.

HEX892625
Decimal1373837
Binary10001001100110100101
Octal2114645

Shades and tints

Shades of #892625

#892625
(137,38,37)
#7D2322
(125,35,34)
#71201F
(113,32,31)
#651D1C
(101,29,28)
#591A19
(89,26,25)
#4D1716
(77,23,22)
#411413
(65,20,19)
#351110
(53,17,16)
#290E0D
(41,14,13)
#1D0B0A
(29,11,10)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #892625

#892625
(137,38,37)
#933938
(147,57,56)
#9D4C4B
(157,76,75)
#A75F5E
(167,95,94)
#B17271
(177,114,113)
#BB8584
(187,133,132)
#C59897
(197,152,151)
#CFABAA
(207,171,170)
#D9BEBD
(217,190,189)
#E3D1D0
(227,209,208)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #892625 color. Also use rgb(137,38,37) instead hex code.

Text Font Color

.myTextColor { color: #892625; }

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

This text font color is #892625.


Background Color

.myBgColor { background-color: #892625; }

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

This div background color is #892625.


Border color

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

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

This div border color is #892625.


Opacity

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

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

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

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

This text has shadow with #892625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #892625 on black background.


Color preview on white background

This text has color #892625 on white background.



Black color preview on #892625 background

This text has black color on #892625 background.


White color preview on #892625 background

This text has white color on #892625 background.