COLOR #8A6442

HEX: #8A6442
RGB: (138,100,66)

Color info

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

RGB color model

#8A6442 color RGB value is (138,100,66).

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

RGB channels and saturation

R 138 of 255 = 54%
G 100 of 255 = 39%
B 66 of 255 = 26%

138
100
66

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

Portions of RGB colors in percentages

R + G + B =
138 + 100 + 66 = 304 (100%)
R 138 of 304 ~ 45.39%
G 100 of 304 ~ 32.89%
B 66 of 304 ~ 21.71%

%45.39
%32.89
%21.71

CMYK color model

#8A6442 color CMYK value is (0,28,52,46).

  • cyan value is 0.00%
  • magenta value is 27.54%
  • yellow value is 52.17%
  • key color value is 45.88%
CMYK:
(0,28,52,46)
C0M28Y52K46 
(0%,28%,52%,46%)
(0.00/0.28/0.52/0.46)	

CMYK percentages

%0
%27.54
%52.17
%45.88

Codes

Color #8A6442 in popluar color models

8A6442
RGB13810066
HSL28°35.29%40.00%
HSB/HSV28°52.17%54.12%
CMYK0.00%27.54%52.17%
45.88%

Color #8A6442 in popluar number systems.

HEX8A6442
Decimal13810066
Binary1000101011001001000010
Octal212144102

Shades and tints

Shades of #8A6442

#8A6442
(138,100,66)
#7E5B3C
(126,91,60)
#725236
(114,82,54)
#664930
(102,73,48)
#5A402A
(90,64,42)
#4E3724
(78,55,36)
#422E1E
(66,46,30)
#362518
(54,37,24)
#2A1C12
(42,28,18)
#1E130C
(30,19,12)
#120A06
(18,10,6)
#000000
(0,0,0)

Tints of #8A6442

#8A6442
(138,100,66)
#947253
(148,114,83)
#9E8064
(158,128,100)
#A88E75
(168,142,117)
#B29C86
(178,156,134)
#BCAA97
(188,170,151)
#C6B8A8
(198,184,168)
#D0C6B9
(208,198,185)
#DAD4CA
(218,212,202)
#E4E2DB
(228,226,219)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6442; }

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

This text font color is #8A6442.


Background Color

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

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

This div background color is #8A6442.


Border color

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

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

This div border color is #8A6442.


Opacity

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

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

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

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

This text has shadow with #8A6442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6442 on black background.


Color preview on white background

This text has color #8A6442 on white background.



Black color preview on #8A6442 background

This text has black color on #8A6442 background.


White color preview on #8A6442 background

This text has white color on #8A6442 background.