COLOR #8A5944

HEX: #8A5944
RGB: (138,89,68)

Color info

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

RGB color model

#8A5944 color RGB value is (138,89,68).

  • red value is 138;
  • green value is 89;
  • blue value is 68.
RGB:
(138,89,68)
(54%,35%,27%)

RGB channels and saturation

R 138 of 255 = 54%
G 89 of 255 = 35%
B 68 of 255 = 27%

138
89
68

R + G + B ~ 39%. #8A5944 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 89 + 68 = 295 (100%)
R 138 of 295 ~ 46.78%
G 89 of 295 ~ 30.17%
B 68 of 295 ~ 23.05%

%46.78
%30.17
%23.05

CMYK color model

#8A5944 color CMYK value is (0,36,51,46).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 50.72%
  • key color value is 45.88%
CMYK:
(0,36,51,46)
C0M36Y51K46 
(0%,36%,51%,46%)
(0.00/0.36/0.51/0.46)	

CMYK percentages

%0
%35.51
%50.72
%45.88

Codes

Color #8A5944 in popluar color models

8A5944
RGB1388968
HSL18°33.98%40.39%
HSB/HSV18°50.72%54.12%
CMYK0.00%35.51%50.72%
45.88%

Color #8A5944 in popluar number systems.

HEX8A5944
Decimal1388968
Binary1000101010110011000100
Octal212131104

Shades and tints

Shades of #8A5944

#8A5944
(138,89,68)
#7E513E
(126,81,62)
#724938
(114,73,56)
#664132
(102,65,50)
#5A392C
(90,57,44)
#4E3126
(78,49,38)
#422920
(66,41,32)
#36211A
(54,33,26)
#2A1914
(42,25,20)
#1E110E
(30,17,14)
#120908
(18,9,8)
#000000
(0,0,0)

Tints of #8A5944

#8A5944
(138,89,68)
#946855
(148,104,85)
#9E7766
(158,119,102)
#A88677
(168,134,119)
#B29588
(178,149,136)
#BCA499
(188,164,153)
#C6B3AA
(198,179,170)
#D0C2BB
(208,194,187)
#DAD1CC
(218,209,204)
#E4E0DD
(228,224,221)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5944 color. Also use rgb(138,89,68) instead hex code.

Text Font Color

.myTextColor { color: #8A5944; }

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

This text font color is #8A5944.


Background Color

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

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

This div background color is #8A5944.


Border color

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

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

This div border color is #8A5944.


Opacity

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

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

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

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

This text has shadow with #8A5944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5944 on black background.


Color preview on white background

This text has color #8A5944 on white background.



Black color preview on #8A5944 background

This text has black color on #8A5944 background.


White color preview on #8A5944 background

This text has white color on #8A5944 background.