COLOR #8A5538

HEX: #8A5538
RGB: (138,85,56)

Color info

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

RGB color model

#8A5538 color RGB value is (138,85,56).

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

RGB channels and saturation

R 138 of 255 = 54%
G 85 of 255 = 33%
B 56 of 255 = 22%

138
85
56

R + G + B ~ 36%. #8A5538 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 85 + 56 = 279 (100%)
R 138 of 279 ~ 49.46%
G 85 of 279 ~ 30.47%
B 56 of 279 ~ 20.07%

%49.46
%30.47
%20.07

CMYK color model

#8A5538 color CMYK value is (0,38,59,46).

  • cyan value is 0.00%
  • magenta value is 38.41%
  • yellow value is 59.42%
  • key color value is 45.88%
CMYK:
(0,38,59,46)
C0M38Y59K46 
(0%,38%,59%,46%)
(0.00/0.38/0.59/0.46)	

CMYK percentages

%0
%38.41
%59.42
%45.88

Codes

Color #8A5538 in popluar color models

8A5538
RGB1388556
HSL21°42.27%38.04%
HSB/HSV21°59.42%54.12%
CMYK0.00%38.41%59.42%
45.88%

Color #8A5538 in popluar number systems.

HEX8A5538
Decimal1388556
Binary100010101010101111000
Octal21212570

Shades and tints

Shades of #8A5538

#8A5538
(138,85,56)
#7E4E33
(126,78,51)
#72472E
(114,71,46)
#664029
(102,64,41)
#5A3924
(90,57,36)
#4E321F
(78,50,31)
#422B1A
(66,43,26)
#362415
(54,36,21)
#2A1D10
(42,29,16)
#1E160B
(30,22,11)
#120F06
(18,15,6)
#000000
(0,0,0)

Tints of #8A5538

#8A5538
(138,85,56)
#94644A
(148,100,74)
#9E735C
(158,115,92)
#A8826E
(168,130,110)
#B29180
(178,145,128)
#BCA092
(188,160,146)
#C6AFA4
(198,175,164)
#D0BEB6
(208,190,182)
#DACDC8
(218,205,200)
#E4DCDA
(228,220,218)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5538; }

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

This text font color is #8A5538.


Background Color

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

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

This div background color is #8A5538.


Border color

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

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

This div border color is #8A5538.


Opacity

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

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

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

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

This text has shadow with #8A5538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5538 on black background.


Color preview on white background

This text has color #8A5538 on white background.



Black color preview on #8A5538 background

This text has black color on #8A5538 background.


White color preview on #8A5538 background

This text has white color on #8A5538 background.