COLOR #8B794C

HEX: #8B794C
RGB: (139,121,76)

Color info

#8B794C contains mainly red and green colors. Web safe color of #8B794C is #996633 (or #963).

RGB color model

#8B794C color RGB value is (139,121,76).

  • red value is 139;
  • green value is 121;
  • blue value is 76.
RGB:
(139,121,76)
(55%,47%,30%)

RGB channels and saturation

R 139 of 255 = 55%
G 121 of 255 = 47%
B 76 of 255 = 30%

139
121
76

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

Portions of RGB colors in percentages

R + G + B =
139 + 121 + 76 = 336 (100%)
R 139 of 336 ~ 41.37%
G 121 of 336 ~ 36.01%
B 76 of 336 ~ 22.62%

%41.37
%36.01
%22.62

CMYK color model

#8B794C color CMYK value is (0,13,45,45).

  • cyan value is 0.00%
  • magenta value is 12.95%
  • yellow value is 45.32%
  • key color value is 45.49%
CMYK:
(0,13,45,45)
C0M13Y45K45 
(0%,13%,45%,45%)
(0.00/0.13/0.45/0.45)	

CMYK percentages

%0
%12.95
%45.32
%45.49

Codes

Color #8B794C in popluar color models

8B794C
RGB13912176
HSL43°29.30%42.16%
HSB/HSV43°45.32%54.51%
CMYK0.00%12.95%45.32%
45.49%

Color #8B794C in popluar number systems.

HEX8B794C
Decimal13912176
Binary1000101111110011001100
Octal213171114

Shades and tints

Shades of #8B794C

#8B794C
(139,121,76)
#7F6E46
(127,110,70)
#736340
(115,99,64)
#67583A
(103,88,58)
#5B4D34
(91,77,52)
#4F422E
(79,66,46)
#433728
(67,55,40)
#372C22
(55,44,34)
#2B211C
(43,33,28)
#1F1616
(31,22,22)
#130B10
(19,11,16)
#000000
(0,0,0)

Tints of #8B794C

#8B794C
(139,121,76)
#95855C
(149,133,92)
#9F916C
(159,145,108)
#A99D7C
(169,157,124)
#B3A98C
(179,169,140)
#BDB59C
(189,181,156)
#C7C1AC
(199,193,172)
#D1CDBC
(209,205,188)
#DBD9CC
(219,217,204)
#E5E5DC
(229,229,220)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B794C color. Also use rgb(139,121,76) instead hex code.

Text Font Color

.myTextColor { color: #8B794C; }

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

This text font color is #8B794C.


Background Color

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

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

This div background color is #8B794C.


Border color

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

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

This div border color is #8B794C.


Opacity

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

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

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

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

This text has shadow with #8B794C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B794C on black background.


Color preview on white background

This text has color #8B794C on white background.



Black color preview on #8B794C background

This text has black color on #8B794C background.


White color preview on #8B794C background

This text has white color on #8B794C background.