COLOR #8A7A3D

HEX: #8A7A3D RGB: (138,122,61)

Color info

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

RGB color model

#8A7A3D color RGB value is (138,122,61).

RGB: (138,122,61) (54%, 48%, 24%)

RGB channels and saturation

R 138 of 255 = 54%
G 122 of 255 = 48%
B 61 of 255 = 24%

138
122
61

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

Portions of RGB colors in percentages

R + G + B = 138 + 122 + 61 = 321 (100%)
R 138 of 321 ~ 42.99%
G 122 of 321 ~ 38.01%
B 61 of 321 ~ 19'%

%42.99
%38.01
%19

CMYK color model

#8A7A3D color CMYK value is (0,12,56,46).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 55.80%
  • key color value is 45.88%
CMYK: (0,12,56,46) C0M12Y56K46 (0%,12%,56%,46%) (0.00/0.12/0.56/0.46) 

CMYK percentages

%0
%11.59
%55.8
%45.88

Codes

Color #8A7A3D in popluar color models

8A 7A 3D
RGB 138 122 61
HSL 48° 38.69% 39.02%
HSB/HSV 48° 55.80% 54.12%
CMYK 0.00% 11.59% 55.80%
45.88%

Color #8A7A3D in popluar number systems.

HEX 8A 7A 3D
Decimal 138 122 61
Binary 10001010 1111010 111101
Octal 212 172 75

Shades and tints

Shades of #8A7A3D

#8A7A3D
(138,122,61)
#7E6F38
(126,111,56)
#726433
(114,100,51)
#66592E
(102,89,46)
#5A4E29
(90,78,41)
#4E4324
(78,67,36)
#42381F
(66,56,31)
#362D1A
(54,45,26)
#2A2215
(42,34,21)
#1E1710
(30,23,16)
#120C0B
(18,12,11)
#000000
(0,0,0)

Tints of #8A7A3D

#8A7A3D
(138,122,61)
#94864E
(148,134,78)
#9E925F
(158,146,95)
#A89E70
(168,158,112)
#B2AA81
(178,170,129)
#BCB692
(188,182,146)
#C6C2A3
(198,194,163)
#D0CEB4
(208,206,180)
#DADAC5
(218,218,197)
#E4E6D6
(228,230,214)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7A3D color. Also use rgb(138,122,61) instead hex code.

Text Font Color

.myTextColor { color: #8A7A3D; }

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

This text font color is #8A7A3D.

Background Color

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

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

This div background color is #8A7A3D.

Border color

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

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

This div border color is #8A7A3D.

Opacity

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

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

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

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

This text has shadow with #8A7A3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A7A3D.

Preview

Color preview on black background

This text has color #8A7A3D on black background.


Color preview on white background

This text has color #8A7A3D on white background.


Black color preview on #8A7A3D background

This text has black color on #8A7A3D background.


White color preview on #8A7A3D background

This text has white color on #8A7A3D background.


Related colors

Complementary color

Complementary color for #hex is #7585C2.


I love getcolorcode.com

Triadic colors

1 #3D8A7A and #7A3D8A with #8A7A3D are triadic colors.

2 #3D7A8A and #7A8A3D with #8A7A3D are triadic colors.