COLOR #8A6A65

HEX: #8A6A65
RGB: (138,106,101)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

138
106
101

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

Portions of RGB colors in percentages

R + G + B =
138 + 106 + 101 = 345 (100%)
R 138 of 345 ~ 40%
G 106 of 345 ~ 30.72%
B 101 of 345 ~ 29.28%

%40
%30.72
%29.28

CMYK color model

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

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

CMYK percentages

%0
%23.19
%26.81
%45.88

Codes

Color #8A6A65 in popluar color models

8A6A65
RGB138106101
HSL15.48%46.86%
HSB/HSV26.81%54.12%
CMYK0.00%23.19%26.81%
45.88%

Color #8A6A65 in popluar number systems.

HEX8A6A65
Decimal138106101
Binary1000101011010101100101
Octal212152145

Shades and tints

Shades of #8A6A65

#8A6A65
(138,106,101)
#7E615C
(126,97,92)
#725853
(114,88,83)
#664F4A
(102,79,74)
#5A4641
(90,70,65)
#4E3D38
(78,61,56)
#42342F
(66,52,47)
#362B26
(54,43,38)
#2A221D
(42,34,29)
#1E1914
(30,25,20)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #8A6A65

#8A6A65
(138,106,101)
#947773
(148,119,115)
#9E8481
(158,132,129)
#A8918F
(168,145,143)
#B29E9D
(178,158,157)
#BCABAB
(188,171,171)
#C6B8B9
(198,184,185)
#D0C5C7
(208,197,199)
#DAD2D5
(218,210,213)
#E4DFE3
(228,223,227)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A6A65; }

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

This text font color is #8A6A65.


Background Color

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

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

This div background color is #8A6A65.


Border color

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

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

This div border color is #8A6A65.


Opacity

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

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

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

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

This text has shadow with #8A6A65 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8A6A65 on black background.


Color preview on white background

This text has color #8A6A65 on white background.



Black color preview on #8A6A65 background

This text has black color on #8A6A65 background.


White color preview on #8A6A65 background

This text has white color on #8A6A65 background.