COLOR #89683A

HEX: #89683A
RGB: (137,104,58)

Color info

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

RGB color model

#89683A color RGB value is (137,104,58).

  • red value is 137;
  • green value is 104;
  • blue value is 58.
RGB:
(137,104,58)
(54%,41%,23%)

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 58 of 255 = 23%

137
104
58

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

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 58 = 299 (100%)
R 137 of 299 ~ 45.82%
G 104 of 299 ~ 34.78%
B 58 of 299 ~ 19.4%

%45.82
%34.78
%19.4

CMYK color model

#89683A color CMYK value is (0,24,58,46).

  • cyan value is 0.00%
  • magenta value is 24.09%
  • yellow value is 57.66%
  • key color value is 46.27%
CMYK:
(0,24,58,46)
C0M24Y58K46 
(0%,24%,58%,46%)
(0.00/0.24/0.58/0.46)	

CMYK percentages

%0
%24.09
%57.66
%46.27

Codes

Color #89683A in popluar color models

89683A
RGB13710458
HSL35°40.51%38.24%
HSB/HSV35°57.66%53.73%
CMYK0.00%24.09%57.66%
46.27%

Color #89683A in popluar number systems.

HEX89683A
Decimal13710458
Binary100010011101000111010
Octal21115072

Shades and tints

Shades of #89683A

#89683A
(137,104,58)
#7D5F35
(125,95,53)
#715630
(113,86,48)
#654D2B
(101,77,43)
#594426
(89,68,38)
#4D3B21
(77,59,33)
#41321C
(65,50,28)
#352917
(53,41,23)
#292012
(41,32,18)
#1D170D
(29,23,13)
#110E08
(17,14,8)
#000000
(0,0,0)

Tints of #89683A

#89683A
(137,104,58)
#93754B
(147,117,75)
#9D825C
(157,130,92)
#A78F6D
(167,143,109)
#B19C7E
(177,156,126)
#BBA98F
(187,169,143)
#C5B6A0
(197,182,160)
#CFC3B1
(207,195,177)
#D9D0C2
(217,208,194)
#E3DDD3
(227,221,211)
#EDEAE4
(237,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89683A color. Also use rgb(137,104,58) instead hex code.

Text Font Color

.myTextColor { color: #89683A; }

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

This text font color is #89683A.


Background Color

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

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

This div background color is #89683A.


Border color

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

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

This div border color is #89683A.


Opacity

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

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

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

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

This text has shadow with #89683A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89683A on black background.


Color preview on white background

This text has color #89683A on white background.



Black color preview on #89683A background

This text has black color on #89683A background.


White color preview on #89683A background

This text has white color on #89683A background.