COLOR #8A5838

HEX: #8A5838
RGB: (138,88,56)

Color info

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

RGB color model

#8A5838 color RGB value is (138,88,56).

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

RGB channels and saturation

R 138 of 255 = 54%
G 88 of 255 = 35%
B 56 of 255 = 22%

138
88
56

R + G + B ~ 37%. #8A5838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
138 + 88 + 56 = 282 (100%)
R 138 of 282 ~ 48.94%
G 88 of 282 ~ 31.21%
B 56 of 282 ~ 19.86%

%48.94
%31.21
%19.86

CMYK color model

#8A5838 color CMYK value is (0,36,59,46).

  • cyan value is 0.00%
  • magenta value is 36.23%
  • yellow value is 59.42%
  • key color value is 45.88%
CMYK:
(0,36,59,46)
C0M36Y59K46 
(0%,36%,59%,46%)
(0.00/0.36/0.59/0.46)	

CMYK percentages

%0
%36.23
%59.42
%45.88

Codes

Color #8A5838 in popluar color models

8A5838
RGB1388856
HSL23°42.27%38.04%
HSB/HSV23°59.42%54.12%
CMYK0.00%36.23%59.42%
45.88%

Color #8A5838 in popluar number systems.

HEX8A5838
Decimal1388856
Binary100010101011000111000
Octal21213070

Shades and tints

Shades of #8A5838

#8A5838
(138,88,56)
#7E5033
(126,80,51)
#72482E
(114,72,46)
#664029
(102,64,41)
#5A3824
(90,56,36)
#4E301F
(78,48,31)
#42281A
(66,40,26)
#362015
(54,32,21)
#2A1810
(42,24,16)
#1E100B
(30,16,11)
#120806
(18,8,6)
#000000
(0,0,0)

Tints of #8A5838

#8A5838
(138,88,56)
#94674A
(148,103,74)
#9E765C
(158,118,92)
#A8856E
(168,133,110)
#B29480
(178,148,128)
#BCA392
(188,163,146)
#C6B2A4
(198,178,164)
#D0C1B6
(208,193,182)
#DAD0C8
(218,208,200)
#E4DFDA
(228,223,218)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A5838; }

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

This text font color is #8A5838.


Background Color

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

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

This div background color is #8A5838.


Border color

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

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

This div border color is #8A5838.


Opacity

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

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

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

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

This text has shadow with #8A5838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5838 on black background.


Color preview on white background

This text has color #8A5838 on white background.



Black color preview on #8A5838 background

This text has black color on #8A5838 background.


White color preview on #8A5838 background

This text has white color on #8A5838 background.