COLOR #892825

HEX: #892825
RGB: (137,40,37)

Color info

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

RGB color model

#892825 color RGB value is (137,40,37).

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

RGB channels and saturation

R 137 of 255 = 54%
G 40 of 255 = 16%
B 37 of 255 = 15%

137
40
37

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

Portions of RGB colors in percentages

R + G + B =
137 + 40 + 37 = 214 (100%)
R 137 of 214 ~ 64.02%
G 40 of 214 ~ 18.69%
B 37 of 214 ~ 17.29%

%64.02
%18.69
%17.29

CMYK color model

#892825 color CMYK value is (0,71,73,46).

  • cyan value is 0.00%
  • magenta value is 70.80%
  • yellow value is 72.99%
  • key color value is 46.27%
CMYK:
(0,71,73,46)
C0M71Y73K46 
(0%,71%,73%,46%)
(0.00/0.71/0.73/0.46)	

CMYK percentages

%0
%70.8
%72.99
%46.27

Codes

Color #892825 in popluar color models

892825
RGB1374037
HSL57.47%34.12%
HSB/HSV72.99%53.73%
CMYK0.00%70.80%72.99%
46.27%

Color #892825 in popluar number systems.

HEX892825
Decimal1374037
Binary10001001101000100101
Octal2115045

Shades and tints

Shades of #892825

#892825
(137,40,37)
#7D2522
(125,37,34)
#71221F
(113,34,31)
#651F1C
(101,31,28)
#591C19
(89,28,25)
#4D1916
(77,25,22)
#411613
(65,22,19)
#351310
(53,19,16)
#29100D
(41,16,13)
#1D0D0A
(29,13,10)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #892825

#892825
(137,40,37)
#933B38
(147,59,56)
#9D4E4B
(157,78,75)
#A7615E
(167,97,94)
#B17471
(177,116,113)
#BB8784
(187,135,132)
#C59A97
(197,154,151)
#CFADAA
(207,173,170)
#D9C0BD
(217,192,189)
#E3D3D0
(227,211,208)
#EDE6E3
(237,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #892825; }

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

This text font color is #892825.


Background Color

.myBgColor { background-color: #892825; }

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

This div background color is #892825.


Border color

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

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

This div border color is #892825.


Opacity

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

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

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

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

This text has shadow with #892825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #892825 on black background.


Color preview on white background

This text has color #892825 on white background.



Black color preview on #892825 background

This text has black color on #892825 background.


White color preview on #892825 background

This text has white color on #892825 background.