COLOR #8A5953

HEX: #8A5953 RGB: (138,89,83)

Color info

#8A5953 contains red, green and blue colors in about the same proportion. Web safe color of #8A5953 is #996666 (or #966).

RGB color model

#8A5953 color RGB value is (138,89,83).

RGB: (138,89,83) (54%, 35%, 33%)

RGB channels and saturation

R 138 of 255 = 54%
G 89 of 255 = 35%
B 83 of 255 = 33%

138
89
83

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

Portions of RGB colors in percentages

R + G + B = 138 + 89 + 83 = 310 (100%)
R 138 of 310 ~ 44.52%
G 89 of 310 ~ 28.71%
B 83 of 310 ~ 26.77'%

%44.52
%28.71
%26.77

CMYK color model

#8A5953 color CMYK value is (0,36,40,46).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 39.86%
  • key color value is 45.88%

CMYK: (0,36,40,46)
C0M36Y40K46 (0%, 36%, 40%, 46%)
(0.00 / 0.36 / 0.40 / 0.46)

CMYK percentages

%0
%35.51
%39.86
%45.88

Codes

Color #8A5953 in popluar color models

8A 59 53
RGB 138 89 83
HSL 24.89% 43.33%
HSB/HSV 39.86% 54.12%
CMYK 0.00% 35.51% 39.86%
45.88%

Color #8A5953 in popluar number systems.

HEX 8A 59 53
Decimal 138 89 83
Binary 10001010 1011001 1010011
Octal 212 131 123

Shades and tints

Shades of #8A5953

#8A5953
(138,89,83)
#7E514C
(126,81,76)
#724945
(114,73,69)
#66413E
(102,65,62)
#5A3937
(90,57,55)
#4E3130
(78,49,48)
#422929
(66,41,41)
#362122
(54,33,34)
#2A191B
(42,25,27)
#1E1114
(30,17,20)
#12090D
(18,9,13)
#000000
(0,0,0)

Tints of #8A5953

#8A5953
(138,89,83)
#946862
(148,104,98)
#9E7771
(158,119,113)
#A88680
(168,134,128)
#B2958F
(178,149,143)
#BCA49E
(188,164,158)
#C6B3AD
(198,179,173)
#D0C2BC
(208,194,188)
#DAD1CB
(218,209,203)
#E4E0DA
(228,224,218)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5953; }

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

This text font color is #8A5953.

Background Color

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

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

This div background color is #8A5953.

Border color

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

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

This div border color is #8A5953.

Opacity

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

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

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

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

This text has shadow with #8A5953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A5953.

Preview

Color preview on black background

This text has color #8A5953 on black background.


Color preview on white background

This text has color #8A5953 on white background.


Black color preview on #8A5953 background

This text has black color on #8A5953 background.


White color preview on #8A5953 background

This text has white color on #8A5953 background.


Related colors

Complementary color

Complementary color for #hex is #75A6AC.


I love getcolorcode.com

Triadic colors

1 #538A59 and #59538A with #8A5953 are triadic colors.

2 #53598A and #598A53 with #8A5953 are triadic colors.