COLOR #8A504B

HEX: #8A504B RGB: (138,80,75)

Color info

#8A504B contains mainly red and green colors. Web safe color of #8A504B is #996633 (or #963).

RGB color model

#8A504B color RGB value is (138,80,75).

RGB: (138,80,75) (54%, 31%, 29%)

RGB channels and saturation

R 138 of 255 = 54%
G 80 of 255 = 31%
B 75 of 255 = 29%

138
80
75

R + G + B ~ 38%. #8A504B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 138 + 80 + 75 = 293 (100%)
R 138 of 293 ~ 47.1%
G 80 of 293 ~ 27.3%
B 75 of 293 ~ 25.6'%

%47.1
%27.3
%25.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.03%
  • yellow value is 45.65%
  • key color value is 45.88%
CMYK: (0,42,46,46) C0M42Y46K46 (0%,42%,46%,46%) (0.00/0.42/0.46/0.46) 

CMYK percentages

%0
%42.03
%45.65
%45.88

Codes

Color #8A504B in popluar color models

8A 50 4B
RGB 138 80 75
HSL 29.58% 41.76%
HSB/HSV 45.65% 54.12%
CMYK 0.00% 42.03% 45.65%
45.88%

Color #8A504B in popluar number systems.

HEX 8A 50 4B
Decimal 138 80 75
Binary 10001010 1010000 1001011
Octal 212 120 113

Shades and tints

Shades of #8A504B

#8A504B
(138,80,75)
#7E4945
(126,73,69)
#72423F
(114,66,63)
#663B39
(102,59,57)
#5A3433
(90,52,51)
#4E2D2D
(78,45,45)
#422627
(66,38,39)
#361F21
(54,31,33)
#2A181B
(42,24,27)
#1E1115
(30,17,21)
#120A0F
(18,10,15)
#000000
(0,0,0)

Tints of #8A504B

#8A504B
(138,80,75)
#945F5B
(148,95,91)
#9E6E6B
(158,110,107)
#A87D7B
(168,125,123)
#B28C8B
(178,140,139)
#BC9B9B
(188,155,155)
#C6AAAB
(198,170,171)
#D0B9BB
(208,185,187)
#DAC8CB
(218,200,203)
#E4D7DB
(228,215,219)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A504B; }

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

This text font color is #8A504B.

Background Color

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

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

This div background color is #8A504B.

Border color

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

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

This div border color is #8A504B.

Opacity

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

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

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

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

This text has shadow with #8A504B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A504B.

Preview

Color preview on black background

This text has color #8A504B on black background.


Color preview on white background

This text has color #8A504B on white background.


Black color preview on #8A504B background

This text has black color on #8A504B background.


White color preview on #8A504B background

This text has white color on #8A504B background.


Related colors

Complementary color

Complementary color for #hex is #75AFB4.


I love getcolorcode.com

Triadic colors

1 #4B8A50 and #504B8A with #8A504B are triadic colors.

2 #4B508A and #508A4B with #8A504B are triadic colors.