COLOR #8A555B

HEX: #8A555B
RGB: (138,85,91)

Color info

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

RGB color model

#8A555B color RGB value is (138,85,91).

  • red value is 138;
  • green value is 85;
  • blue value is 91.
RGB:
(138,85,91)
(54%,33%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 85 of 255 = 33%
B 91 of 255 = 36%

138
85
91

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

Portions of RGB colors in percentages

R + G + B =
138 + 85 + 91 = 314 (100%)
R 138 of 314 ~ 43.95%
G 85 of 314 ~ 27.07%
B 91 of 314 ~ 28.98%

%43.95
%27.07
%28.98

CMYK color model

#8A555B color CMYK value is (0,38,34,46).

  • cyan value is 0.00%
  • magenta value is 38.41%
  • yellow value is 34.06%
  • key color value is 45.88%
CMYK:
(0,38,34,46)
C0M38Y34K46 
(0%,38%,34%,46%)
(0.00/0.38/0.34/0.46)	

CMYK percentages

%0
%38.41
%34.06
%45.88

Codes

Color #8A555B in popluar color models

8A555B
RGB1388591
HSL353°23.77%43.73%
HSB/HSV353°38.41%54.12%
CMYK0.00%38.41%34.06%
45.88%

Color #8A555B in popluar number systems.

HEX8A555B
Decimal1388591
Binary1000101010101011011011
Octal212125133

Shades and tints

Shades of #8A555B

#8A555B
(138,85,91)
#7E4E53
(126,78,83)
#72474B
(114,71,75)
#664043
(102,64,67)
#5A393B
(90,57,59)
#4E3233
(78,50,51)
#422B2B
(66,43,43)
#362423
(54,36,35)
#2A1D1B
(42,29,27)
#1E1613
(30,22,19)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #8A555B

#8A555B
(138,85,91)
#946469
(148,100,105)
#9E7377
(158,115,119)
#A88285
(168,130,133)
#B29193
(178,145,147)
#BCA0A1
(188,160,161)
#C6AFAF
(198,175,175)
#D0BEBD
(208,190,189)
#DACDCB
(218,205,203)
#E4DCD9
(228,220,217)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A555B; }

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

This text font color is #8A555B.


Background Color

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

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

This div background color is #8A555B.


Border color

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

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

This div border color is #8A555B.


Opacity

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

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

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

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

This text has shadow with #8A555B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A555B on black background.


Color preview on white background

This text has color #8A555B on white background.



Black color preview on #8A555B background

This text has black color on #8A555B background.


White color preview on #8A555B background

This text has white color on #8A555B background.