COLOR #8B804F

HEX: #8B804F RGB: (139,128,79)

Color info

#8B804F contains mainly red and green colors. Web safe color of #8B804F is #996666 (or #966).

RGB color model

#8B804F color RGB value is (139,128,79).

RGB: (139,128,79) (55%, 50%, 31%)

RGB channels and saturation

R 139 of 255 = 55%
G 128 of 255 = 50%
B 79 of 255 = 31%

139
128
79

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

Portions of RGB colors in percentages

R + G + B = 139 + 128 + 79 = 346 (100%)
R 139 of 346 ~ 40.17%
G 128 of 346 ~ 36.99%
B 79 of 346 ~ 22.83'%

%40.17
%36.99
%22.83

CMYK color model

#8B804F color CMYK value is (0,8,43,45).

  • cyan value is 0.00%
  • magenta value is 7.91%
  • yellow value is 43.17%
  • key color value is 45.49%

CMYK: (0,8,43,45)
C0M8Y43K45 (0%, 8%, 43%, 45%)
(0.00 / 0.08 / 0.43 / 0.45)

CMYK percentages

%0
%7.91
%43.17
%45.49

Codes

Color #8B804F in popluar color models

8B 80 4F
RGB 139 128 79
HSL 49° 27.52% 42.75%
HSB/HSV 49° 43.17% 54.51%
CMYK 0.00% 7.91% 43.17%
45.49%

Color #8B804F in popluar number systems.

HEX 8B 80 4F
Decimal 139 128 79
Binary 10001011 10000000 1001111
Octal 213 200 117

Shades and tints

Shades of #8B804F

#8B804F
(139,128,79)
#7F7548
(127,117,72)
#736A41
(115,106,65)
#675F3A
(103,95,58)
#5B5433
(91,84,51)
#4F492C
(79,73,44)
#433E25
(67,62,37)
#37331E
(55,51,30)
#2B2817
(43,40,23)
#1F1D10
(31,29,16)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #8B804F

#8B804F
(139,128,79)
#958B5F
(149,139,95)
#9F966F
(159,150,111)
#A9A17F
(169,161,127)
#B3AC8F
(179,172,143)
#BDB79F
(189,183,159)
#C7C2AF
(199,194,175)
#D1CDBF
(209,205,191)
#DBD8CF
(219,216,207)
#E5E3DF
(229,227,223)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B804F color. Also use rgb(139,128,79) instead hex code.

Text Font Color

.myTextColor { color: #8B804F; }

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

This text font color is #8B804F.

Background Color

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

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

This div background color is #8B804F.

Border color

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

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

This div border color is #8B804F.

Opacity

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

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

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

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

This text has shadow with #8B804F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B804F.

Preview

Color preview on black background

This text has color #8B804F on black background.


Color preview on white background

This text has color #8B804F on white background.


Black color preview on #8B804F background

This text has black color on #8B804F background.


White color preview on #8B804F background

This text has white color on #8B804F background.


Related colors

Complementary color

Complementary color for #hex is #747FB0.


I love getcolorcode.com

Triadic colors

1 #4F8B80 and #804F8B with #8B804F are triadic colors.

2 #4F808B and #808B4F with #8B804F are triadic colors.