COLOR #89624A

HEX: #89624A
RGB: (137,98,74)

Color info

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

RGB color model

#89624A color RGB value is (137,98,74).

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

RGB channels and saturation

R 137 of 255 = 54%
G 98 of 255 = 38%
B 74 of 255 = 29%

137
98
74

R + G + B ~ 40%. #89624A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 98 + 74 = 309 (100%)
R 137 of 309 ~ 44.34%
G 98 of 309 ~ 31.72%
B 74 of 309 ~ 23.95%

%44.34
%31.72
%23.95

CMYK color model

#89624A color CMYK value is (0,28,46,46).

  • cyan value is 0.00%
  • magenta value is 28.47%
  • yellow value is 45.99%
  • key color value is 46.27%
CMYK:
(0,28,46,46)
C0M28Y46K46 
(0%,28%,46%,46%)
(0.00/0.28/0.46/0.46)	

CMYK percentages

%0
%28.47
%45.99
%46.27

Codes

Color #89624A in popluar color models

89624A
RGB1379874
HSL23°29.86%41.37%
HSB/HSV23°45.99%53.73%
CMYK0.00%28.47%45.99%
46.27%

Color #89624A in popluar number systems.

HEX89624A
Decimal1379874
Binary1000100111000101001010
Octal211142112

Shades and tints

Shades of #89624A

#89624A
(137,98,74)
#7D5A44
(125,90,68)
#71523E
(113,82,62)
#654A38
(101,74,56)
#594232
(89,66,50)
#4D3A2C
(77,58,44)
#413226
(65,50,38)
#352A20
(53,42,32)
#29221A
(41,34,26)
#1D1A14
(29,26,20)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #89624A

#89624A
(137,98,74)
#93705A
(147,112,90)
#9D7E6A
(157,126,106)
#A78C7A
(167,140,122)
#B19A8A
(177,154,138)
#BBA89A
(187,168,154)
#C5B6AA
(197,182,170)
#CFC4BA
(207,196,186)
#D9D2CA
(217,210,202)
#E3E0DA
(227,224,218)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89624A; }

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

This text font color is #89624A.


Background Color

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

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

This div background color is #89624A.


Border color

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

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

This div border color is #89624A.


Opacity

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

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

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

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

This text has shadow with #89624A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89624A on black background.


Color preview on white background

This text has color #89624A on white background.



Black color preview on #89624A background

This text has black color on #89624A background.


White color preview on #89624A background

This text has white color on #89624A background.