COLOR #8A6255

HEX: #8A6255
RGB: (138,98,85)

Color info

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

RGB color model

#8A6255 color RGB value is (138,98,85).

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

RGB channels and saturation

R 138 of 255 = 54%
G 98 of 255 = 38%
B 85 of 255 = 33%

138
98
85

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

Portions of RGB colors in percentages

R + G + B =
138 + 98 + 85 = 321 (100%)
R 138 of 321 ~ 42.99%
G 98 of 321 ~ 30.53%
B 85 of 321 ~ 26.48%

%42.99
%30.53
%26.48

CMYK color model

#8A6255 color CMYK value is (0,29,38,46).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 38.41%
  • key color value is 45.88%
CMYK:
(0,29,38,46)
C0M29Y38K46 
(0%,29%,38%,46%)
(0.00/0.29/0.38/0.46)	

CMYK percentages

%0
%28.99
%38.41
%45.88

Codes

Color #8A6255 in popluar color models

8A6255
RGB1389885
HSL15°23.77%43.73%
HSB/HSV15°38.41%54.12%
CMYK0.00%28.99%38.41%
45.88%

Color #8A6255 in popluar number systems.

HEX8A6255
Decimal1389885
Binary1000101011000101010101
Octal212142125

Shades and tints

Shades of #8A6255

#8A6255
(138,98,85)
#7E5A4E
(126,90,78)
#725247
(114,82,71)
#664A40
(102,74,64)
#5A4239
(90,66,57)
#4E3A32
(78,58,50)
#42322B
(66,50,43)
#362A24
(54,42,36)
#2A221D
(42,34,29)
#1E1A16
(30,26,22)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #8A6255

#8A6255
(138,98,85)
#947064
(148,112,100)
#9E7E73
(158,126,115)
#A88C82
(168,140,130)
#B29A91
(178,154,145)
#BCA8A0
(188,168,160)
#C6B6AF
(198,182,175)
#D0C4BE
(208,196,190)
#DAD2CD
(218,210,205)
#E4E0DC
(228,224,220)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6255; }

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

This text font color is #8A6255.


Background Color

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

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

This div background color is #8A6255.


Border color

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

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

This div border color is #8A6255.


Opacity

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

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

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

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

This text has shadow with #8A6255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6255 on black background.


Color preview on white background

This text has color #8A6255 on white background.



Black color preview on #8A6255 background

This text has black color on #8A6255 background.


White color preview on #8A6255 background

This text has white color on #8A6255 background.