COLOR #8A7567

HEX: #8A7567
RGB: (138,117,103)

Color info

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

RGB color model

#8A7567 color RGB value is (138,117,103).

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

RGB channels and saturation

R 138 of 255 = 54%
G 117 of 255 = 46%
B 103 of 255 = 40%

138
117
103

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

Portions of RGB colors in percentages

R + G + B =
138 + 117 + 103 = 358 (100%)
R 138 of 358 ~ 38.55%
G 117 of 358 ~ 32.68%
B 103 of 358 ~ 28.77%

%38.55
%32.68
%28.77

CMYK color model

#8A7567 color CMYK value is (0,15,25,46).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 25.36%
  • key color value is 45.88%
CMYK:
(0,15,25,46)
C0M15Y25K46 
(0%,15%,25%,46%)
(0.00/0.15/0.25/0.46)	

CMYK percentages

%0
%15.22
%25.36
%45.88

Codes

Color #8A7567 in popluar color models

8A7567
RGB138117103
HSL24°14.52%47.25%
HSB/HSV24°25.36%54.12%
CMYK0.00%15.22%25.36%
45.88%

Color #8A7567 in popluar number systems.

HEX8A7567
Decimal138117103
Binary1000101011101011100111
Octal212165147

Shades and tints

Shades of #8A7567

#8A7567
(138,117,103)
#7E6B5E
(126,107,94)
#726155
(114,97,85)
#66574C
(102,87,76)
#5A4D43
(90,77,67)
#4E433A
(78,67,58)
#423931
(66,57,49)
#362F28
(54,47,40)
#2A251F
(42,37,31)
#1E1B16
(30,27,22)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #8A7567

#8A7567
(138,117,103)
#948174
(148,129,116)
#9E8D81
(158,141,129)
#A8998E
(168,153,142)
#B2A59B
(178,165,155)
#BCB1A8
(188,177,168)
#C6BDB5
(198,189,181)
#D0C9C2
(208,201,194)
#DAD5CF
(218,213,207)
#E4E1DC
(228,225,220)
#EEEDE9
(238,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7567; }

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

This text font color is #8A7567.


Background Color

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

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

This div background color is #8A7567.


Border color

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

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

This div border color is #8A7567.


Opacity

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

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

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

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

This text has shadow with #8A7567 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7567 on black background.


Color preview on white background

This text has color #8A7567 on white background.



Black color preview on #8A7567 background

This text has black color on #8A7567 background.


White color preview on #8A7567 background

This text has white color on #8A7567 background.