COLOR #8A6948

HEX: #8A6948
RGB: (138,105,72)

Color info

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

RGB color model

#8A6948 color RGB value is (138,105,72).

  • red value is 138;
  • green value is 105;
  • blue value is 72.
RGB:
(138,105,72)
(54%,41%,28%)

RGB channels and saturation

R 138 of 255 = 54%
G 105 of 255 = 41%
B 72 of 255 = 28%

138
105
72

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

Portions of RGB colors in percentages

R + G + B =
138 + 105 + 72 = 315 (100%)
R 138 of 315 ~ 43.81%
G 105 of 315 ~ 33.33%
B 72 of 315 ~ 22.86%

%43.81
%33.33
%22.86

CMYK color model

#8A6948 color CMYK value is (0,24,48,46).

  • cyan value is 0.00%
  • magenta value is 23.91%
  • yellow value is 47.83%
  • key color value is 45.88%
CMYK:
(0,24,48,46)
C0M24Y48K46 
(0%,24%,48%,46%)
(0.00/0.24/0.48/0.46)	

CMYK percentages

%0
%23.91
%47.83
%45.88

Codes

Color #8A6948 in popluar color models

8A6948
RGB13810572
HSL30°31.43%41.18%
HSB/HSV30°47.83%54.12%
CMYK0.00%23.91%47.83%
45.88%

Color #8A6948 in popluar number systems.

HEX8A6948
Decimal13810572
Binary1000101011010011001000
Octal212151110

Shades and tints

Shades of #8A6948

#8A6948
(138,105,72)
#7E6042
(126,96,66)
#72573C
(114,87,60)
#664E36
(102,78,54)
#5A4530
(90,69,48)
#4E3C2A
(78,60,42)
#423324
(66,51,36)
#362A1E
(54,42,30)
#2A2118
(42,33,24)
#1E1812
(30,24,18)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #8A6948

#8A6948
(138,105,72)
#947658
(148,118,88)
#9E8368
(158,131,104)
#A89078
(168,144,120)
#B29D88
(178,157,136)
#BCAA98
(188,170,152)
#C6B7A8
(198,183,168)
#D0C4B8
(208,196,184)
#DAD1C8
(218,209,200)
#E4DED8
(228,222,216)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6948 color. Also use rgb(138,105,72) instead hex code.

Text Font Color

.myTextColor { color: #8A6948; }

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

This text font color is #8A6948.


Background Color

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

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

This div background color is #8A6948.


Border color

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

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

This div border color is #8A6948.


Opacity

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

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

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

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

This text has shadow with #8A6948 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6948 on black background.


Color preview on white background

This text has color #8A6948 on white background.



Black color preview on #8A6948 background

This text has black color on #8A6948 background.


White color preview on #8A6948 background

This text has white color on #8A6948 background.