COLOR #8A5D65

HEX: #8A5D65
RGB: (138,93,101)

Color info

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

RGB color model

#8A5D65 color RGB value is (138,93,101).

  • red value is 138;
  • green value is 93;
  • blue value is 101.
RGB:
(138,93,101)
(54%,36%,40%)

RGB channels and saturation

R 138 of 255 = 54%
G 93 of 255 = 36%
B 101 of 255 = 40%

138
93
101

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

Portions of RGB colors in percentages

R + G + B =
138 + 93 + 101 = 332 (100%)
R 138 of 332 ~ 41.57%
G 93 of 332 ~ 28.01%
B 101 of 332 ~ 30.42%

%41.57
%28.01
%30.42

CMYK color model

#8A5D65 color CMYK value is (0,33,27,46).

  • cyan value is 0.00%
  • magenta value is 32.61%
  • yellow value is 26.81%
  • key color value is 45.88%
CMYK:
(0,33,27,46)
C0M33Y27K46 
(0%,33%,27%,46%)
(0.00/0.33/0.27/0.46)	

CMYK percentages

%0
%32.61
%26.81
%45.88

Codes

Color #8A5D65 in popluar color models

8A5D65
RGB13893101
HSL349°19.48%45.29%
HSB/HSV349°32.61%54.12%
CMYK0.00%32.61%26.81%
45.88%

Color #8A5D65 in popluar number systems.

HEX8A5D65
Decimal13893101
Binary1000101010111011100101
Octal212135145

Shades and tints

Shades of #8A5D65

#8A5D65
(138,93,101)
#7E555C
(126,85,92)
#724D53
(114,77,83)
#66454A
(102,69,74)
#5A3D41
(90,61,65)
#4E3538
(78,53,56)
#422D2F
(66,45,47)
#362526
(54,37,38)
#2A1D1D
(42,29,29)
#1E1514
(30,21,20)
#120D0B
(18,13,11)
#000000
(0,0,0)

Tints of #8A5D65

#8A5D65
(138,93,101)
#946B73
(148,107,115)
#9E7981
(158,121,129)
#A8878F
(168,135,143)
#B2959D
(178,149,157)
#BCA3AB
(188,163,171)
#C6B1B9
(198,177,185)
#D0BFC7
(208,191,199)
#DACDD5
(218,205,213)
#E4DBE3
(228,219,227)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5D65; }

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

This text font color is #8A5D65.


Background Color

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

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

This div background color is #8A5D65.


Border color

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

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

This div border color is #8A5D65.


Opacity

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

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

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

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

This text has shadow with #8A5D65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5D65 on black background.


Color preview on white background

This text has color #8A5D65 on white background.



Black color preview on #8A5D65 background

This text has black color on #8A5D65 background.


White color preview on #8A5D65 background

This text has white color on #8A5D65 background.