COLOR #8A905D

HEX: #8A905D RGB: (138,144,93)

Color info

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

RGB color model

#8A905D color RGB value is (138,144,93).

RGB: (138,144,93) (54%, 56%, 36%)

RGB channels and saturation

R 138 of 255 = 54%
G 144 of 255 = 56%
B 93 of 255 = 36%

138
144
93

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

Portions of RGB colors in percentages

R + G + B = 138 + 144 + 93 = 375 (100%)
R 138 of 375 ~ 36.8%
G 144 of 375 ~ 38.4%
B 93 of 375 ~ 24.8'%

%36.8
%38.4
%24.8

CMYK color model

#8A905D color CMYK value is (4,0,35,44).

  • cyan value is 4.17%
  • magenta value is 0.00%
  • yellow value is 35.42%
  • key color value is 43.53%

CMYK: (4,0,35,44)
C4M0Y35K44 (4%, 0%, 35%, 44%)
(0.04 / 0.00 / 0.35 / 0.44)

CMYK percentages

%4.17
%0
%35.42
%43.53

Codes

Color #8A905D in popluar color models

8A 90 5D
RGB 138 144 93
HSL 67° 21.52% 46.47%
HSB/HSV 67° 35.42% 56.47%
CMYK 4.17% 0.00% 35.42%
43.53%

Color #8A905D in popluar number systems.

HEX 8A 90 5D
Decimal 138 144 93
Binary 10001010 10010000 1011101
Octal 212 220 135

Shades and tints

Shades of #8A905D

#8A905D
(138,144,93)
#7E8355
(126,131,85)
#72764D
(114,118,77)
#666945
(102,105,69)
#5A5C3D
(90,92,61)
#4E4F35
(78,79,53)
#42422D
(66,66,45)
#363525
(54,53,37)
#2A281D
(42,40,29)
#1E1B15
(30,27,21)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #8A905D

#8A905D
(138,144,93)
#949A6B
(148,154,107)
#9EA479
(158,164,121)
#A8AE87
(168,174,135)
#B2B895
(178,184,149)
#BCC2A3
(188,194,163)
#C6CCB1
(198,204,177)
#D0D6BF
(208,214,191)
#DAE0CD
(218,224,205)
#E4EADB
(228,234,219)
#EEF4E9
(238,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A905D color. Also use rgb(138,144,93) instead hex code.

Text Font Color

.myTextColor { color: #8A905D; }

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

This text font color is #8A905D.

Background Color

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

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

This div background color is #8A905D.

Border color

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

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

This div border color is #8A905D.

Opacity

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

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

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

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

This text has shadow with #8A905D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A905D.

Preview

Color preview on black background

This text has color #8A905D on black background.


Color preview on white background

This text has color #8A905D on white background.


Black color preview on #8A905D background

This text has black color on #8A905D background.


White color preview on #8A905D background

This text has white color on #8A905D background.


Related colors

Complementary color

Complementary color for #hex is #756FA2.


I love getcolorcode.com

Triadic colors

1 #5D8A90 and #905D8A with #8A905D are triadic colors.

2 #5D908A and #908A5D with #8A905D are triadic colors.