COLOR #8A7658

HEX: #8A7658
RGB: (138,118,88)

Color info

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

RGB color model

#8A7658 color RGB value is (138,118,88).

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

RGB channels and saturation

R 138 of 255 = 54%
G 118 of 255 = 46%
B 88 of 255 = 35%

138
118
88

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

Portions of RGB colors in percentages

R + G + B =
138 + 118 + 88 = 344 (100%)
R 138 of 344 ~ 40.12%
G 118 of 344 ~ 34.3%
B 88 of 344 ~ 25.58%

%40.12
%34.3
%25.58

CMYK color model

#8A7658 color CMYK value is (0,14,36,46).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 36.23%
  • key color value is 45.88%
CMYK:
(0,14,36,46)
C0M14Y36K46 
(0%,14%,36%,46%)
(0.00/0.14/0.36/0.46)	

CMYK percentages

%0
%14.49
%36.23
%45.88

Codes

Color #8A7658 in popluar color models

8A7658
RGB13811888
HSL36°22.12%44.31%
HSB/HSV36°36.23%54.12%
CMYK0.00%14.49%36.23%
45.88%

Color #8A7658 in popluar number systems.

HEX8A7658
Decimal13811888
Binary1000101011101101011000
Octal212166130

Shades and tints

Shades of #8A7658

#8A7658
(138,118,88)
#7E6C50
(126,108,80)
#726248
(114,98,72)
#665840
(102,88,64)
#5A4E38
(90,78,56)
#4E4430
(78,68,48)
#423A28
(66,58,40)
#363020
(54,48,32)
#2A2618
(42,38,24)
#1E1C10
(30,28,16)
#121208
(18,18,8)
#000000
(0,0,0)

Tints of #8A7658

#8A7658
(138,118,88)
#948267
(148,130,103)
#9E8E76
(158,142,118)
#A89A85
(168,154,133)
#B2A694
(178,166,148)
#BCB2A3
(188,178,163)
#C6BEB2
(198,190,178)
#D0CAC1
(208,202,193)
#DAD6D0
(218,214,208)
#E4E2DF
(228,226,223)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7658; }

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

This text font color is #8A7658.


Background Color

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

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

This div background color is #8A7658.


Border color

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

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

This div border color is #8A7658.


Opacity

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

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

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

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

This text has shadow with #8A7658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7658 on black background.


Color preview on white background

This text has color #8A7658 on white background.



Black color preview on #8A7658 background

This text has black color on #8A7658 background.


White color preview on #8A7658 background

This text has white color on #8A7658 background.