COLOR #8A7450

HEX: #8A7450
RGB: (138,116,80)

Color info

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

RGB color model

#8A7450 color RGB value is (138,116,80).

  • red value is 138;
  • green value is 116;
  • blue value is 80.
RGB:
(138,116,80)
(54%,45%,31%)

RGB channels and saturation

R 138 of 255 = 54%
G 116 of 255 = 45%
B 80 of 255 = 31%

138
116
80

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

Portions of RGB colors in percentages

R + G + B =
138 + 116 + 80 = 334 (100%)
R 138 of 334 ~ 41.32%
G 116 of 334 ~ 34.73%
B 80 of 334 ~ 23.95%

%41.32
%34.73
%23.95

CMYK color model

#8A7450 color CMYK value is (0,16,42,46).

  • cyan value is 0.00%
  • magenta value is 15.94%
  • yellow value is 42.03%
  • key color value is 45.88%
CMYK:
(0,16,42,46)
C0M16Y42K46 
(0%,16%,42%,46%)
(0.00/0.16/0.42/0.46)	

CMYK percentages

%0
%15.94
%42.03
%45.88

Codes

Color #8A7450 in popluar color models

8A7450
RGB13811680
HSL37°26.61%42.75%
HSB/HSV37°42.03%54.12%
CMYK0.00%15.94%42.03%
45.88%

Color #8A7450 in popluar number systems.

HEX8A7450
Decimal13811680
Binary1000101011101001010000
Octal212164120

Shades and tints

Shades of #8A7450

#8A7450
(138,116,80)
#7E6A49
(126,106,73)
#726042
(114,96,66)
#66563B
(102,86,59)
#5A4C34
(90,76,52)
#4E422D
(78,66,45)
#423826
(66,56,38)
#362E1F
(54,46,31)
#2A2418
(42,36,24)
#1E1A11
(30,26,17)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #8A7450

#8A7450
(138,116,80)
#94805F
(148,128,95)
#9E8C6E
(158,140,110)
#A8987D
(168,152,125)
#B2A48C
(178,164,140)
#BCB09B
(188,176,155)
#C6BCAA
(198,188,170)
#D0C8B9
(208,200,185)
#DAD4C8
(218,212,200)
#E4E0D7
(228,224,215)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7450 color. Also use rgb(138,116,80) instead hex code.

Text Font Color

.myTextColor { color: #8A7450; }

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

This text font color is #8A7450.


Background Color

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

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

This div background color is #8A7450.


Border color

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

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

This div border color is #8A7450.


Opacity

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

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

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

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

This text has shadow with #8A7450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7450 on black background.


Color preview on white background

This text has color #8A7450 on white background.



Black color preview on #8A7450 background

This text has black color on #8A7450 background.


White color preview on #8A7450 background

This text has white color on #8A7450 background.