COLOR #8A6840

HEX: #8A6840
RGB: (138,104,64)

Color info

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

RGB color model

#8A6840 color RGB value is (138,104,64).

  • red value is 138;
  • green value is 104;
  • blue value is 64.
RGB:
(138,104,64)
(54%,41%,25%)

RGB channels and saturation

R 138 of 255 = 54%
G 104 of 255 = 41%
B 64 of 255 = 25%

138
104
64

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

Portions of RGB colors in percentages

R + G + B =
138 + 104 + 64 = 306 (100%)
R 138 of 306 ~ 45.1%
G 104 of 306 ~ 33.99%
B 64 of 306 ~ 20.92%

%45.1
%33.99
%20.92

CMYK color model

#8A6840 color CMYK value is (0,25,54,46).

  • cyan value is 0.00%
  • magenta value is 24.64%
  • yellow value is 53.62%
  • key color value is 45.88%
CMYK:
(0,25,54,46)
C0M25Y54K46 
(0%,25%,54%,46%)
(0.00/0.25/0.54/0.46)	

CMYK percentages

%0
%24.64
%53.62
%45.88

Codes

Color #8A6840 in popluar color models

8A6840
RGB13810464
HSL32°36.63%39.61%
HSB/HSV32°53.62%54.12%
CMYK0.00%24.64%53.62%
45.88%

Color #8A6840 in popluar number systems.

HEX8A6840
Decimal13810464
Binary1000101011010001000000
Octal212150100

Shades and tints

Shades of #8A6840

#8A6840
(138,104,64)
#7E5F3B
(126,95,59)
#725636
(114,86,54)
#664D31
(102,77,49)
#5A442C
(90,68,44)
#4E3B27
(78,59,39)
#423222
(66,50,34)
#36291D
(54,41,29)
#2A2018
(42,32,24)
#1E1713
(30,23,19)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #8A6840

#8A6840
(138,104,64)
#947551
(148,117,81)
#9E8262
(158,130,98)
#A88F73
(168,143,115)
#B29C84
(178,156,132)
#BCA995
(188,169,149)
#C6B6A6
(198,182,166)
#D0C3B7
(208,195,183)
#DAD0C8
(218,208,200)
#E4DDD9
(228,221,217)
#EEEAEA
(238,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6840 color. Also use rgb(138,104,64) instead hex code.

Text Font Color

.myTextColor { color: #8A6840; }

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

This text font color is #8A6840.


Background Color

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

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

This div background color is #8A6840.


Border color

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

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

This div border color is #8A6840.


Opacity

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

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

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

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

This text has shadow with #8A6840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6840 on black background.


Color preview on white background

This text has color #8A6840 on white background.



Black color preview on #8A6840 background

This text has black color on #8A6840 background.


White color preview on #8A6840 background

This text has white color on #8A6840 background.