COLOR #8A7A58

HEX: #8A7A58
RGB: (138,122,88)

Color info

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

RGB color model

#8A7A58 color RGB value is (138,122,88).

  • red value is 138;
  • green value is 122;
  • blue value is 88.
RGB:
(138,122,88)
(54%,48%,35%)

RGB channels and saturation

R 138 of 255 = 54%
G 122 of 255 = 48%
B 88 of 255 = 35%

138
122
88

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

Portions of RGB colors in percentages

R + G + B =
138 + 122 + 88 = 348 (100%)
R 138 of 348 ~ 39.66%
G 122 of 348 ~ 35.06%
B 88 of 348 ~ 25.29%

%39.66
%35.06
%25.29

CMYK color model

#8A7A58 color CMYK value is (0,12,36,46).

  • cyan value is 0.00%
  • magenta value is 11.59%
  • yellow value is 36.23%
  • key color value is 45.88%
CMYK:
(0,12,36,46)
C0M12Y36K46 
(0%,12%,36%,46%)
(0.00/0.12/0.36/0.46)	

CMYK percentages

%0
%11.59
%36.23
%45.88

Codes

Color #8A7A58 in popluar color models

8A7A58
RGB13812288
HSL41°22.12%44.31%
HSB/HSV41°36.23%54.12%
CMYK0.00%11.59%36.23%
45.88%

Color #8A7A58 in popluar number systems.

HEX8A7A58
Decimal13812288
Binary1000101011110101011000
Octal212172130

Shades and tints

Shades of #8A7A58

#8A7A58
(138,122,88)
#7E6F50
(126,111,80)
#726448
(114,100,72)
#665940
(102,89,64)
#5A4E38
(90,78,56)
#4E4330
(78,67,48)
#423828
(66,56,40)
#362D20
(54,45,32)
#2A2218
(42,34,24)
#1E1710
(30,23,16)
#120C08
(18,12,8)
#000000
(0,0,0)

Tints of #8A7A58

#8A7A58
(138,122,88)
#948667
(148,134,103)
#9E9276
(158,146,118)
#A89E85
(168,158,133)
#B2AA94
(178,170,148)
#BCB6A3
(188,182,163)
#C6C2B2
(198,194,178)
#D0CEC1
(208,206,193)
#DADAD0
(218,218,208)
#E4E6DF
(228,230,223)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7A58 color. Also use rgb(138,122,88) instead hex code.

Text Font Color

.myTextColor { color: #8A7A58; }

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

This text font color is #8A7A58.


Background Color

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

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

This div background color is #8A7A58.


Border color

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

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

This div border color is #8A7A58.


Opacity

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

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

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

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

This text has shadow with #8A7A58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7A58 on black background.


Color preview on white background

This text has color #8A7A58 on white background.



Black color preview on #8A7A58 background

This text has black color on #8A7A58 background.


White color preview on #8A7A58 background

This text has white color on #8A7A58 background.