COLOR #8A6158

HEX: #8A6158
RGB: (138,97,88)

Color info

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

RGB color model

#8A6158 color RGB value is (138,97,88).

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

RGB channels and saturation

R 138 of 255 = 54%
G 97 of 255 = 38%
B 88 of 255 = 35%

138
97
88

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

Portions of RGB colors in percentages

R + G + B =
138 + 97 + 88 = 323 (100%)
R 138 of 323 ~ 42.72%
G 97 of 323 ~ 30.03%
B 88 of 323 ~ 27.24%

%42.72
%30.03
%27.24

CMYK color model

#8A6158 color CMYK value is (0,30,36,46).

  • cyan value is 0.00%
  • magenta value is 29.71%
  • yellow value is 36.23%
  • key color value is 45.88%
CMYK:
(0,30,36,46)
C0M30Y36K46 
(0%,30%,36%,46%)
(0.00/0.30/0.36/0.46)	

CMYK percentages

%0
%29.71
%36.23
%45.88

Codes

Color #8A6158 in popluar color models

8A6158
RGB1389788
HSL11°22.12%44.31%
HSB/HSV11°36.23%54.12%
CMYK0.00%29.71%36.23%
45.88%

Color #8A6158 in popluar number systems.

HEX8A6158
Decimal1389788
Binary1000101011000011011000
Octal212141130

Shades and tints

Shades of #8A6158

#8A6158
(138,97,88)
#7E5950
(126,89,80)
#725148
(114,81,72)
#664940
(102,73,64)
#5A4138
(90,65,56)
#4E3930
(78,57,48)
#423128
(66,49,40)
#362920
(54,41,32)
#2A2118
(42,33,24)
#1E1910
(30,25,16)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #8A6158

#8A6158
(138,97,88)
#946F67
(148,111,103)
#9E7D76
(158,125,118)
#A88B85
(168,139,133)
#B29994
(178,153,148)
#BCA7A3
(188,167,163)
#C6B5B2
(198,181,178)
#D0C3C1
(208,195,193)
#DAD1D0
(218,209,208)
#E4DFDF
(228,223,223)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6158; }

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

This text font color is #8A6158.


Background Color

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

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

This div background color is #8A6158.


Border color

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

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

This div border color is #8A6158.


Opacity

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

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

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

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

This text has shadow with #8A6158 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6158 on black background.


Color preview on white background

This text has color #8A6158 on white background.



Black color preview on #8A6158 background

This text has black color on #8A6158 background.


White color preview on #8A6158 background

This text has white color on #8A6158 background.