COLOR #8A6642

HEX: #8A6642
RGB: (138,102,66)

Color info

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

RGB color model

#8A6642 color RGB value is (138,102,66).

  • red value is 138;
  • green value is 102;
  • blue value is 66.
RGB:
(138,102,66)
(54%,40%,26%)

RGB channels and saturation

R 138 of 255 = 54%
G 102 of 255 = 40%
B 66 of 255 = 26%

138
102
66

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

Portions of RGB colors in percentages

R + G + B =
138 + 102 + 66 = 306 (100%)
R 138 of 306 ~ 45.1%
G 102 of 306 ~ 33.33%
B 66 of 306 ~ 21.57%

%45.1
%33.33
%21.57

CMYK color model

#8A6642 color CMYK value is (0,26,52,46).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 52.17%
  • key color value is 45.88%
CMYK:
(0,26,52,46)
C0M26Y52K46 
(0%,26%,52%,46%)
(0.00/0.26/0.52/0.46)	

CMYK percentages

%0
%26.09
%52.17
%45.88

Codes

Color #8A6642 in popluar color models

8A6642
RGB13810266
HSL30°35.29%40.00%
HSB/HSV30°52.17%54.12%
CMYK0.00%26.09%52.17%
45.88%

Color #8A6642 in popluar number systems.

HEX8A6642
Decimal13810266
Binary1000101011001101000010
Octal212146102

Shades and tints

Shades of #8A6642

#8A6642
(138,102,66)
#7E5D3C
(126,93,60)
#725436
(114,84,54)
#664B30
(102,75,48)
#5A422A
(90,66,42)
#4E3924
(78,57,36)
#42301E
(66,48,30)
#362718
(54,39,24)
#2A1E12
(42,30,18)
#1E150C
(30,21,12)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #8A6642

#8A6642
(138,102,66)
#947353
(148,115,83)
#9E8064
(158,128,100)
#A88D75
(168,141,117)
#B29A86
(178,154,134)
#BCA797
(188,167,151)
#C6B4A8
(198,180,168)
#D0C1B9
(208,193,185)
#DACECA
(218,206,202)
#E4DBDB
(228,219,219)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6642 color. Also use rgb(138,102,66) instead hex code.

Text Font Color

.myTextColor { color: #8A6642; }

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

This text font color is #8A6642.


Background Color

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

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

This div background color is #8A6642.


Border color

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

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

This div border color is #8A6642.


Opacity

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

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

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

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

This text has shadow with #8A6642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6642 on black background.


Color preview on white background

This text has color #8A6642 on white background.



Black color preview on #8A6642 background

This text has black color on #8A6642 background.


White color preview on #8A6642 background

This text has white color on #8A6642 background.