COLOR #8A784A

HEX: #8A784A
RGB: (138,120,74)

Color info

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

RGB color model

#8A784A color RGB value is (138,120,74).

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

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 74 of 255 = 29%

138
120
74

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

Portions of RGB colors in percentages

R + G + B =
138 + 120 + 74 = 332 (100%)
R 138 of 332 ~ 41.57%
G 120 of 332 ~ 36.14%
B 74 of 332 ~ 22.29%

%41.57
%36.14
%22.29

CMYK color model

#8A784A color CMYK value is (0,13,46,46).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 46.38%
  • key color value is 45.88%
CMYK:
(0,13,46,46)
C0M13Y46K46 
(0%,13%,46%,46%)
(0.00/0.13/0.46/0.46)	

CMYK percentages

%0
%13.04
%46.38
%45.88

Codes

Color #8A784A in popluar color models

8A784A
RGB13812074
HSL43°30.19%41.57%
HSB/HSV43°46.38%54.12%
CMYK0.00%13.04%46.38%
45.88%

Color #8A784A in popluar number systems.

HEX8A784A
Decimal13812074
Binary1000101011110001001010
Octal212170112

Shades and tints

Shades of #8A784A

#8A784A
(138,120,74)
#7E6E44
(126,110,68)
#72643E
(114,100,62)
#665A38
(102,90,56)
#5A5032
(90,80,50)
#4E462C
(78,70,44)
#423C26
(66,60,38)
#363220
(54,50,32)
#2A281A
(42,40,26)
#1E1E14
(30,30,20)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #8A784A

#8A784A
(138,120,74)
#94845A
(148,132,90)
#9E906A
(158,144,106)
#A89C7A
(168,156,122)
#B2A88A
(178,168,138)
#BCB49A
(188,180,154)
#C6C0AA
(198,192,170)
#D0CCBA
(208,204,186)
#DAD8CA
(218,216,202)
#E4E4DA
(228,228,218)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A784A; }

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

This text font color is #8A784A.


Background Color

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

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

This div background color is #8A784A.


Border color

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

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

This div border color is #8A784A.


Opacity

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

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

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

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

This text has shadow with #8A784A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A784A on black background.


Color preview on white background

This text has color #8A784A on white background.



Black color preview on #8A784A background

This text has black color on #8A784A background.


White color preview on #8A784A background

This text has white color on #8A784A background.