COLOR #8A7B57

HEX: #8A7B57
RGB: (138,123,87)

Color info

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

RGB color model

#8A7B57 color RGB value is (138,123,87).

  • red value is 138;
  • green value is 123;
  • blue value is 87.
RGB:
(138,123,87)
(54%,48%,34%)

RGB channels and saturation

R 138 of 255 = 54%
G 123 of 255 = 48%
B 87 of 255 = 34%

138
123
87

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

Portions of RGB colors in percentages

R + G + B =
138 + 123 + 87 = 348 (100%)
R 138 of 348 ~ 39.66%
G 123 of 348 ~ 35.34%
B 87 of 348 ~ 25%

%39.66
%35.34
%25

CMYK color model

#8A7B57 color CMYK value is (0,11,37,46).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 36.96%
  • key color value is 45.88%
CMYK:
(0,11,37,46)
C0M11Y37K46 
(0%,11%,37%,46%)
(0.00/0.11/0.37/0.46)	

CMYK percentages

%0
%10.87
%36.96
%45.88

Codes

Color #8A7B57 in popluar color models

8A7B57
RGB13812387
HSL42°22.67%44.12%
HSB/HSV42°36.96%54.12%
CMYK0.00%10.87%36.96%
45.88%

Color #8A7B57 in popluar number systems.

HEX8A7B57
Decimal13812387
Binary1000101011110111010111
Octal212173127

Shades and tints

Shades of #8A7B57

#8A7B57
(138,123,87)
#7E7050
(126,112,80)
#726549
(114,101,73)
#665A42
(102,90,66)
#5A4F3B
(90,79,59)
#4E4434
(78,68,52)
#42392D
(66,57,45)
#362E26
(54,46,38)
#2A231F
(42,35,31)
#1E1818
(30,24,24)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #8A7B57

#8A7B57
(138,123,87)
#948766
(148,135,102)
#9E9375
(158,147,117)
#A89F84
(168,159,132)
#B2AB93
(178,171,147)
#BCB7A2
(188,183,162)
#C6C3B1
(198,195,177)
#D0CFC0
(208,207,192)
#DADBCF
(218,219,207)
#E4E7DE
(228,231,222)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7B57 color. Also use rgb(138,123,87) instead hex code.

Text Font Color

.myTextColor { color: #8A7B57; }

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

This text font color is #8A7B57.


Background Color

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

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

This div background color is #8A7B57.


Border color

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

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

This div border color is #8A7B57.


Opacity

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

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

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

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

This text has shadow with #8A7B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7B57 on black background.


Color preview on white background

This text has color #8A7B57 on white background.



Black color preview on #8A7B57 background

This text has black color on #8A7B57 background.


White color preview on #8A7B57 background

This text has white color on #8A7B57 background.