COLOR #8B826D

HEX: #8B826D RGB: (139,130,109)

Color info

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

RGB color model

#8B826D color RGB value is (139,130,109).

RGB: (139,130,109) (55%, 51%, 43%)

RGB channels and saturation

R 139 of 255 = 55%
G 130 of 255 = 51%
B 109 of 255 = 43%

139
130
109

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

Portions of RGB colors in percentages

R + G + B = 139 + 130 + 109 = 378 (100%)
R 139 of 378 ~ 36.77%
G 130 of 378 ~ 34.39%
B 109 of 378 ~ 28.84'%

%36.77
%34.39
%28.84

CMYK color model

#8B826D color CMYK value is (0,6,22,45).

  • cyan value is 0.00%
  • magenta value is 6.47%
  • yellow value is 21.58%
  • key color value is 45.49%

CMYK: (0,6,22,45)
C0M6Y22K45 (0%, 6%, 22%, 45%)
(0.00 / 0.06 / 0.22 / 0.45)

CMYK percentages

%0
%6.47
%21.58
%45.49

Codes

Color #8B826D in popluar color models

8B 82 6D
RGB 139 130 109
HSL 42° 12.10% 48.63%
HSB/HSV 42° 21.58% 54.51%
CMYK 0.00% 6.47% 21.58%
45.49%

Color #8B826D in popluar number systems.

HEX 8B 82 6D
Decimal 139 130 109
Binary 10001011 10000010 1101101
Octal 213 202 155

Shades and tints

Shades of #8B826D

#8B826D
(139,130,109)
#7F7764
(127,119,100)
#736C5B
(115,108,91)
#676152
(103,97,82)
#5B5649
(91,86,73)
#4F4B40
(79,75,64)
#434037
(67,64,55)
#37352E
(55,53,46)
#2B2A25
(43,42,37)
#1F1F1C
(31,31,28)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #8B826D

#8B826D
(139,130,109)
#958D7A
(149,141,122)
#9F9887
(159,152,135)
#A9A394
(169,163,148)
#B3AEA1
(179,174,161)
#BDB9AE
(189,185,174)
#C7C4BB
(199,196,187)
#D1CFC8
(209,207,200)
#DBDAD5
(219,218,213)
#E5E5E2
(229,229,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B826D color. Also use rgb(139,130,109) instead hex code.

Text Font Color

.myTextColor { color: #8B826D; }

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

This text font color is #8B826D.

Background Color

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

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

This div background color is #8B826D.

Border color

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

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

This div border color is #8B826D.

Opacity

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

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

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

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

This text has shadow with #8B826D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B826D.

Preview

Color preview on black background

This text has color #8B826D on black background.


Color preview on white background

This text has color #8B826D on white background.


Black color preview on #8B826D background

This text has black color on #8B826D background.


White color preview on #8B826D background

This text has white color on #8B826D background.


Related colors

Complementary color

Complementary color for #hex is #747D92.


I love getcolorcode.com

Triadic colors

1 #6D8B82 and #826D8B with #8B826D are triadic colors.

2 #6D828B and #828B6D with #8B826D are triadic colors.