COLOR #8A826D

HEX: #8A826D
RGB: (138,130,109)

Color info

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

RGB color model

#8A826D color RGB value is (138,130,109).

  • red value is 138;
  • green value is 130;
  • blue value is 109.
RGB:
(138,130,109)
(54%,51%,43%)

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 109 of 255 = 43%

138
130
109

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 109 = 377 (100%)
R 138 of 377 ~ 36.6%
G 130 of 377 ~ 34.48%
B 109 of 377 ~ 28.91%

%36.6
%34.48
%28.91

CMYK color model

#8A826D color CMYK value is (0,6,21,46).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 21.01%
  • key color value is 45.88%
CMYK:
(0,6,21,46)
C0M6Y21K46 
(0%,6%,21%,46%)
(0.00/0.06/0.21/0.46)	

CMYK percentages

%0
%5.8
%21.01
%45.88

Codes

Color #8A826D in popluar color models

8A826D
RGB138130109
HSL43°11.74%48.43%
HSB/HSV43°21.01%54.12%
CMYK0.00%5.80%21.01%
45.88%

Color #8A826D in popluar number systems.

HEX8A826D
Decimal138130109
Binary10001010100000101101101
Octal212202155

Shades and tints

Shades of #8A826D

#8A826D
(138,130,109)
#7E7764
(126,119,100)
#726C5B
(114,108,91)
#666152
(102,97,82)
#5A5649
(90,86,73)
#4E4B40
(78,75,64)
#424037
(66,64,55)
#36352E
(54,53,46)
#2A2A25
(42,42,37)
#1E1F1C
(30,31,28)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #8A826D

#8A826D
(138,130,109)
#948D7A
(148,141,122)
#9E9887
(158,152,135)
#A8A394
(168,163,148)
#B2AEA1
(178,174,161)
#BCB9AE
(188,185,174)
#C6C4BB
(198,196,187)
#D0CFC8
(208,207,200)
#DADAD5
(218,218,213)
#E4E5E2
(228,229,226)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A826D; }

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

This text font color is #8A826D.


Background Color

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

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

This div background color is #8A826D.


Border color

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

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

This div border color is #8A826D.


Opacity

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

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

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

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

This text has shadow with #8A826D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A826D on black background.


Color preview on white background

This text has color #8A826D on white background.



Black color preview on #8A826D background

This text has black color on #8A826D background.


White color preview on #8A826D background

This text has white color on #8A826D background.