COLOR #8A6D43

HEX: #8A6D43
RGB: (138,109,67)

Color info

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

RGB color model

#8A6D43 color RGB value is (138,109,67).

  • red value is 138;
  • green value is 109;
  • blue value is 67.
RGB:
(138,109,67)
(54%,43%,26%)

RGB channels and saturation

R 138 of 255 = 54%
G 109 of 255 = 43%
B 67 of 255 = 26%

138
109
67

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

Portions of RGB colors in percentages

R + G + B =
138 + 109 + 67 = 314 (100%)
R 138 of 314 ~ 43.95%
G 109 of 314 ~ 34.71%
B 67 of 314 ~ 21.34%

%43.95
%34.71
%21.34

CMYK color model

#8A6D43 color CMYK value is (0,21,51,46).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 51.45%
  • key color value is 45.88%
CMYK:
(0,21,51,46)
C0M21Y51K46 
(0%,21%,51%,46%)
(0.00/0.21/0.51/0.46)	

CMYK percentages

%0
%21.01
%51.45
%45.88

Codes

Color #8A6D43 in popluar color models

8A6D43
RGB13810967
HSL35°34.63%40.20%
HSB/HSV35°51.45%54.12%
CMYK0.00%21.01%51.45%
45.88%

Color #8A6D43 in popluar number systems.

HEX8A6D43
Decimal13810967
Binary1000101011011011000011
Octal212155103

Shades and tints

Shades of #8A6D43

#8A6D43
(138,109,67)
#7E643D
(126,100,61)
#725B37
(114,91,55)
#665231
(102,82,49)
#5A492B
(90,73,43)
#4E4025
(78,64,37)
#42371F
(66,55,31)
#362E19
(54,46,25)
#2A2513
(42,37,19)
#1E1C0D
(30,28,13)
#121307
(18,19,7)
#000000
(0,0,0)

Tints of #8A6D43

#8A6D43
(138,109,67)
#947A54
(148,122,84)
#9E8765
(158,135,101)
#A89476
(168,148,118)
#B2A187
(178,161,135)
#BCAE98
(188,174,152)
#C6BBA9
(198,187,169)
#D0C8BA
(208,200,186)
#DAD5CB
(218,213,203)
#E4E2DC
(228,226,220)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A6D43 color. Also use rgb(138,109,67) instead hex code.

Text Font Color

.myTextColor { color: #8A6D43; }

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

This text font color is #8A6D43.


Background Color

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

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

This div background color is #8A6D43.


Border color

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

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

This div border color is #8A6D43.


Opacity

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

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

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

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

This text has shadow with #8A6D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A6D43 on black background.


Color preview on white background

This text has color #8A6D43 on white background.



Black color preview on #8A6D43 background

This text has black color on #8A6D43 background.


White color preview on #8A6D43 background

This text has white color on #8A6D43 background.