COLOR #8A7550

HEX: #8A7550
RGB: (138,117,80)

Color info

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

RGB color model

#8A7550 color RGB value is (138,117,80).

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

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 80 of 255 = 31%

138
117
80

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 80 = 335 (100%)
R 138 of 335 ~ 41.19%
G 117 of 335 ~ 34.93%
B 80 of 335 ~ 23.88%

%41.19
%34.93
%23.88

CMYK color model

#8A7550 color CMYK value is (0,15,42,46).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 42.03%
  • key color value is 45.88%
CMYK:
(0,15,42,46)
C0M15Y42K46 
(0%,15%,42%,46%)
(0.00/0.15/0.42/0.46)	

CMYK percentages

%0
%15.22
%42.03
%45.88

Codes

Color #8A7550 in popluar color models

8A7550
RGB13811780
HSL38°26.61%42.75%
HSB/HSV38°42.03%54.12%
CMYK0.00%15.22%42.03%
45.88%

Color #8A7550 in popluar number systems.

HEX8A7550
Decimal13811780
Binary1000101011101011010000
Octal212165120

Shades and tints

Shades of #8A7550

#8A7550
(138,117,80)
#7E6B49
(126,107,73)
#726142
(114,97,66)
#66573B
(102,87,59)
#5A4D34
(90,77,52)
#4E432D
(78,67,45)
#423926
(66,57,38)
#362F1F
(54,47,31)
#2A2518
(42,37,24)
#1E1B11
(30,27,17)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #8A7550

#8A7550
(138,117,80)
#94815F
(148,129,95)
#9E8D6E
(158,141,110)
#A8997D
(168,153,125)
#B2A58C
(178,165,140)
#BCB19B
(188,177,155)
#C6BDAA
(198,189,170)
#D0C9B9
(208,201,185)
#DAD5C8
(218,213,200)
#E4E1D7
(228,225,215)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7550; }

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

This text font color is #8A7550.


Background Color

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

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

This div background color is #8A7550.


Border color

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

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

This div border color is #8A7550.


Opacity

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

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

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

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

This text has shadow with #8A7550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7550 on black background.


Color preview on white background

This text has color #8A7550 on white background.



Black color preview on #8A7550 background

This text has black color on #8A7550 background.


White color preview on #8A7550 background

This text has white color on #8A7550 background.