COLOR #8A7261

HEX: #8A7261
RGB: (138,114,97)

Color info

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

RGB color model

#8A7261 color RGB value is (138,114,97).

  • red value is 138;
  • green value is 114;
  • blue value is 97.
RGB:
(138,114,97)
(54%,45%,38%)

RGB channels and saturation

R 138 of 255 = 54%
G 114 of 255 = 45%
B 97 of 255 = 38%

138
114
97

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

Portions of RGB colors in percentages

R + G + B =
138 + 114 + 97 = 349 (100%)
R 138 of 349 ~ 39.54%
G 114 of 349 ~ 32.66%
B 97 of 349 ~ 27.79%

%39.54
%32.66
%27.79

CMYK color model

#8A7261 color CMYK value is (0,17,30,46).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 29.71%
  • key color value is 45.88%
CMYK:
(0,17,30,46)
C0M17Y30K46 
(0%,17%,30%,46%)
(0.00/0.17/0.30/0.46)	

CMYK percentages

%0
%17.39
%29.71
%45.88

Codes

Color #8A7261 in popluar color models

8A7261
RGB13811497
HSL25°17.45%46.08%
HSB/HSV25°29.71%54.12%
CMYK0.00%17.39%29.71%
45.88%

Color #8A7261 in popluar number systems.

HEX8A7261
Decimal13811497
Binary1000101011100101100001
Octal212162141

Shades and tints

Shades of #8A7261

#8A7261
(138,114,97)
#7E6859
(126,104,89)
#725E51
(114,94,81)
#665449
(102,84,73)
#5A4A41
(90,74,65)
#4E4039
(78,64,57)
#423631
(66,54,49)
#362C29
(54,44,41)
#2A2221
(42,34,33)
#1E1819
(30,24,25)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #8A7261

#8A7261
(138,114,97)
#947E6F
(148,126,111)
#9E8A7D
(158,138,125)
#A8968B
(168,150,139)
#B2A299
(178,162,153)
#BCAEA7
(188,174,167)
#C6BAB5
(198,186,181)
#D0C6C3
(208,198,195)
#DAD2D1
(218,210,209)
#E4DEDF
(228,222,223)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7261 color. Also use rgb(138,114,97) instead hex code.

Text Font Color

.myTextColor { color: #8A7261; }

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

This text font color is #8A7261.


Background Color

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

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

This div background color is #8A7261.


Border color

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

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

This div border color is #8A7261.


Opacity

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

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

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

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

This text has shadow with #8A7261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7261 on black background.


Color preview on white background

This text has color #8A7261 on white background.



Black color preview on #8A7261 background

This text has black color on #8A7261 background.


White color preview on #8A7261 background

This text has white color on #8A7261 background.