COLOR #8A826C

HEX: #8A826C
RGB: (138,130,108)

Color info

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

RGB color model

#8A826C color RGB value is (138,130,108).

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

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 108 of 255 = 42%

138
130
108

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 108 = 376 (100%)
R 138 of 376 ~ 36.7%
G 130 of 376 ~ 34.57%
B 108 of 376 ~ 28.72%

%36.7
%34.57
%28.72

CMYK color model

#8A826C color CMYK value is (0,6,22,46).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 21.74%
  • key color value is 45.88%
CMYK:
(0,6,22,46)
C0M6Y22K46 
(0%,6%,22%,46%)
(0.00/0.06/0.22/0.46)	

CMYK percentages

%0
%5.8
%21.74
%45.88

Codes

Color #8A826C in popluar color models

8A826C
RGB138130108
HSL44°12.20%48.24%
HSB/HSV44°21.74%54.12%
CMYK0.00%5.80%21.74%
45.88%

Color #8A826C in popluar number systems.

HEX8A826C
Decimal138130108
Binary10001010100000101101100
Octal212202154

Shades and tints

Shades of #8A826C

#8A826C
(138,130,108)
#7E7763
(126,119,99)
#726C5A
(114,108,90)
#666151
(102,97,81)
#5A5648
(90,86,72)
#4E4B3F
(78,75,63)
#424036
(66,64,54)
#36352D
(54,53,45)
#2A2A24
(42,42,36)
#1E1F1B
(30,31,27)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #8A826C

#8A826C
(138,130,108)
#948D79
(148,141,121)
#9E9886
(158,152,134)
#A8A393
(168,163,147)
#B2AEA0
(178,174,160)
#BCB9AD
(188,185,173)
#C6C4BA
(198,196,186)
#D0CFC7
(208,207,199)
#DADAD4
(218,218,212)
#E4E5E1
(228,229,225)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A826C; }

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

This text font color is #8A826C.


Background Color

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

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

This div background color is #8A826C.


Border color

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

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

This div border color is #8A826C.


Opacity

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

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

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

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

This text has shadow with #8A826C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A826C on black background.


Color preview on white background

This text has color #8A826C on white background.



Black color preview on #8A826C background

This text has black color on #8A826C background.


White color preview on #8A826C background

This text has white color on #8A826C background.