COLOR #8A5557

HEX: #8A5557 RGB: (138,85,87)

Color info

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

RGB color model

#8A5557 color RGB value is (138,85,87).

RGB: (138,85,87) (54%, 33%, 34%)

RGB channels and saturation

R 138 of 255 = 54%
G 85 of 255 = 33%
B 87 of 255 = 34%

138
85
87

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

Portions of RGB colors in percentages

R + G + B = 138 + 85 + 87 = 310 (100%)
R 138 of 310 ~ 44.52%
G 85 of 310 ~ 27.42%
B 87 of 310 ~ 28.06'%

%44.52
%27.42
%28.06

CMYK color model

#8A5557 color CMYK value is (0,38,37,46).

  • cyan value is 0.00%
  • magenta value is 38.41%
  • yellow value is 36.96%
  • key color value is 45.88%
CMYK: (0,38,37,46) C0M38Y37K46 (0%,38%,37%,46%) (0.00/0.38/0.37/0.46) 

CMYK percentages

%0
%38.41
%36.96
%45.88

Codes

Color #8A5557 in popluar color models

8A 55 57
RGB 138 85 87
HSL 358° 23.77% 43.73%
HSB/HSV 358° 38.41% 54.12%
CMYK 0.00% 38.41% 36.96%
45.88%

Color #8A5557 in popluar number systems.

HEX 8A 55 57
Decimal 138 85 87
Binary 10001010 1010101 1010111
Octal 212 125 127

Shades and tints

Shades of #8A5557

#8A5557
(138,85,87)
#7E4E50
(126,78,80)
#724749
(114,71,73)
#664042
(102,64,66)
#5A393B
(90,57,59)
#4E3234
(78,50,52)
#422B2D
(66,43,45)
#362426
(54,36,38)
#2A1D1F
(42,29,31)
#1E1618
(30,22,24)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #8A5557

#8A5557
(138,85,87)
#946466
(148,100,102)
#9E7375
(158,115,117)
#A88284
(168,130,132)
#B29193
(178,145,147)
#BCA0A2
(188,160,162)
#C6AFB1
(198,175,177)
#D0BEC0
(208,190,192)
#DACDCF
(218,205,207)
#E4DCDE
(228,220,222)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5557; }

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

This text font color is #8A5557.

Background Color

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

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

This div background color is #8A5557.

Border color

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

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

This div border color is #8A5557.

Opacity

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

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

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

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

This text has shadow with #8A5557 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A5557.

Preview

Color preview on black background

This text has color #8A5557 on black background.


Color preview on white background

This text has color #8A5557 on white background.


Black color preview on #8A5557 background

This text has black color on #8A5557 background.


White color preview on #8A5557 background

This text has white color on #8A5557 background.


Related colors

Complementary color

Complementary color for #hex is #75AAA8.


I love getcolorcode.com

Triadic colors

1 #578A55 and #55578A with #8A5557 are triadic colors.

2 #57558A and #558A57 with #8A5557 are triadic colors.