COLOR #8A785C

HEX: #8A785C RGB: (138,120,92)

Color info

#8A785C contains red, green and blue colors in about the same proportion. Web safe color of #8A785C is #996666 (or #966).

RGB color model

#8A785C color RGB value is (138,120,92).

RGB: (138,120,92) (54%, 47%, 36%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 92 of 255 = 36%

138
120
92

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

Portions of RGB colors in percentages

R + G + B = 138 + 120 + 92 = 350 (100%)
R 138 of 350 ~ 39.43%
G 120 of 350 ~ 34.29%
B 92 of 350 ~ 26.29'%

%39.43
%34.29
%26.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 33.33%
  • key color value is 45.88%
CMYK: (0,13,33,46) C0M13Y33K46 (0%,13%,33%,46%) (0.00/0.13/0.33/0.46) 

CMYK percentages

%0
%13.04
%33.33
%45.88

Codes

Color #8A785C in popluar color models

8A 78 5C
RGB 138 120 92
HSL 37° 20.00% 45.10%
HSB/HSV 37° 33.33% 54.12%
CMYK 0.00% 13.04% 33.33%
45.88%

Color #8A785C in popluar number systems.

HEX 8A 78 5C
Decimal 138 120 92
Binary 10001010 1111000 1011100
Octal 212 170 134

Shades and tints

Shades of #8A785C

#8A785C
(138,120,92)
#7E6E54
(126,110,84)
#72644C
(114,100,76)
#665A44
(102,90,68)
#5A503C
(90,80,60)
#4E4634
(78,70,52)
#423C2C
(66,60,44)
#363224
(54,50,36)
#2A281C
(42,40,28)
#1E1E14
(30,30,20)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #8A785C

#8A785C
(138,120,92)
#94846A
(148,132,106)
#9E9078
(158,144,120)
#A89C86
(168,156,134)
#B2A894
(178,168,148)
#BCB4A2
(188,180,162)
#C6C0B0
(198,192,176)
#D0CCBE
(208,204,190)
#DAD8CC
(218,216,204)
#E4E4DA
(228,228,218)
#EEF0E8
(238,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A785C; }

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

This text font color is #8A785C.

Background Color

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

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

This div background color is #8A785C.

Border color

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

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

This div border color is #8A785C.

Opacity

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

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

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

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

This text has shadow with #8A785C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A785C.

Preview

Color preview on black background

This text has color #8A785C on black background.


Color preview on white background

This text has color #8A785C on white background.


Black color preview on #8A785C background

This text has black color on #8A785C background.


White color preview on #8A785C background

This text has white color on #8A785C background.


Related colors

Complementary color

Complementary color for #hex is #7587A3.


I love getcolorcode.com

Triadic colors

1 #5C8A78 and #785C8A with #8A785C are triadic colors.

2 #5C788A and #788A5C with #8A785C are triadic colors.