COLOR #8A815D

HEX: #8A815D
RGB: (138,129,93)

Color info

#8A815D contains red, green and blue colors in about the same proportion. Web safe color of #8A815D is #999966 (or #996).

RGB color model

#8A815D color RGB value is (138,129,93).

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

RGB channels and saturation

R 138 of 255 = 54%
G 129 of 255 = 51%
B 93 of 255 = 36%

138
129
93

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

Portions of RGB colors in percentages

R + G + B =
138 + 129 + 93 = 360 (100%)
R 138 of 360 ~ 38.33%
G 129 of 360 ~ 35.83%
B 93 of 360 ~ 25.83%

%38.33
%35.83
%25.83

CMYK color model

#8A815D color CMYK value is (0,7,33,46).

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 32.61%
  • key color value is 45.88%
CMYK:
(0,7,33,46)
C0M7Y33K46 
(0%,7%,33%,46%)
(0.00/0.07/0.33/0.46)	

CMYK percentages

%0
%6.52
%32.61
%45.88

Codes

Color #8A815D in popluar color models

8A815D
RGB13812993
HSL48°19.48%45.29%
HSB/HSV48°32.61%54.12%
CMYK0.00%6.52%32.61%
45.88%

Color #8A815D in popluar number systems.

HEX8A815D
Decimal13812993
Binary10001010100000011011101
Octal212201135

Shades and tints

Shades of #8A815D

#8A815D
(138,129,93)
#7E7655
(126,118,85)
#726B4D
(114,107,77)
#666045
(102,96,69)
#5A553D
(90,85,61)
#4E4A35
(78,74,53)
#423F2D
(66,63,45)
#363425
(54,52,37)
#2A291D
(42,41,29)
#1E1E15
(30,30,21)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #8A815D

#8A815D
(138,129,93)
#948C6B
(148,140,107)
#9E9779
(158,151,121)
#A8A287
(168,162,135)
#B2AD95
(178,173,149)
#BCB8A3
(188,184,163)
#C6C3B1
(198,195,177)
#D0CEBF
(208,206,191)
#DAD9CD
(218,217,205)
#E4E4DB
(228,228,219)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A815D; }

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

This text font color is #8A815D.


Background Color

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

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

This div background color is #8A815D.


Border color

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

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

This div border color is #8A815D.


Opacity

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

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

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

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

This text has shadow with #8A815D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A815D on black background.


Color preview on white background

This text has color #8A815D on white background.



Black color preview on #8A815D background

This text has black color on #8A815D background.


White color preview on #8A815D background

This text has white color on #8A815D background.