COLOR #8A6C5C

HEX: #8A6C5C
RGB: (138,108,92)

Color info

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

RGB color model

#8A6C5C color RGB value is (138,108,92).

  • red value is 138;
  • green value is 108;
  • blue value is 92.
RGB:
(138,108,92)
(54%,42%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 108 of 255 = 42%
B 92 of 255 = 36%

138
108
92

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

Portions of RGB colors in percentages

R + G + B =
138 + 108 + 92 = 338 (100%)
R 138 of 338 ~ 40.83%
G 108 of 338 ~ 31.95%
B 92 of 338 ~ 27.22%

%40.83
%31.95
%27.22

CMYK color model

#8A6C5C color CMYK value is (0,22,33,46).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 33.33%
  • key color value is 45.88%
CMYK:
(0,22,33,46)
C0M22Y33K46 
(0%,22%,33%,46%)
(0.00/0.22/0.33/0.46)	

CMYK percentages

%0
%21.74
%33.33
%45.88

Codes

Color #8A6C5C in popluar color models

8A6C5C
RGB13810892
HSL21°20.00%45.10%
HSB/HSV21°33.33%54.12%
CMYK0.00%21.74%33.33%
45.88%

Color #8A6C5C in popluar number systems.

HEX8A6C5C
Decimal13810892
Binary1000101011011001011100
Octal212154134

Shades and tints

Shades of #8A6C5C

#8A6C5C
(138,108,92)
#7E6354
(126,99,84)
#725A4C
(114,90,76)
#665144
(102,81,68)
#5A483C
(90,72,60)
#4E3F34
(78,63,52)
#42362C
(66,54,44)
#362D24
(54,45,36)
#2A241C
(42,36,28)
#1E1B14
(30,27,20)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #8A6C5C

#8A6C5C
(138,108,92)
#94796A
(148,121,106)
#9E8678
(158,134,120)
#A89386
(168,147,134)
#B2A094
(178,160,148)
#BCADA2
(188,173,162)
#C6BAB0
(198,186,176)
#D0C7BE
(208,199,190)
#DAD4CC
(218,212,204)
#E4E1DA
(228,225,218)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6C5C color. Also use rgb(138,108,92) instead hex code.

Text Font Color

.myTextColor { color: #8A6C5C; }

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

This text font color is #8A6C5C.


Background Color

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

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

This div background color is #8A6C5C.


Border color

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

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

This div border color is #8A6C5C.


Opacity

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

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

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

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

This text has shadow with #8A6C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6C5C on black background.


Color preview on white background

This text has color #8A6C5C on white background.



Black color preview on #8A6C5C background

This text has black color on #8A6C5C background.


White color preview on #8A6C5C background

This text has white color on #8A6C5C background.