COLOR #8B8552

HEX: #8B8552
RGB: (139,133,82)

Color info

#8B8552 contains red, green and blue colors in about the same proportion. Web safe color of #8B8552 is #999966 (or #996).

RGB color model

#8B8552 color RGB value is (139,133,82).

  • red value is 139;
  • green value is 133;
  • blue value is 82.
RGB:
(139,133,82)
(55%,52%,32%)

RGB channels and saturation

R 139 of 255 = 55%
G 133 of 255 = 52%
B 82 of 255 = 32%

139
133
82

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

Portions of RGB colors in percentages

R + G + B =
139 + 133 + 82 = 354 (100%)
R 139 of 354 ~ 39.27%
G 133 of 354 ~ 37.57%
B 82 of 354 ~ 23.16%

%39.27
%37.57
%23.16

CMYK color model

#8B8552 color CMYK value is (0,4,41,45).

  • cyan value is 0.00%
  • magenta value is 4.32%
  • yellow value is 41.01%
  • key color value is 45.49%
CMYK:
(0,4,41,45)
C0M4Y41K45 
(0%,4%,41%,45%)
(0.00/0.04/0.41/0.45)	

CMYK percentages

%0
%4.32
%41.01
%45.49

Codes

Color #8B8552 in popluar color models

8B8552
RGB13913382
HSL54°25.79%43.33%
HSB/HSV54°41.01%54.51%
CMYK0.00%4.32%41.01%
45.49%

Color #8B8552 in popluar number systems.

HEX8B8552
Decimal13913382
Binary10001011100001011010010
Octal213205122

Shades and tints

Shades of #8B8552

#8B8552
(139,133,82)
#7F794B
(127,121,75)
#736D44
(115,109,68)
#67613D
(103,97,61)
#5B5536
(91,85,54)
#4F492F
(79,73,47)
#433D28
(67,61,40)
#373121
(55,49,33)
#2B251A
(43,37,26)
#1F1913
(31,25,19)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #8B8552

#8B8552
(139,133,82)
#959061
(149,144,97)
#9F9B70
(159,155,112)
#A9A67F
(169,166,127)
#B3B18E
(179,177,142)
#BDBC9D
(189,188,157)
#C7C7AC
(199,199,172)
#D1D2BB
(209,210,187)
#DBDDCA
(219,221,202)
#E5E8D9
(229,232,217)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B8552; }

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

This text font color is #8B8552.


Background Color

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

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

This div background color is #8B8552.


Border color

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

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

This div border color is #8B8552.


Opacity

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

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

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

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

This text has shadow with #8B8552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B8552 on black background.


Color preview on white background

This text has color #8B8552 on white background.



Black color preview on #8B8552 background

This text has black color on #8B8552 background.


White color preview on #8B8552 background

This text has white color on #8B8552 background.