COLOR #8A6352

HEX: #8A6352 RGB: (138,99,82)

Color info

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

RGB color model

#8A6352 color RGB value is (138,99,82).

RGB: (138,99,82) (54%, 39%, 32%)

RGB channels and saturation

R 138 of 255 = 54%
G 99 of 255 = 39%
B 82 of 255 = 32%

138
99
82

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

Portions of RGB colors in percentages

R + G + B = 138 + 99 + 82 = 319 (100%)
R 138 of 319 ~ 43.26%
G 99 of 319 ~ 31.03%
B 82 of 319 ~ 25.71'%

%43.26
%31.03
%25.71

CMYK color model

#8A6352 color CMYK value is (0,28,41,46).

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

CMYK: (0,28,41,46)
C0M28Y41K46 (0%, 28%, 41%, 46%)
(0.00 / 0.28 / 0.41 / 0.46)

CMYK percentages

%0
%28.26
%40.58
%45.88

Codes

Color #8A6352 in popluar color models

8A 63 52
RGB 138 99 82
HSL 18° 25.45% 43.14%
HSB/HSV 18° 40.58% 54.12%
CMYK 0.00% 28.26% 40.58%
45.88%

Color #8A6352 in popluar number systems.

HEX 8A 63 52
Decimal 138 99 82
Binary 10001010 1100011 1010010
Octal 212 143 122

Shades and tints

Shades of #8A6352

#8A6352
(138,99,82)
#7E5A4B
(126,90,75)
#725144
(114,81,68)
#66483D
(102,72,61)
#5A3F36
(90,63,54)
#4E362F
(78,54,47)
#422D28
(66,45,40)
#362421
(54,36,33)
#2A1B1A
(42,27,26)
#1E1213
(30,18,19)
#12090C
(18,9,12)
#000000
(0,0,0)

Tints of #8A6352

#8A6352
(138,99,82)
#947161
(148,113,97)
#9E7F70
(158,127,112)
#A88D7F
(168,141,127)
#B29B8E
(178,155,142)
#BCA99D
(188,169,157)
#C6B7AC
(198,183,172)
#D0C5BB
(208,197,187)
#DAD3CA
(218,211,202)
#E4E1D9
(228,225,217)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6352; }

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

This text font color is #8A6352.

Background Color

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

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

This div background color is #8A6352.

Border color

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

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

This div border color is #8A6352.

Opacity

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

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

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

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

This text has shadow with #8A6352 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A6352.

Preview

Color preview on black background

This text has color #8A6352 on black background.


Color preview on white background

This text has color #8A6352 on white background.


Black color preview on #8A6352 background

This text has black color on #8A6352 background.


White color preview on #8A6352 background

This text has white color on #8A6352 background.


Related colors

Complementary color

Complementary color for #hex is #759CAD.


I love getcolorcode.com

Triadic colors

1 #528A63 and #63528A with #8A6352 are triadic colors.

2 #52638A and #638A52 with #8A6352 are triadic colors.