COLOR #8A5F57

HEX: #8A5F57
RGB: (138,95,87)

Color info

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

RGB color model

#8A5F57 color RGB value is (138,95,87).

  • red value is 138;
  • green value is 95;
  • blue value is 87.
RGB:
(138,95,87)
(54%,37%,34%)

RGB channels and saturation

R 138 of 255 = 54%
G 95 of 255 = 37%
B 87 of 255 = 34%

138
95
87

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

Portions of RGB colors in percentages

R + G + B =
138 + 95 + 87 = 320 (100%)
R 138 of 320 ~ 43.13%
G 95 of 320 ~ 29.69%
B 87 of 320 ~ 27.19%

%43.13
%29.69
%27.19

CMYK color model

#8A5F57 color CMYK value is (0,31,37,46).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 36.96%
  • key color value is 45.88%
CMYK:
(0,31,37,46)
C0M31Y37K46 
(0%,31%,37%,46%)
(0.00/0.31/0.37/0.46)	

CMYK percentages

%0
%31.16
%36.96
%45.88

Codes

Color #8A5F57 in popluar color models

8A5F57
RGB1389587
HSL22.67%44.12%
HSB/HSV36.96%54.12%
CMYK0.00%31.16%36.96%
45.88%

Color #8A5F57 in popluar number systems.

HEX8A5F57
Decimal1389587
Binary1000101010111111010111
Octal212137127

Shades and tints

Shades of #8A5F57

#8A5F57
(138,95,87)
#7E5750
(126,87,80)
#724F49
(114,79,73)
#664742
(102,71,66)
#5A3F3B
(90,63,59)
#4E3734
(78,55,52)
#422F2D
(66,47,45)
#362726
(54,39,38)
#2A1F1F
(42,31,31)
#1E1718
(30,23,24)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #8A5F57

#8A5F57
(138,95,87)
#946D66
(148,109,102)
#9E7B75
(158,123,117)
#A88984
(168,137,132)
#B29793
(178,151,147)
#BCA5A2
(188,165,162)
#C6B3B1
(198,179,177)
#D0C1C0
(208,193,192)
#DACFCF
(218,207,207)
#E4DDDE
(228,221,222)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5F57 color. Also use rgb(138,95,87) instead hex code.

Text Font Color

.myTextColor { color: #8A5F57; }

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

This text font color is #8A5F57.


Background Color

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

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

This div background color is #8A5F57.


Border color

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

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

This div border color is #8A5F57.


Opacity

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

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

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

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

This text has shadow with #8A5F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5F57 on black background.


Color preview on white background

This text has color #8A5F57 on white background.



Black color preview on #8A5F57 background

This text has black color on #8A5F57 background.


White color preview on #8A5F57 background

This text has white color on #8A5F57 background.