COLOR #8B784A

HEX: #8B784A
RGB: (139,120,74)

Color info

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

RGB color model

#8B784A color RGB value is (139,120,74).

  • red value is 139;
  • green value is 120;
  • blue value is 74.
RGB:
(139,120,74)
(55%,47%,29%)

RGB channels and saturation

R 139 of 255 = 55%
G 120 of 255 = 47%
B 74 of 255 = 29%

139
120
74

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

Portions of RGB colors in percentages

R + G + B =
139 + 120 + 74 = 333 (100%)
R 139 of 333 ~ 41.74%
G 120 of 333 ~ 36.04%
B 74 of 333 ~ 22.22%

%41.74
%36.04
%22.22

CMYK color model

#8B784A color CMYK value is (0,14,47,45).

  • cyan value is 0.00%
  • magenta value is 13.67%
  • yellow value is 46.76%
  • key color value is 45.49%
CMYK:
(0,14,47,45)
C0M14Y47K45 
(0%,14%,47%,45%)
(0.00/0.14/0.47/0.45)	

CMYK percentages

%0
%13.67
%46.76
%45.49

Codes

Color #8B784A in popluar color models

8B784A
RGB13912074
HSL42°30.52%41.76%
HSB/HSV42°46.76%54.51%
CMYK0.00%13.67%46.76%
45.49%

Color #8B784A in popluar number systems.

HEX8B784A
Decimal13912074
Binary1000101111110001001010
Octal213170112

Shades and tints

Shades of #8B784A

#8B784A
(139,120,74)
#7F6E44
(127,110,68)
#73643E
(115,100,62)
#675A38
(103,90,56)
#5B5032
(91,80,50)
#4F462C
(79,70,44)
#433C26
(67,60,38)
#373220
(55,50,32)
#2B281A
(43,40,26)
#1F1E14
(31,30,20)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #8B784A

#8B784A
(139,120,74)
#95845A
(149,132,90)
#9F906A
(159,144,106)
#A99C7A
(169,156,122)
#B3A88A
(179,168,138)
#BDB49A
(189,180,154)
#C7C0AA
(199,192,170)
#D1CCBA
(209,204,186)
#DBD8CA
(219,216,202)
#E5E4DA
(229,228,218)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B784A color. Also use rgb(139,120,74) instead hex code.

Text Font Color

.myTextColor { color: #8B784A; }

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

This text font color is #8B784A.


Background Color

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

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

This div background color is #8B784A.


Border color

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

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

This div border color is #8B784A.


Opacity

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

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

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

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

This text has shadow with #8B784A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B784A on black background.


Color preview on white background

This text has color #8B784A on white background.



Black color preview on #8B784A background

This text has black color on #8B784A background.


White color preview on #8B784A background

This text has white color on #8B784A background.