COLOR #8A5630

HEX: #8A5630
RGB: (138,86,48)

Color info

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

RGB color model

#8A5630 color RGB value is (138,86,48).

  • red value is 138;
  • green value is 86;
  • blue value is 48.
RGB:
(138,86,48)
(54%,34%,19%)

RGB channels and saturation

R 138 of 255 = 54%
G 86 of 255 = 34%
B 48 of 255 = 19%

138
86
48

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

Portions of RGB colors in percentages

R + G + B =
138 + 86 + 48 = 272 (100%)
R 138 of 272 ~ 50.74%
G 86 of 272 ~ 31.62%
B 48 of 272 ~ 17.65%

%50.74
%31.62
%17.65

CMYK color model

#8A5630 color CMYK value is (0,38,65,46).

  • cyan value is 0.00%
  • magenta value is 37.68%
  • yellow value is 65.22%
  • key color value is 45.88%
CMYK:
(0,38,65,46)
C0M38Y65K46 
(0%,38%,65%,46%)
(0.00/0.38/0.65/0.46)	

CMYK percentages

%0
%37.68
%65.22
%45.88

Codes

Color #8A5630 in popluar color models

8A5630
RGB1388648
HSL25°48.39%36.47%
HSB/HSV25°65.22%54.12%
CMYK0.00%37.68%65.22%
45.88%

Color #8A5630 in popluar number systems.

HEX8A5630
Decimal1388648
Binary100010101010110110000
Octal21212660

Shades and tints

Shades of #8A5630

#8A5630
(138,86,48)
#7E4F2C
(126,79,44)
#724828
(114,72,40)
#664124
(102,65,36)
#5A3A20
(90,58,32)
#4E331C
(78,51,28)
#422C18
(66,44,24)
#362514
(54,37,20)
#2A1E10
(42,30,16)
#1E170C
(30,23,12)
#121008
(18,16,8)
#000000
(0,0,0)

Tints of #8A5630

#8A5630
(138,86,48)
#946542
(148,101,66)
#9E7454
(158,116,84)
#A88366
(168,131,102)
#B29278
(178,146,120)
#BCA18A
(188,161,138)
#C6B09C
(198,176,156)
#D0BFAE
(208,191,174)
#DACEC0
(218,206,192)
#E4DDD2
(228,221,210)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5630 color. Also use rgb(138,86,48) instead hex code.

Text Font Color

.myTextColor { color: #8A5630; }

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

This text font color is #8A5630.


Background Color

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

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

This div background color is #8A5630.


Border color

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

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

This div border color is #8A5630.


Opacity

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

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

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

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

This text has shadow with #8A5630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5630 on black background.


Color preview on white background

This text has color #8A5630 on white background.



Black color preview on #8A5630 background

This text has black color on #8A5630 background.


White color preview on #8A5630 background

This text has white color on #8A5630 background.