COLOR #8A7742

HEX: #8A7742
RGB: (138,119,66)

Color info

#8A7742 contains mainly red and green colors. Web safe color of #8A7742 is #996633 (or #963).

RGB color model

#8A7742 color RGB value is (138,119,66).

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

RGB channels and saturation

R 138 of 255 = 54%
G 119 of 255 = 47%
B 66 of 255 = 26%

138
119
66

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

Portions of RGB colors in percentages

R + G + B =
138 + 119 + 66 = 323 (100%)
R 138 of 323 ~ 42.72%
G 119 of 323 ~ 36.84%
B 66 of 323 ~ 20.43%

%42.72
%36.84
%20.43

CMYK color model

#8A7742 color CMYK value is (0,14,52,46).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 52.17%
  • key color value is 45.88%
CMYK:
(0,14,52,46)
C0M14Y52K46 
(0%,14%,52%,46%)
(0.00/0.14/0.52/0.46)	

CMYK percentages

%0
%13.77
%52.17
%45.88

Codes

Color #8A7742 in popluar color models

8A7742
RGB13811966
HSL44°35.29%40.00%
HSB/HSV44°52.17%54.12%
CMYK0.00%13.77%52.17%
45.88%

Color #8A7742 in popluar number systems.

HEX8A7742
Decimal13811966
Binary1000101011101111000010
Octal212167102

Shades and tints

Shades of #8A7742

#8A7742
(138,119,66)
#7E6D3C
(126,109,60)
#726336
(114,99,54)
#665930
(102,89,48)
#5A4F2A
(90,79,42)
#4E4524
(78,69,36)
#423B1E
(66,59,30)
#363118
(54,49,24)
#2A2712
(42,39,18)
#1E1D0C
(30,29,12)
#121306
(18,19,6)
#000000
(0,0,0)

Tints of #8A7742

#8A7742
(138,119,66)
#948353
(148,131,83)
#9E8F64
(158,143,100)
#A89B75
(168,155,117)
#B2A786
(178,167,134)
#BCB397
(188,179,151)
#C6BFA8
(198,191,168)
#D0CBB9
(208,203,185)
#DAD7CA
(218,215,202)
#E4E3DB
(228,227,219)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7742; }

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

This text font color is #8A7742.


Background Color

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

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

This div background color is #8A7742.


Border color

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

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

This div border color is #8A7742.


Opacity

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

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

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

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

This text has shadow with #8A7742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7742 on black background.


Color preview on white background

This text has color #8A7742 on white background.



Black color preview on #8A7742 background

This text has black color on #8A7742 background.


White color preview on #8A7742 background

This text has white color on #8A7742 background.