COLOR #89584A

HEX: #89584A
RGB: (137,88,74)

Color info

#89584A contains mainly red and green colors. Web safe color of #89584A is #996633 (or #963).

RGB color model

#89584A color RGB value is (137,88,74).

  • red value is 137;
  • green value is 88;
  • blue value is 74.
RGB:
(137,88,74)
(54%,35%,29%)

RGB channels and saturation

R 137 of 255 = 54%
G 88 of 255 = 35%
B 74 of 255 = 29%

137
88
74

R + G + B ~ 39%. #89584A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 88 + 74 = 299 (100%)
R 137 of 299 ~ 45.82%
G 88 of 299 ~ 29.43%
B 74 of 299 ~ 24.75%

%45.82
%29.43
%24.75

CMYK color model

#89584A color CMYK value is (0,36,46,46).

  • cyan value is 0.00%
  • magenta value is 35.77%
  • yellow value is 45.99%
  • key color value is 46.27%
CMYK:
(0,36,46,46)
C0M36Y46K46 
(0%,36%,46%,46%)
(0.00/0.36/0.46/0.46)	

CMYK percentages

%0
%35.77
%45.99
%46.27

Codes

Color #89584A in popluar color models

89584A
RGB1378874
HSL13°29.86%41.37%
HSB/HSV13°45.99%53.73%
CMYK0.00%35.77%45.99%
46.27%

Color #89584A in popluar number systems.

HEX89584A
Decimal1378874
Binary1000100110110001001010
Octal211130112

Shades and tints

Shades of #89584A

#89584A
(137,88,74)
#7D5044
(125,80,68)
#71483E
(113,72,62)
#654038
(101,64,56)
#593832
(89,56,50)
#4D302C
(77,48,44)
#412826
(65,40,38)
#352020
(53,32,32)
#29181A
(41,24,26)
#1D1014
(29,16,20)
#11080E
(17,8,14)
#000000
(0,0,0)

Tints of #89584A

#89584A
(137,88,74)
#93675A
(147,103,90)
#9D766A
(157,118,106)
#A7857A
(167,133,122)
#B1948A
(177,148,138)
#BBA39A
(187,163,154)
#C5B2AA
(197,178,170)
#CFC1BA
(207,193,186)
#D9D0CA
(217,208,202)
#E3DFDA
(227,223,218)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89584A color. Also use rgb(137,88,74) instead hex code.

Text Font Color

.myTextColor { color: #89584A; }

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

This text font color is #89584A.


Background Color

.myBgColor { background-color: #89584A; }

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

This div background color is #89584A.


Border color

.myBorderColor { border: 1px solid #89584A; }

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

This div border color is #89584A.


Opacity

.myOpacity80 { color: #89584A; opacity: 0.8; }

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

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

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

This text has shadow with #89584A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89584A on black background.


Color preview on white background

This text has color #89584A on white background.



Black color preview on #89584A background

This text has black color on #89584A background.


White color preview on #89584A background

This text has white color on #89584A background.