COLOR #8B525A

HEX: #8B525A RGB: (139,82,90)

Color info

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

RGB color model

#8B525A color RGB value is (139,82,90).

RGB: (139,82,90) (55%, 32%, 35%)

RGB channels and saturation

R 139 of 255 = 55%
G 82 of 255 = 32%
B 90 of 255 = 35%

139
82
90

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

Portions of RGB colors in percentages

R + G + B = 139 + 82 + 90 = 311 (100%)
R 139 of 311 ~ 44.69%
G 82 of 311 ~ 26.37%
B 90 of 311 ~ 28.94'%

%44.69
%26.37
%28.94

CMYK color model

#8B525A color CMYK value is (0,41,35,45).

  • cyan value is 0.00%
  • magenta value is 41.01%
  • yellow value is 35.25%
  • key color value is 45.49%

CMYK: (0,41,35,45)
C0M41Y35K45 (0%, 41%, 35%, 45%)
(0.00 / 0.41 / 0.35 / 0.45)

CMYK percentages

%0
%41.01
%35.25
%45.49

Codes

Color #8B525A in popluar color models

8B 52 5A
RGB 139 82 90
HSL 352° 25.79% 43.33%
HSB/HSV 352° 41.01% 54.51%
CMYK 0.00% 41.01% 35.25%
45.49%

Color #8B525A in popluar number systems.

HEX 8B 52 5A
Decimal 139 82 90
Binary 10001011 1010010 1011010
Octal 213 122 132

Shades and tints

Shades of #8B525A

#8B525A
(139,82,90)
#7F4B52
(127,75,82)
#73444A
(115,68,74)
#673D42
(103,61,66)
#5B363A
(91,54,58)
#4F2F32
(79,47,50)
#43282A
(67,40,42)
#372122
(55,33,34)
#2B1A1A
(43,26,26)
#1F1312
(31,19,18)
#130C0A
(19,12,10)
#000000
(0,0,0)

Tints of #8B525A

#8B525A
(139,82,90)
#956169
(149,97,105)
#9F7078
(159,112,120)
#A97F87
(169,127,135)
#B38E96
(179,142,150)
#BD9DA5
(189,157,165)
#C7ACB4
(199,172,180)
#D1BBC3
(209,187,195)
#DBCAD2
(219,202,210)
#E5D9E1
(229,217,225)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B525A color. Also use rgb(139,82,90) instead hex code.

Text Font Color

.myTextColor { color: #8B525A; }

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

This text font color is #8B525A.

Background Color

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

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

This div background color is #8B525A.

Border color

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

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

This div border color is #8B525A.

Opacity

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

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

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

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

This text has shadow with #8B525A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B525A.

Preview

Color preview on black background

This text has color #8B525A on black background.


Color preview on white background

This text has color #8B525A on white background.


Black color preview on #8B525A background

This text has black color on #8B525A background.


White color preview on #8B525A background

This text has white color on #8B525A background.


Related colors

Complementary color

Complementary color for #hex is #74ADA5.


I love getcolorcode.com

Triadic colors

1 #5A8B52 and #525A8B with #8B525A are triadic colors.

2 #5A528B and #528B5A with #8B525A are triadic colors.