COLOR #89483C

HEX: #89483C RGB: (137,72,60)

Color info

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

RGB color model

#89483C color RGB value is (137,72,60).

RGB: (137,72,60) (54%, 28%, 24%)

RGB channels and saturation

R 137 of 255 = 54%
G 72 of 255 = 28%
B 60 of 255 = 24%

137
72
60

R + G + B ~ 35%. #89483C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 137 + 72 + 60 = 269 (100%)
R 137 of 269 ~ 50.93%
G 72 of 269 ~ 26.77%
B 60 of 269 ~ 22.3'%

%50.93
%26.77
%22.3

CMYK color model

#89483C color CMYK value is (0,47,56,46).

  • cyan value is 0.00%
  • magenta value is 47.45%
  • yellow value is 56.20%
  • key color value is 46.27%
CMYK: (0,47,56,46) C0M47Y56K46 (0%,47%,56%,46%) (0.00/0.47/0.56/0.46) 

CMYK percentages

%0
%47.45
%56.2
%46.27

Codes

Color #89483C in popluar color models

89 48 3C
RGB 137 72 60
HSL 39.09% 38.63%
HSB/HSV 56.20% 53.73%
CMYK 0.00% 47.45% 56.20%
46.27%

Color #89483C in popluar number systems.

HEX 89 48 3C
Decimal 137 72 60
Binary 10001001 1001000 111100
Octal 211 110 74

Shades and tints

Shades of #89483C

#89483C
(137,72,60)
#7D4237
(125,66,55)
#713C32
(113,60,50)
#65362D
(101,54,45)
#593028
(89,48,40)
#4D2A23
(77,42,35)
#41241E
(65,36,30)
#351E19
(53,30,25)
#291814
(41,24,20)
#1D120F
(29,18,15)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #89483C

#89483C
(137,72,60)
#93584D
(147,88,77)
#9D685E
(157,104,94)
#A7786F
(167,120,111)
#B18880
(177,136,128)
#BB9891
(187,152,145)
#C5A8A2
(197,168,162)
#CFB8B3
(207,184,179)
#D9C8C4
(217,200,196)
#E3D8D5
(227,216,213)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89483C color. Also use rgb(137,72,60) instead hex code.

Text Font Color

.myTextColor { color: #89483C; }

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

This text font color is #89483C.

Background Color

.myBgColor { background-color: #89483C; }

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

This div background color is #89483C.

Border color

.myBorderColor { border: 1px solid #89483C; }

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

This div border color is #89483C.

Opacity

.myOpacity80 { color: #89483C; opacity: 0.8; }

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

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

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

This text has shadow with #89483C color.


.textShadow {text-shadow: 3px 3px 1px #89483C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #89483C; -webkit-box-shadow: 1px 1px 3px 2px #89483C; box-shadow:1px 1px 3px 2px #89483C;">
Div content here
</div>

This div box has shadow with color #89483C.

Preview

Color preview on black background

This text has color #89483C on black background.


Color preview on white background

This text has color #89483C on white background.


Black color preview on #89483C background

This text has black color on #89483C background.


White color preview on #89483C background

This text has white color on #89483C background.


Related colors

Complementary color

Complementary color for #hex is #76B7C3.


I love getcolorcode.com

Triadic colors

1 #3C8948 and #483C89 with #89483C are triadic colors.

2 #3C4889 and #48893C with #89483C are triadic colors.