COLOR #8A794F

HEX: #8A794F RGB: (138,121,79)

Color info

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

RGB color model

#8A794F color RGB value is (138,121,79).

RGB: (138,121,79) (54%, 47%, 31%)

RGB channels and saturation

R 138 of 255 = 54%
G 121 of 255 = 47%
B 79 of 255 = 31%

138
121
79

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

Portions of RGB colors in percentages

R + G + B = 138 + 121 + 79 = 338 (100%)
R 138 of 338 ~ 40.83%
G 121 of 338 ~ 35.8%
B 79 of 338 ~ 23.37'%

%40.83
%35.8
%23.37

CMYK color model

#8A794F color CMYK value is (0,12,43,46).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 42.75%
  • key color value is 45.88%

CMYK: (0,12,43,46)
C0M12Y43K46 (0%, 12%, 43%, 46%)
(0.00 / 0.12 / 0.43 / 0.46)

CMYK percentages

%0
%12.32
%42.75
%45.88

Codes

Color #8A794F in popluar color models

8A 79 4F
RGB 138 121 79
HSL 43° 27.19% 42.55%
HSB/HSV 43° 42.75% 54.12%
CMYK 0.00% 12.32% 42.75%
45.88%

Color #8A794F in popluar number systems.

HEX 8A 79 4F
Decimal 138 121 79
Binary 10001010 1111001 1001111
Octal 212 171 117

Shades and tints

Shades of #8A794F

#8A794F
(138,121,79)
#7E6E48
(126,110,72)
#726341
(114,99,65)
#66583A
(102,88,58)
#5A4D33
(90,77,51)
#4E422C
(78,66,44)
#423725
(66,55,37)
#362C1E
(54,44,30)
#2A2117
(42,33,23)
#1E1610
(30,22,16)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #8A794F

#8A794F
(138,121,79)
#94855F
(148,133,95)
#9E916F
(158,145,111)
#A89D7F
(168,157,127)
#B2A98F
(178,169,143)
#BCB59F
(188,181,159)
#C6C1AF
(198,193,175)
#D0CDBF
(208,205,191)
#DAD9CF
(218,217,207)
#E4E5DF
(228,229,223)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A794F color. Also use rgb(138,121,79) instead hex code.

Text Font Color

.myTextColor { color: #8A794F; }

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

This text font color is #8A794F.

Background Color

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

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

This div background color is #8A794F.

Border color

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

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

This div border color is #8A794F.

Opacity

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

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

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

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

This text has shadow with #8A794F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A794F.

Preview

Color preview on black background

This text has color #8A794F on black background.


Color preview on white background

This text has color #8A794F on white background.


Black color preview on #8A794F background

This text has black color on #8A794F background.


White color preview on #8A794F background

This text has white color on #8A794F background.


Related colors

Complementary color

Complementary color for #hex is #7586B0.


I love getcolorcode.com

Triadic colors

1 #4F8A79 and #794F8A with #8A794F are triadic colors.

2 #4F798A and #798A4F with #8A794F are triadic colors.