COLOR #8A595F

HEX: #8A595F RGB: (138,89,95)

Color info

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

RGB color model

#8A595F color RGB value is (138,89,95).

RGB: (138,89,95) (54%, 35%, 37%)

RGB channels and saturation

R 138 of 255 = 54%
G 89 of 255 = 35%
B 95 of 255 = 37%

138
89
95

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

Portions of RGB colors in percentages

R + G + B = 138 + 89 + 95 = 322 (100%)
R 138 of 322 ~ 42.86%
G 89 of 322 ~ 27.64%
B 95 of 322 ~ 29.5'%

%42.86
%27.64
%29.5

CMYK color model

#8A595F color CMYK value is (0,36,31,46).

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

CMYK: (0,36,31,46)
C0M36Y31K46 (0%, 36%, 31%, 46%)
(0.00 / 0.36 / 0.31 / 0.46)

CMYK percentages

%0
%35.51
%31.16
%45.88

Codes

Color #8A595F in popluar color models

8A 59 5F
RGB 138 89 95
HSL 353° 21.59% 44.51%
HSB/HSV 353° 35.51% 54.12%
CMYK 0.00% 35.51% 31.16%
45.88%

Color #8A595F in popluar number systems.

HEX 8A 59 5F
Decimal 138 89 95
Binary 10001010 1011001 1011111
Octal 212 131 137

Shades and tints

Shades of #8A595F

#8A595F
(138,89,95)
#7E5157
(126,81,87)
#72494F
(114,73,79)
#664147
(102,65,71)
#5A393F
(90,57,63)
#4E3137
(78,49,55)
#42292F
(66,41,47)
#362127
(54,33,39)
#2A191F
(42,25,31)
#1E1117
(30,17,23)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #8A595F

#8A595F
(138,89,95)
#94686D
(148,104,109)
#9E777B
(158,119,123)
#A88689
(168,134,137)
#B29597
(178,149,151)
#BCA4A5
(188,164,165)
#C6B3B3
(198,179,179)
#D0C2C1
(208,194,193)
#DAD1CF
(218,209,207)
#E4E0DD
(228,224,221)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A595F; }

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

This text font color is #8A595F.

Background Color

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

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

This div background color is #8A595F.

Border color

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

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

This div border color is #8A595F.

Opacity

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

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

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

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

This text has shadow with #8A595F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A595F.

Preview

Color preview on black background

This text has color #8A595F on black background.


Color preview on white background

This text has color #8A595F on white background.


Black color preview on #8A595F background

This text has black color on #8A595F background.


White color preview on #8A595F background

This text has white color on #8A595F background.


Related colors

Complementary color

Complementary color for #hex is #75A6A0.


I love getcolorcode.com

Triadic colors

1 #5F8A59 and #595F8A with #8A595F are triadic colors.

2 #5F598A and #598A5F with #8A595F are triadic colors.