COLOR #8A5C59

HEX: #8A5C59
RGB: (138,92,89)

Color info

#8A5C59 contains red, green and blue colors in about the same proportion. Web safe color of #8A5C59 is #996666 (or #966).

RGB color model

#8A5C59 color RGB value is (138,92,89).

  • red value is 138;
  • green value is 92;
  • blue value is 89.
RGB:
(138,92,89)
(54%,36%,35%)

RGB channels and saturation

R 138 of 255 = 54%
G 92 of 255 = 36%
B 89 of 255 = 35%

138
92
89

R + G + B ~ 42%. #8A5C59 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 92 + 89 = 319 (100%)
R 138 of 319 ~ 43.26%
G 92 of 319 ~ 28.84%
B 89 of 319 ~ 27.9%

%43.26
%28.84
%27.9

CMYK color model

#8A5C59 color CMYK value is (0,33,36,46).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 35.51%
  • key color value is 45.88%
CMYK:
(0,33,36,46)
C0M33Y36K46 
(0%,33%,36%,46%)
(0.00/0.33/0.36/0.46)	

CMYK percentages

%0
%33.33
%35.51
%45.88

Codes

Color #8A5C59 in popluar color models

8A5C59
RGB1389289
HSL21.59%44.51%
HSB/HSV35.51%54.12%
CMYK0.00%33.33%35.51%
45.88%

Color #8A5C59 in popluar number systems.

HEX8A5C59
Decimal1389289
Binary1000101010111001011001
Octal212134131

Shades and tints

Shades of #8A5C59

#8A5C59
(138,92,89)
#7E5451
(126,84,81)
#724C49
(114,76,73)
#664441
(102,68,65)
#5A3C39
(90,60,57)
#4E3431
(78,52,49)
#422C29
(66,44,41)
#362421
(54,36,33)
#2A1C19
(42,28,25)
#1E1411
(30,20,17)
#120C09
(18,12,9)
#000000
(0,0,0)

Tints of #8A5C59

#8A5C59
(138,92,89)
#946A68
(148,106,104)
#9E7877
(158,120,119)
#A88686
(168,134,134)
#B29495
(178,148,149)
#BCA2A4
(188,162,164)
#C6B0B3
(198,176,179)
#D0BEC2
(208,190,194)
#DACCD1
(218,204,209)
#E4DAE0
(228,218,224)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5C59 color. Also use rgb(138,92,89) instead hex code.

Text Font Color

.myTextColor { color: #8A5C59; }

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

This text font color is #8A5C59.


Background Color

.myBgColor { background-color: #8A5C59; }

<div style="background-color:#8A5C59">Inner text</div>

This div background color is #8A5C59.


Border color

.myBorderColor { border: 1px solid #8A5C59; }

<div style="border:3px solid #8A5C59">Div</div>

This div border color is #8A5C59.


Opacity

.myOpacity80 { color: #8A5C59; opacity: 0.8; }

<p style="color:#8A5C59;opacity:0.8;">80%</p>

Text with #8A5C59 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 #8A5C59;}

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

This text has shadow with #8A5C59 color.

.textShadow {text-shadow: 3px 3px 1px #8A5C59, 3px 3px 1px red;}

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

This text has shadow with #8A5C59 primary color and red secondary color.


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

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

This text has shadow with #8A5C59 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5C59 on black background.


Color preview on white background

This text has color #8A5C59 on white background.



Black color preview on #8A5C59 background

This text has black color on #8A5C59 background.


White color preview on #8A5C59 background

This text has white color on #8A5C59 background.