COLOR #89554A

HEX: #89554A
RGB: (137,85,74)

Color info

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

RGB color model

#89554A color RGB value is (137,85,74).

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

RGB channels and saturation

R 137 of 255 = 54%
G 85 of 255 = 33%
B 74 of 255 = 29%

137
85
74

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

Portions of RGB colors in percentages

R + G + B =
137 + 85 + 74 = 296 (100%)
R 137 of 296 ~ 46.28%
G 85 of 296 ~ 28.72%
B 74 of 296 ~ 25%

%46.28
%28.72
%25

CMYK color model

#89554A color CMYK value is (0,38,46,46).

  • cyan value is 0.00%
  • magenta value is 37.96%
  • yellow value is 45.99%
  • key color value is 46.27%
CMYK:
(0,38,46,46)
C0M38Y46K46 
(0%,38%,46%,46%)
(0.00/0.38/0.46/0.46)	

CMYK percentages

%0
%37.96
%45.99
%46.27

Codes

Color #89554A in popluar color models

89554A
RGB1378574
HSL10°29.86%41.37%
HSB/HSV10°45.99%53.73%
CMYK0.00%37.96%45.99%
46.27%

Color #89554A in popluar number systems.

HEX89554A
Decimal1378574
Binary1000100110101011001010
Octal211125112

Shades and tints

Shades of #89554A

#89554A
(137,85,74)
#7D4E44
(125,78,68)
#71473E
(113,71,62)
#654038
(101,64,56)
#593932
(89,57,50)
#4D322C
(77,50,44)
#412B26
(65,43,38)
#352420
(53,36,32)
#291D1A
(41,29,26)
#1D1614
(29,22,20)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #89554A

#89554A
(137,85,74)
#93645A
(147,100,90)
#9D736A
(157,115,106)
#A7827A
(167,130,122)
#B1918A
(177,145,138)
#BBA09A
(187,160,154)
#C5AFAA
(197,175,170)
#CFBEBA
(207,190,186)
#D9CDCA
(217,205,202)
#E3DCDA
(227,220,218)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89554A; }

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

This text font color is #89554A.


Background Color

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

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

This div background color is #89554A.


Border color

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

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

This div border color is #89554A.


Opacity

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

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

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

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

This text has shadow with #89554A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89554A on black background.


Color preview on white background

This text has color #89554A on white background.



Black color preview on #89554A background

This text has black color on #89554A background.


White color preview on #89554A background

This text has white color on #89554A background.