COLOR #8A585F

HEX: #8A585F
RGB: (138,88,95)

Color info

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

RGB color model

#8A585F color RGB value is (138,88,95).

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

RGB channels and saturation

R 138 of 255 = 54%
G 88 of 255 = 35%
B 95 of 255 = 37%

138
88
95

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

Portions of RGB colors in percentages

R + G + B =
138 + 88 + 95 = 321 (100%)
R 138 of 321 ~ 42.99%
G 88 of 321 ~ 27.41%
B 95 of 321 ~ 29.6%

%42.99
%27.41
%29.6

CMYK color model

#8A585F color CMYK value is (0,36,31,46).

  • cyan value is 0.00%
  • magenta value is 36.23%
  • yellow value is 31.16%
  • key color value is 45.88%
CMYK:
(0,36,31,46)
C0M36Y31K46 
(0%,36%,31%,46%)
(0.00/0.36/0.31/0.46)	

CMYK percentages

%0
%36.23
%31.16
%45.88

Codes

Color #8A585F in popluar color models

8A585F
RGB1388895
HSL352°22.12%44.31%
HSB/HSV352°36.23%54.12%
CMYK0.00%36.23%31.16%
45.88%

Color #8A585F in popluar number systems.

HEX8A585F
Decimal1388895
Binary1000101010110001011111
Octal212130137

Shades and tints

Shades of #8A585F

#8A585F
(138,88,95)
#7E5057
(126,80,87)
#72484F
(114,72,79)
#664047
(102,64,71)
#5A383F
(90,56,63)
#4E3037
(78,48,55)
#42282F
(66,40,47)
#362027
(54,32,39)
#2A181F
(42,24,31)
#1E1017
(30,16,23)
#12080F
(18,8,15)
#000000
(0,0,0)

Tints of #8A585F

#8A585F
(138,88,95)
#94676D
(148,103,109)
#9E767B
(158,118,123)
#A88589
(168,133,137)
#B29497
(178,148,151)
#BCA3A5
(188,163,165)
#C6B2B3
(198,178,179)
#D0C1C1
(208,193,193)
#DAD0CF
(218,208,207)
#E4DFDD
(228,223,221)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A585F; }

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

This text font color is #8A585F.


Background Color

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

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

This div background color is #8A585F.


Border color

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

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

This div border color is #8A585F.


Opacity

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

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

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

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

This text has shadow with #8A585F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A585F on black background.


Color preview on white background

This text has color #8A585F on white background.



Black color preview on #8A585F background

This text has black color on #8A585F background.


White color preview on #8A585F background

This text has white color on #8A585F background.