COLOR #8B6352

HEX: #8B6352 RGB: (139,99,82)

Color info

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

RGB color model

#8B6352 color RGB value is (139,99,82).

RGB: (139,99,82) (55%, 39%, 32%)

RGB channels and saturation

R 139 of 255 = 55%
G 99 of 255 = 39%
B 82 of 255 = 32%

139
99
82

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

Portions of RGB colors in percentages

R + G + B = 139 + 99 + 82 = 320 (100%)
R 139 of 320 ~ 43.44%
G 99 of 320 ~ 30.94%
B 82 of 320 ~ 25.63'%

%43.44
%30.94
%25.63

CMYK color model

#8B6352 color CMYK value is (0,29,41,45).

  • cyan value is 0.00%
  • magenta value is 28.78%
  • yellow value is 41.01%
  • key color value is 45.49%
CMYK: (0,29,41,45) C0M29Y41K45 (0%,29%,41%,45%) (0.00/0.29/0.41/0.45) 

CMYK percentages

%0
%28.78
%41.01
%45.49

Codes

Color #8B6352 in popluar color models

8B 63 52
RGB 139 99 82
HSL 18° 25.79% 43.33%
HSB/HSV 18° 41.01% 54.51%
CMYK 0.00% 28.78% 41.01%
45.49%

Color #8B6352 in popluar number systems.

HEX 8B 63 52
Decimal 139 99 82
Binary 10001011 1100011 1010010
Octal 213 143 122

Shades and tints

Shades of #8B6352

#8B6352
(139,99,82)
#7F5A4B
(127,90,75)
#735144
(115,81,68)
#67483D
(103,72,61)
#5B3F36
(91,63,54)
#4F362F
(79,54,47)
#432D28
(67,45,40)
#372421
(55,36,33)
#2B1B1A
(43,27,26)
#1F1213
(31,18,19)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #8B6352

#8B6352
(139,99,82)
#957161
(149,113,97)
#9F7F70
(159,127,112)
#A98D7F
(169,141,127)
#B39B8E
(179,155,142)
#BDA99D
(189,169,157)
#C7B7AC
(199,183,172)
#D1C5BB
(209,197,187)
#DBD3CA
(219,211,202)
#E5E1D9
(229,225,217)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6352; }

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

This text font color is #8B6352.

Background Color

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

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

This div background color is #8B6352.

Border color

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

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

This div border color is #8B6352.

Opacity

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

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

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

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

This text has shadow with #8B6352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6352.

Preview

Color preview on black background

This text has color #8B6352 on black background.


Color preview on white background

This text has color #8B6352 on white background.


Black color preview on #8B6352 background

This text has black color on #8B6352 background.


White color preview on #8B6352 background

This text has white color on #8B6352 background.


Related colors

Complementary color

Complementary color for #hex is #749CAD.


I love getcolorcode.com

Triadic colors

1 #528B63 and #63528B with #8B6352 are triadic colors.

2 #52638B and #638B52 with #8B6352 are triadic colors.