COLOR #8A6238

HEX: #8A6238
RGB: (138,98,56)

Color info

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

RGB color model

#8A6238 color RGB value is (138,98,56).

  • red value is 138;
  • green value is 98;
  • blue value is 56.
RGB:
(138,98,56)
(54%,38%,22%)

RGB channels and saturation

R 138 of 255 = 54%
G 98 of 255 = 38%
B 56 of 255 = 22%

138
98
56

R + G + B ~ 38%. #8A6238 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 98 + 56 = 292 (100%)
R 138 of 292 ~ 47.26%
G 98 of 292 ~ 33.56%
B 56 of 292 ~ 19.18%

%47.26
%33.56
%19.18

CMYK color model

#8A6238 color CMYK value is (0,29,59,46).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 59.42%
  • key color value is 45.88%
CMYK:
(0,29,59,46)
C0M29Y59K46 
(0%,29%,59%,46%)
(0.00/0.29/0.59/0.46)	

CMYK percentages

%0
%28.99
%59.42
%45.88

Codes

Color #8A6238 in popluar color models

8A6238
RGB1389856
HSL31°42.27%38.04%
HSB/HSV31°59.42%54.12%
CMYK0.00%28.99%59.42%
45.88%

Color #8A6238 in popluar number systems.

HEX8A6238
Decimal1389856
Binary100010101100010111000
Octal21214270

Shades and tints

Shades of #8A6238

#8A6238
(138,98,56)
#7E5A33
(126,90,51)
#72522E
(114,82,46)
#664A29
(102,74,41)
#5A4224
(90,66,36)
#4E3A1F
(78,58,31)
#42321A
(66,50,26)
#362A15
(54,42,21)
#2A2210
(42,34,16)
#1E1A0B
(30,26,11)
#121206
(18,18,6)
#000000
(0,0,0)

Tints of #8A6238

#8A6238
(138,98,56)
#94704A
(148,112,74)
#9E7E5C
(158,126,92)
#A88C6E
(168,140,110)
#B29A80
(178,154,128)
#BCA892
(188,168,146)
#C6B6A4
(198,182,164)
#D0C4B6
(208,196,182)
#DAD2C8
(218,210,200)
#E4E0DA
(228,224,218)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6238 color. Also use rgb(138,98,56) instead hex code.

Text Font Color

.myTextColor { color: #8A6238; }

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

This text font color is #8A6238.


Background Color

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

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

This div background color is #8A6238.


Border color

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

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

This div border color is #8A6238.


Opacity

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

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

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

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

This text has shadow with #8A6238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6238 on black background.


Color preview on white background

This text has color #8A6238 on white background.



Black color preview on #8A6238 background

This text has black color on #8A6238 background.


White color preview on #8A6238 background

This text has white color on #8A6238 background.