COLOR #8A826A

HEX: #8A826A
RGB: (138,130,106)

Color info

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

RGB color model

#8A826A color RGB value is (138,130,106).

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

RGB channels and saturation

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

138
130
106

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 106 = 374 (100%)
R 138 of 374 ~ 36.9%
G 130 of 374 ~ 34.76%
B 106 of 374 ~ 28.34%

%36.9
%34.76
%28.34

CMYK color model

#8A826A color CMYK value is (0,6,23,46).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 23.19%
  • key color value is 45.88%
CMYK:
(0,6,23,46)
C0M6Y23K46 
(0%,6%,23%,46%)
(0.00/0.06/0.23/0.46)	

CMYK percentages

%0
%5.8
%23.19
%45.88

Codes

Color #8A826A in popluar color models

8A826A
RGB138130106
HSL45°13.11%47.84%
HSB/HSV45°23.19%54.12%
CMYK0.00%5.80%23.19%
45.88%

Color #8A826A in popluar number systems.

HEX8A826A
Decimal138130106
Binary10001010100000101101010
Octal212202152

Shades and tints

Shades of #8A826A

#8A826A
(138,130,106)
#7E7761
(126,119,97)
#726C58
(114,108,88)
#66614F
(102,97,79)
#5A5646
(90,86,70)
#4E4B3D
(78,75,61)
#424034
(66,64,52)
#36352B
(54,53,43)
#2A2A22
(42,42,34)
#1E1F19
(30,31,25)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #8A826A

#8A826A
(138,130,106)
#948D77
(148,141,119)
#9E9884
(158,152,132)
#A8A391
(168,163,145)
#B2AE9E
(178,174,158)
#BCB9AB
(188,185,171)
#C6C4B8
(198,196,184)
#D0CFC5
(208,207,197)
#DADAD2
(218,218,210)
#E4E5DF
(228,229,223)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A826A; }

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

This text font color is #8A826A.


Background Color

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

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

This div background color is #8A826A.


Border color

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

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

This div border color is #8A826A.


Opacity

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

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

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

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

This text has shadow with #8A826A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A826A on black background.


Color preview on white background

This text has color #8A826A on white background.



Black color preview on #8A826A background

This text has black color on #8A826A background.


White color preview on #8A826A background

This text has white color on #8A826A background.