COLOR #8A7062

HEX: #8A7062
RGB: (138,112,98)

Color info

#8A7062 contains red, green and blue colors in about the same proportion. Web safe color of #8A7062 is #996666 (or #966).

RGB color model

#8A7062 color RGB value is (138,112,98).

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

RGB channels and saturation

R 138 of 255 = 54%
G 112 of 255 = 44%
B 98 of 255 = 38%

138
112
98

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

Portions of RGB colors in percentages

R + G + B =
138 + 112 + 98 = 348 (100%)
R 138 of 348 ~ 39.66%
G 112 of 348 ~ 32.18%
B 98 of 348 ~ 28.16%

%39.66
%32.18
%28.16

CMYK color model

#8A7062 color CMYK value is (0,19,29,46).

  • cyan value is 0.00%
  • magenta value is 18.84%
  • yellow value is 28.99%
  • key color value is 45.88%
CMYK:
(0,19,29,46)
C0M19Y29K46 
(0%,19%,29%,46%)
(0.00/0.19/0.29/0.46)	

CMYK percentages

%0
%18.84
%28.99
%45.88

Codes

Color #8A7062 in popluar color models

8A7062
RGB13811298
HSL21°16.95%46.27%
HSB/HSV21°28.99%54.12%
CMYK0.00%18.84%28.99%
45.88%

Color #8A7062 in popluar number systems.

HEX8A7062
Decimal13811298
Binary1000101011100001100010
Octal212160142

Shades and tints

Shades of #8A7062

#8A7062
(138,112,98)
#7E665A
(126,102,90)
#725C52
(114,92,82)
#66524A
(102,82,74)
#5A4842
(90,72,66)
#4E3E3A
(78,62,58)
#423432
(66,52,50)
#362A2A
(54,42,42)
#2A2022
(42,32,34)
#1E161A
(30,22,26)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #8A7062

#8A7062
(138,112,98)
#947D70
(148,125,112)
#9E8A7E
(158,138,126)
#A8978C
(168,151,140)
#B2A49A
(178,164,154)
#BCB1A8
(188,177,168)
#C6BEB6
(198,190,182)
#D0CBC4
(208,203,196)
#DAD8D2
(218,216,210)
#E4E5E0
(228,229,224)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7062; }

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

This text font color is #8A7062.


Background Color

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

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

This div background color is #8A7062.


Border color

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

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

This div border color is #8A7062.


Opacity

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

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

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

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

This text has shadow with #8A7062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7062 on black background.


Color preview on white background

This text has color #8A7062 on white background.



Black color preview on #8A7062 background

This text has black color on #8A7062 background.


White color preview on #8A7062 background

This text has white color on #8A7062 background.