COLOR #8A6565

HEX: #8A6565
RGB: (138,101,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
101
101

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

Portions of RGB colors in percentages

R + G + B =
138 + 101 + 101 = 340 (100%)
R 138 of 340 ~ 40.59%
G 101 of 340 ~ 29.71%
B 101 of 340 ~ 29.71%

%40.59
%29.71
%29.71

CMYK color model

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

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

CMYK percentages

%0
%26.81
%26.81
%45.88

Codes

Color #8A6565 in popluar color models

8A6565
RGB138101101
HSL15.48%46.86%
HSB/HSV26.81%54.12%
CMYK0.00%26.81%26.81%
45.88%

Color #8A6565 in popluar number systems.

HEX8A6565
Decimal138101101
Binary1000101011001011100101
Octal212145145

Shades and tints

Shades of #8A6565

#8A6565
(138,101,101)
#7E5C5C
(126,92,92)
#725353
(114,83,83)
#664A4A
(102,74,74)
#5A4141
(90,65,65)
#4E3838
(78,56,56)
#422F2F
(66,47,47)
#362626
(54,38,38)
#2A1D1D
(42,29,29)
#1E1414
(30,20,20)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #8A6565

#8A6565
(138,101,101)
#947373
(148,115,115)
#9E8181
(158,129,129)
#A88F8F
(168,143,143)
#B29D9D
(178,157,157)
#BCABAB
(188,171,171)
#C6B9B9
(198,185,185)
#D0C7C7
(208,199,199)
#DAD5D5
(218,213,213)
#E4E3E3
(228,227,227)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6565; }

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

This text font color is #8A6565.


Background Color

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

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

This div background color is #8A6565.


Border color

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

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

This div border color is #8A6565.


Opacity

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

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

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

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

This text has shadow with #8A6565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6565 on black background.


Color preview on white background

This text has color #8A6565 on white background.



Black color preview on #8A6565 background

This text has black color on #8A6565 background.


White color preview on #8A6565 background

This text has white color on #8A6565 background.