COLOR #893025

HEX: #893025
RGB: (137,48,37)

Color info

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

RGB color model

#893025 color RGB value is (137,48,37).

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

RGB channels and saturation

R 137 of 255 = 54%
G 48 of 255 = 19%
B 37 of 255 = 15%

137
48
37

R + G + B ~ 29%. #893025 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 48 + 37 = 222 (100%)
R 137 of 222 ~ 61.71%
G 48 of 222 ~ 21.62%
B 37 of 222 ~ 16.67%

%61.71
%21.62
%16.67

CMYK color model

#893025 color CMYK value is (0,65,73,46).

  • cyan value is 0.00%
  • magenta value is 64.96%
  • yellow value is 72.99%
  • key color value is 46.27%
CMYK:
(0,65,73,46)
C0M65Y73K46 
(0%,65%,73%,46%)
(0.00/0.65/0.73/0.46)	

CMYK percentages

%0
%64.96
%72.99
%46.27

Codes

Color #893025 in popluar color models

893025
RGB1374837
HSL57.47%34.12%
HSB/HSV72.99%53.73%
CMYK0.00%64.96%72.99%
46.27%

Color #893025 in popluar number systems.

HEX893025
Decimal1374837
Binary10001001110000100101
Octal2116045

Shades and tints

Shades of #893025

#893025
(137,48,37)
#7D2C22
(125,44,34)
#71281F
(113,40,31)
#65241C
(101,36,28)
#592019
(89,32,25)
#4D1C16
(77,28,22)
#411813
(65,24,19)
#351410
(53,20,16)
#29100D
(41,16,13)
#1D0C0A
(29,12,10)
#110807
(17,8,7)
#000000
(0,0,0)

Tints of #893025

#893025
(137,48,37)
#934238
(147,66,56)
#9D544B
(157,84,75)
#A7665E
(167,102,94)
#B17871
(177,120,113)
#BB8A84
(187,138,132)
#C59C97
(197,156,151)
#CFAEAA
(207,174,170)
#D9C0BD
(217,192,189)
#E3D2D0
(227,210,208)
#EDE4E3
(237,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #893025; }

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

This text font color is #893025.


Background Color

.myBgColor { background-color: #893025; }

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

This div background color is #893025.


Border color

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

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

This div border color is #893025.


Opacity

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

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

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

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

This text has shadow with #893025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #893025 on black background.


Color preview on white background

This text has color #893025 on white background.



Black color preview on #893025 background

This text has black color on #893025 background.


White color preview on #893025 background

This text has white color on #893025 background.