COLOR #8A8270

HEX: #8A8270
RGB: (138,130,112)

Color info

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

RGB color model

#8A8270 color RGB value is (138,130,112).

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

RGB channels and saturation

R 138 of 255 = 54%
G 130 of 255 = 51%
B 112 of 255 = 44%

138
130
112

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

Portions of RGB colors in percentages

R + G + B =
138 + 130 + 112 = 380 (100%)
R 138 of 380 ~ 36.32%
G 130 of 380 ~ 34.21%
B 112 of 380 ~ 29.47%

%36.32
%34.21
%29.47

CMYK color model

#8A8270 color CMYK value is (0,6,19,46).

  • cyan value is 0.00%
  • magenta value is 5.80%
  • yellow value is 18.84%
  • key color value is 45.88%
CMYK:
(0,6,19,46)
C0M6Y19K46 
(0%,6%,19%,46%)
(0.00/0.06/0.19/0.46)	

CMYK percentages

%0
%5.8
%18.84
%45.88

Codes

Color #8A8270 in popluar color models

8A8270
RGB138130112
HSL42°10.40%49.02%
HSB/HSV42°18.84%54.12%
CMYK0.00%5.80%18.84%
45.88%

Color #8A8270 in popluar number systems.

HEX8A8270
Decimal138130112
Binary10001010100000101110000
Octal212202160

Shades and tints

Shades of #8A8270

#8A8270
(138,130,112)
#7E7766
(126,119,102)
#726C5C
(114,108,92)
#666152
(102,97,82)
#5A5648
(90,86,72)
#4E4B3E
(78,75,62)
#424034
(66,64,52)
#36352A
(54,53,42)
#2A2A20
(42,42,32)
#1E1F16
(30,31,22)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #8A8270

#8A8270
(138,130,112)
#948D7D
(148,141,125)
#9E988A
(158,152,138)
#A8A397
(168,163,151)
#B2AEA4
(178,174,164)
#BCB9B1
(188,185,177)
#C6C4BE
(198,196,190)
#D0CFCB
(208,207,203)
#DADAD8
(218,218,216)
#E4E5E5
(228,229,229)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A8270; }

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

This text font color is #8A8270.


Background Color

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

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

This div background color is #8A8270.


Border color

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

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

This div border color is #8A8270.


Opacity

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

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

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

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

This text has shadow with #8A8270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A8270 on black background.


Color preview on white background

This text has color #8A8270 on white background.



Black color preview on #8A8270 background

This text has black color on #8A8270 background.


White color preview on #8A8270 background

This text has white color on #8A8270 background.