COLOR #8A5952

HEX: #8A5952
RGB: (138,89,82)

Color info

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

RGB color model

#8A5952 color RGB value is (138,89,82).

  • red value is 138;
  • green value is 89;
  • blue value is 82.
RGB:
(138,89,82)
(54%,35%,32%)

RGB channels and saturation

R 138 of 255 = 54%
G 89 of 255 = 35%
B 82 of 255 = 32%

138
89
82

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

Portions of RGB colors in percentages

R + G + B =
138 + 89 + 82 = 309 (100%)
R 138 of 309 ~ 44.66%
G 89 of 309 ~ 28.8%
B 82 of 309 ~ 26.54%

%44.66
%28.8
%26.54

CMYK color model

#8A5952 color CMYK value is (0,36,41,46).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 40.58%
  • key color value is 45.88%
CMYK:
(0,36,41,46)
C0M36Y41K46 
(0%,36%,41%,46%)
(0.00/0.36/0.41/0.46)	

CMYK percentages

%0
%35.51
%40.58
%45.88

Codes

Color #8A5952 in popluar color models

8A5952
RGB1388982
HSL25.45%43.14%
HSB/HSV40.58%54.12%
CMYK0.00%35.51%40.58%
45.88%

Color #8A5952 in popluar number systems.

HEX8A5952
Decimal1388982
Binary1000101010110011010010
Octal212131122

Shades and tints

Shades of #8A5952

#8A5952
(138,89,82)
#7E514B
(126,81,75)
#724944
(114,73,68)
#66413D
(102,65,61)
#5A3936
(90,57,54)
#4E312F
(78,49,47)
#422928
(66,41,40)
#362121
(54,33,33)
#2A191A
(42,25,26)
#1E1113
(30,17,19)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #8A5952

#8A5952
(138,89,82)
#946861
(148,104,97)
#9E7770
(158,119,112)
#A8867F
(168,134,127)
#B2958E
(178,149,142)
#BCA49D
(188,164,157)
#C6B3AC
(198,179,172)
#D0C2BB
(208,194,187)
#DAD1CA
(218,209,202)
#E4E0D9
(228,224,217)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5952 color. Also use rgb(138,89,82) instead hex code.

Text Font Color

.myTextColor { color: #8A5952; }

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

This text font color is #8A5952.


Background Color

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

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

This div background color is #8A5952.


Border color

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

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

This div border color is #8A5952.


Opacity

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

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

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

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

This text has shadow with #8A5952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5952 on black background.


Color preview on white background

This text has color #8A5952 on white background.



Black color preview on #8A5952 background

This text has black color on #8A5952 background.


White color preview on #8A5952 background

This text has white color on #8A5952 background.