COLOR #8A775D

HEX: #8A775D
RGB: (138,119,93)

Color info

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

RGB color model

#8A775D color RGB value is (138,119,93).

  • red value is 138;
  • green value is 119;
  • blue value is 93.
RGB:
(138,119,93)
(54%,47%,36%)

RGB channels and saturation

R 138 of 255 = 54%
G 119 of 255 = 47%
B 93 of 255 = 36%

138
119
93

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

Portions of RGB colors in percentages

R + G + B =
138 + 119 + 93 = 350 (100%)
R 138 of 350 ~ 39.43%
G 119 of 350 ~ 34%
B 93 of 350 ~ 26.57%

%39.43
%34
%26.57

CMYK color model

#8A775D color CMYK value is (0,14,33,46).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 32.61%
  • key color value is 45.88%
CMYK:
(0,14,33,46)
C0M14Y33K46 
(0%,14%,33%,46%)
(0.00/0.14/0.33/0.46)	

CMYK percentages

%0
%13.77
%32.61
%45.88

Codes

Color #8A775D in popluar color models

8A775D
RGB13811993
HSL35°19.48%45.29%
HSB/HSV35°32.61%54.12%
CMYK0.00%13.77%32.61%
45.88%

Color #8A775D in popluar number systems.

HEX8A775D
Decimal13811993
Binary1000101011101111011101
Octal212167135

Shades and tints

Shades of #8A775D

#8A775D
(138,119,93)
#7E6D55
(126,109,85)
#72634D
(114,99,77)
#665945
(102,89,69)
#5A4F3D
(90,79,61)
#4E4535
(78,69,53)
#423B2D
(66,59,45)
#363125
(54,49,37)
#2A271D
(42,39,29)
#1E1D15
(30,29,21)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #8A775D

#8A775D
(138,119,93)
#94836B
(148,131,107)
#9E8F79
(158,143,121)
#A89B87
(168,155,135)
#B2A795
(178,167,149)
#BCB3A3
(188,179,163)
#C6BFB1
(198,191,177)
#D0CBBF
(208,203,191)
#DAD7CD
(218,215,205)
#E4E3DB
(228,227,219)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A775D color. Also use rgb(138,119,93) instead hex code.

Text Font Color

.myTextColor { color: #8A775D; }

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

This text font color is #8A775D.


Background Color

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

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

This div background color is #8A775D.


Border color

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

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

This div border color is #8A775D.


Opacity

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

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

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

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

This text has shadow with #8A775D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A775D on black background.


Color preview on white background

This text has color #8A775D on white background.



Black color preview on #8A775D background

This text has black color on #8A775D background.


White color preview on #8A775D background

This text has white color on #8A775D background.