COLOR #8A7D69

HEX: #8A7D69
RGB: (138,125,105)

Color info

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

RGB color model

#8A7D69 color RGB value is (138,125,105).

  • red value is 138;
  • green value is 125;
  • blue value is 105.
RGB:
(138,125,105)
(54%,49%,41%)

RGB channels and saturation

R 138 of 255 = 54%
G 125 of 255 = 49%
B 105 of 255 = 41%

138
125
105

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

Portions of RGB colors in percentages

R + G + B =
138 + 125 + 105 = 368 (100%)
R 138 of 368 ~ 37.5%
G 125 of 368 ~ 33.97%
B 105 of 368 ~ 28.53%

%37.5
%33.97
%28.53

CMYK color model

#8A7D69 color CMYK value is (0,9,24,46).

  • cyan value is 0.00%
  • magenta value is 9.42%
  • yellow value is 23.91%
  • key color value is 45.88%
CMYK:
(0,9,24,46)
C0M9Y24K46 
(0%,9%,24%,46%)
(0.00/0.09/0.24/0.46)	

CMYK percentages

%0
%9.42
%23.91
%45.88

Codes

Color #8A7D69 in popluar color models

8A7D69
RGB138125105
HSL36°13.58%47.65%
HSB/HSV36°23.91%54.12%
CMYK0.00%9.42%23.91%
45.88%

Color #8A7D69 in popluar number systems.

HEX8A7D69
Decimal138125105
Binary1000101011111011101001
Octal212175151

Shades and tints

Shades of #8A7D69

#8A7D69
(138,125,105)
#7E7260
(126,114,96)
#726757
(114,103,87)
#665C4E
(102,92,78)
#5A5145
(90,81,69)
#4E463C
(78,70,60)
#423B33
(66,59,51)
#36302A
(54,48,42)
#2A2521
(42,37,33)
#1E1A18
(30,26,24)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #8A7D69

#8A7D69
(138,125,105)
#948876
(148,136,118)
#9E9383
(158,147,131)
#A89E90
(168,158,144)
#B2A99D
(178,169,157)
#BCB4AA
(188,180,170)
#C6BFB7
(198,191,183)
#D0CAC4
(208,202,196)
#DAD5D1
(218,213,209)
#E4E0DE
(228,224,222)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7D69; }

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

This text font color is #8A7D69.


Background Color

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

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

This div background color is #8A7D69.


Border color

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

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

This div border color is #8A7D69.


Opacity

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

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

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

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

This text has shadow with #8A7D69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7D69 on black background.


Color preview on white background

This text has color #8A7D69 on white background.



Black color preview on #8A7D69 background

This text has black color on #8A7D69 background.


White color preview on #8A7D69 background

This text has white color on #8A7D69 background.