COLOR #8A8753

HEX: #8A8753 RGB: (138,135,83)

Color info

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

RGB color model

#8A8753 color RGB value is (138,135,83).

RGB: (138,135,83) (54%, 53%, 33%)

RGB channels and saturation

R 138 of 255 = 54%
G 135 of 255 = 53%
B 83 of 255 = 33%

138
135
83

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

Portions of RGB colors in percentages

R + G + B = 138 + 135 + 83 = 356 (100%)
R 138 of 356 ~ 38.76%
G 135 of 356 ~ 37.92%
B 83 of 356 ~ 23.31'%

%38.76
%37.92
%23.31

CMYK color model

#8A8753 color CMYK value is (0,2,40,46).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 39.86%
  • key color value is 45.88%
CMYK: (0,2,40,46) C0M2Y40K46 (0%,2%,40%,46%) (0.00/0.02/0.40/0.46) 

CMYK percentages

%0
%2.17
%39.86
%45.88

Codes

Color #8A8753 in popluar color models

8A 87 53
RGB 138 135 83
HSL 57° 24.89% 43.33%
HSB/HSV 57° 39.86% 54.12%
CMYK 0.00% 2.17% 39.86%
45.88%

Color #8A8753 in popluar number systems.

HEX 8A 87 53
Decimal 138 135 83
Binary 10001010 10000111 1010011
Octal 212 207 123

Shades and tints

Shades of #8A8753

#8A8753
(138,135,83)
#7E7B4C
(126,123,76)
#726F45
(114,111,69)
#66633E
(102,99,62)
#5A5737
(90,87,55)
#4E4B30
(78,75,48)
#423F29
(66,63,41)
#363322
(54,51,34)
#2A271B
(42,39,27)
#1E1B14
(30,27,20)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #8A8753

#8A8753
(138,135,83)
#949162
(148,145,98)
#9E9B71
(158,155,113)
#A8A580
(168,165,128)
#B2AF8F
(178,175,143)
#BCB99E
(188,185,158)
#C6C3AD
(198,195,173)
#D0CDBC
(208,205,188)
#DAD7CB
(218,215,203)
#E4E1DA
(228,225,218)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8753; }

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

This text font color is #8A8753.

Background Color

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

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

This div background color is #8A8753.

Border color

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

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

This div border color is #8A8753.

Opacity

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

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

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

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

This text has shadow with #8A8753 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A8753.

Preview

Color preview on black background

This text has color #8A8753 on black background.


Color preview on white background

This text has color #8A8753 on white background.


Black color preview on #8A8753 background

This text has black color on #8A8753 background.


White color preview on #8A8753 background

This text has white color on #8A8753 background.


Related colors

Complementary color

Complementary color for #hex is #7578AC.


I love getcolorcode.com

Triadic colors

1 #538A87 and #87538A with #8A8753 are triadic colors.

2 #53878A and #878A53 with #8A8753 are triadic colors.