COLOR #8A7B43

HEX: #8A7B43
RGB: (138,123,67)

Color info

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

RGB color model

#8A7B43 color RGB value is (138,123,67).

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

RGB channels and saturation

R 138 of 255 = 54%
G 123 of 255 = 48%
B 67 of 255 = 26%

138
123
67

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

Portions of RGB colors in percentages

R + G + B =
138 + 123 + 67 = 328 (100%)
R 138 of 328 ~ 42.07%
G 123 of 328 ~ 37.5%
B 67 of 328 ~ 20.43%

%42.07
%37.5
%20.43

CMYK color model

#8A7B43 color CMYK value is (0,11,51,46).

  • cyan value is 0.00%
  • magenta value is 10.87%
  • yellow value is 51.45%
  • key color value is 45.88%
CMYK:
(0,11,51,46)
C0M11Y51K46 
(0%,11%,51%,46%)
(0.00/0.11/0.51/0.46)	

CMYK percentages

%0
%10.87
%51.45
%45.88

Codes

Color #8A7B43 in popluar color models

8A7B43
RGB13812367
HSL47°34.63%40.20%
HSB/HSV47°51.45%54.12%
CMYK0.00%10.87%51.45%
45.88%

Color #8A7B43 in popluar number systems.

HEX8A7B43
Decimal13812367
Binary1000101011110111000011
Octal212173103

Shades and tints

Shades of #8A7B43

#8A7B43
(138,123,67)
#7E703D
(126,112,61)
#726537
(114,101,55)
#665A31
(102,90,49)
#5A4F2B
(90,79,43)
#4E4425
(78,68,37)
#42391F
(66,57,31)
#362E19
(54,46,25)
#2A2313
(42,35,19)
#1E180D
(30,24,13)
#120D07
(18,13,7)
#000000
(0,0,0)

Tints of #8A7B43

#8A7B43
(138,123,67)
#948754
(148,135,84)
#9E9365
(158,147,101)
#A89F76
(168,159,118)
#B2AB87
(178,171,135)
#BCB798
(188,183,152)
#C6C3A9
(198,195,169)
#D0CFBA
(208,207,186)
#DADBCB
(218,219,203)
#E4E7DC
(228,231,220)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7B43; }

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

This text font color is #8A7B43.


Background Color

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

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

This div background color is #8A7B43.


Border color

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

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

This div border color is #8A7B43.


Opacity

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

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

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

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

This text has shadow with #8A7B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7B43 on black background.


Color preview on white background

This text has color #8A7B43 on white background.



Black color preview on #8A7B43 background

This text has black color on #8A7B43 background.


White color preview on #8A7B43 background

This text has white color on #8A7B43 background.