COLOR #8A875F

HEX: #8A875F
RGB: (138,135,95)

Color info

#8A875F contains red, green and blue colors in about the same proportion. Web safe color of #8A875F is #999966 (or #996).

RGB color model

#8A875F color RGB value is (138,135,95).

  • red value is 138;
  • green value is 135;
  • blue value is 95.
RGB:
(138,135,95)
(54%,53%,37%)

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 95 of 255 = 37%

138
135
95

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

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 95 = 368 (100%)
R 138 of 368 ~ 37.5%
G 135 of 368 ~ 36.68%
B 95 of 368 ~ 25.82%

%37.5
%36.68
%25.82

CMYK color model

#8A875F color CMYK value is (0,2,31,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 31.16%
  • key color value is 45.88%
CMYK:
(0,2,31,46)
C0M2Y31K46 
(0%,2%,31%,46%)
(0.00/0.02/0.31/0.46)	

CMYK percentages

%0
%2.17
%31.16
%45.88

Codes

Color #8A875F in popluar color models

8A875F
RGB13813595
HSL56°18.45%45.69%
HSB/HSV56°31.16%54.12%
CMYK0.00%2.17%31.16%
45.88%

Color #8A875F in popluar number systems.

HEX8A875F
Decimal13813595
Binary10001010100001111011111
Octal212207137

Shades and tints

Shades of #8A875F

#8A875F
(138,135,95)
#7E7B57
(126,123,87)
#726F4F
(114,111,79)
#666347
(102,99,71)
#5A573F
(90,87,63)
#4E4B37
(78,75,55)
#423F2F
(66,63,47)
#363327
(54,51,39)
#2A271F
(42,39,31)
#1E1B17
(30,27,23)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #8A875F

#8A875F
(138,135,95)
#94916D
(148,145,109)
#9E9B7B
(158,155,123)
#A8A589
(168,165,137)
#B2AF97
(178,175,151)
#BCB9A5
(188,185,165)
#C6C3B3
(198,195,179)
#D0CDC1
(208,205,193)
#DAD7CF
(218,215,207)
#E4E1DD
(228,225,221)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A875F color. Also use rgb(138,135,95) instead hex code.

Text Font Color

.myTextColor { color: #8A875F; }

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

This text font color is #8A875F.


Background Color

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

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

This div background color is #8A875F.


Border color

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

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

This div border color is #8A875F.


Opacity

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

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

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

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

This text has shadow with #8A875F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A875F on black background.


Color preview on white background

This text has color #8A875F on white background.



Black color preview on #8A875F background

This text has black color on #8A875F background.


White color preview on #8A875F background

This text has white color on #8A875F background.