COLOR #8A8750

HEX: #8A8750
RGB: (138,135,80)

Color info

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

RGB color model

#8A8750 color RGB value is (138,135,80).

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

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 80 of 255 = 31%

138
135
80

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

Portions of RGB colors in percentages

R + G + B =
138 + 135 + 80 = 353 (100%)
R 138 of 353 ~ 39.09%
G 135 of 353 ~ 38.24%
B 80 of 353 ~ 22.66%

%39.09
%38.24
%22.66

CMYK color model

#8A8750 color CMYK value is (0,2,42,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 42.03%
  • key color value is 45.88%
CMYK:
(0,2,42,46)
C0M2Y42K46 
(0%,2%,42%,46%)
(0.00/0.02/0.42/0.46)	

CMYK percentages

%0
%2.17
%42.03
%45.88

Codes

Color #8A8750 in popluar color models

8A8750
RGB13813580
HSL57°26.61%42.75%
HSB/HSV57°42.03%54.12%
CMYK0.00%2.17%42.03%
45.88%

Color #8A8750 in popluar number systems.

HEX8A8750
Decimal13813580
Binary10001010100001111010000
Octal212207120

Shades and tints

Shades of #8A8750

#8A8750
(138,135,80)
#7E7B49
(126,123,73)
#726F42
(114,111,66)
#66633B
(102,99,59)
#5A5734
(90,87,52)
#4E4B2D
(78,75,45)
#423F26
(66,63,38)
#36331F
(54,51,31)
#2A2718
(42,39,24)
#1E1B11
(30,27,17)
#120F0A
(18,15,10)
#000000
(0,0,0)

Tints of #8A8750

#8A8750
(138,135,80)
#94915F
(148,145,95)
#9E9B6E
(158,155,110)
#A8A57D
(168,165,125)
#B2AF8C
(178,175,140)
#BCB99B
(188,185,155)
#C6C3AA
(198,195,170)
#D0CDB9
(208,205,185)
#DAD7C8
(218,215,200)
#E4E1D7
(228,225,215)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8750; }

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

This text font color is #8A8750.


Background Color

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

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

This div background color is #8A8750.


Border color

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

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

This div border color is #8A8750.


Opacity

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

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

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

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

This text has shadow with #8A8750 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8750 on black background.


Color preview on white background

This text has color #8A8750 on white background.



Black color preview on #8A8750 background

This text has black color on #8A8750 background.


White color preview on #8A8750 background

This text has white color on #8A8750 background.