COLOR #8A6952

HEX: #8A6952 RGB: (138,105,82)

Color info

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

RGB color model

#8A6952 color RGB value is (138,105,82).

RGB: (138,105,82) (54%, 41%, 32%)

RGB channels and saturation

R 138 of 255 = 54%
G 105 of 255 = 41%
B 82 of 255 = 32%

138
105
82

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

Portions of RGB colors in percentages

R + G + B = 138 + 105 + 82 = 325 (100%)
R 138 of 325 ~ 42.46%
G 105 of 325 ~ 32.31%
B 82 of 325 ~ 25.23'%

%42.46
%32.31
%25.23

CMYK color model

#8A6952 color CMYK value is (0,24,41,46).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 40.58%
  • key color value is 45.88%

CMYK: (0,24,41,46)
C0M24Y41K46 (0%, 24%, 41%, 46%)
(0.00 / 0.24 / 0.41 / 0.46)

CMYK percentages

%0
%23.91
%40.58
%45.88

Codes

Color #8A6952 in popluar color models

8A 69 52
RGB 138 105 82
HSL 25° 25.45% 43.14%
HSB/HSV 25° 40.58% 54.12%
CMYK 0.00% 23.91% 40.58%
45.88%

Color #8A6952 in popluar number systems.

HEX 8A 69 52
Decimal 138 105 82
Binary 10001010 1101001 1010010
Octal 212 151 122

Shades and tints

Shades of #8A6952

#8A6952
(138,105,82)
#7E604B
(126,96,75)
#725744
(114,87,68)
#664E3D
(102,78,61)
#5A4536
(90,69,54)
#4E3C2F
(78,60,47)
#423328
(66,51,40)
#362A21
(54,42,33)
#2A211A
(42,33,26)
#1E1813
(30,24,19)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #8A6952

#8A6952
(138,105,82)
#947661
(148,118,97)
#9E8370
(158,131,112)
#A8907F
(168,144,127)
#B29D8E
(178,157,142)
#BCAA9D
(188,170,157)
#C6B7AC
(198,183,172)
#D0C4BB
(208,196,187)
#DAD1CA
(218,209,202)
#E4DED9
(228,222,217)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6952 color. Also use rgb(138,105,82) instead hex code.

Text Font Color

.myTextColor { color: #8A6952; }

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

This text font color is #8A6952.

Background Color

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

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

This div background color is #8A6952.

Border color

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

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

This div border color is #8A6952.

Opacity

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

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

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

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

This text has shadow with #8A6952 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6952.

Preview

Color preview on black background

This text has color #8A6952 on black background.


Color preview on white background

This text has color #8A6952 on white background.


Black color preview on #8A6952 background

This text has black color on #8A6952 background.


White color preview on #8A6952 background

This text has white color on #8A6952 background.


Related colors

Complementary color

Complementary color for #hex is #7596AD.


I love getcolorcode.com

Triadic colors

1 #528A69 and #69528A with #8A6952 are triadic colors.

2 #52698A and #698A52 with #8A6952 are triadic colors.