COLOR #8A7849

HEX: #8A7849
RGB: (138,120,73)

Color info

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

RGB color model

#8A7849 color RGB value is (138,120,73).

  • red value is 138;
  • green value is 120;
  • blue value is 73.
RGB:
(138,120,73)
(54%,47%,29%)

RGB channels and saturation

R 138 of 255 = 54%
G 120 of 255 = 47%
B 73 of 255 = 29%

138
120
73

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

Portions of RGB colors in percentages

R + G + B =
138 + 120 + 73 = 331 (100%)
R 138 of 331 ~ 41.69%
G 120 of 331 ~ 36.25%
B 73 of 331 ~ 22.05%

%41.69
%36.25
%22.05

CMYK color model

#8A7849 color CMYK value is (0,13,47,46).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 47.10%
  • key color value is 45.88%
CMYK:
(0,13,47,46)
C0M13Y47K46 
(0%,13%,47%,46%)
(0.00/0.13/0.47/0.46)	

CMYK percentages

%0
%13.04
%47.1
%45.88

Codes

Color #8A7849 in popluar color models

8A7849
RGB13812073
HSL43°30.81%41.37%
HSB/HSV43°47.10%54.12%
CMYK0.00%13.04%47.10%
45.88%

Color #8A7849 in popluar number systems.

HEX8A7849
Decimal13812073
Binary1000101011110001001001
Octal212170111

Shades and tints

Shades of #8A7849

#8A7849
(138,120,73)
#7E6E43
(126,110,67)
#72643D
(114,100,61)
#665A37
(102,90,55)
#5A5031
(90,80,49)
#4E462B
(78,70,43)
#423C25
(66,60,37)
#36321F
(54,50,31)
#2A2819
(42,40,25)
#1E1E13
(30,30,19)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #8A7849

#8A7849
(138,120,73)
#948459
(148,132,89)
#9E9069
(158,144,105)
#A89C79
(168,156,121)
#B2A889
(178,168,137)
#BCB499
(188,180,153)
#C6C0A9
(198,192,169)
#D0CCB9
(208,204,185)
#DAD8C9
(218,216,201)
#E4E4D9
(228,228,217)
#EEF0E9
(238,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7849 color. Also use rgb(138,120,73) instead hex code.

Text Font Color

.myTextColor { color: #8A7849; }

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

This text font color is #8A7849.


Background Color

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

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

This div background color is #8A7849.


Border color

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

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

This div border color is #8A7849.


Opacity

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

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

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

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

This text has shadow with #8A7849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7849 on black background.


Color preview on white background

This text has color #8A7849 on white background.



Black color preview on #8A7849 background

This text has black color on #8A7849 background.


White color preview on #8A7849 background

This text has white color on #8A7849 background.