COLOR #8A5F35

HEX: #8A5F35
RGB: (138,95,53)

Color info

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

RGB color model

#8A5F35 color RGB value is (138,95,53).

  • red value is 138;
  • green value is 95;
  • blue value is 53.
RGB:
(138,95,53)
(54%,37%,21%)

RGB channels and saturation

R 138 of 255 = 54%
G 95 of 255 = 37%
B 53 of 255 = 21%

138
95
53

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

Portions of RGB colors in percentages

R + G + B =
138 + 95 + 53 = 286 (100%)
R 138 of 286 ~ 48.25%
G 95 of 286 ~ 33.22%
B 53 of 286 ~ 18.53%

%48.25
%33.22
%18.53

CMYK color model

#8A5F35 color CMYK value is (0,31,62,46).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 61.59%
  • key color value is 45.88%
CMYK:
(0,31,62,46)
C0M31Y62K46 
(0%,31%,62%,46%)
(0.00/0.31/0.62/0.46)	

CMYK percentages

%0
%31.16
%61.59
%45.88

Codes

Color #8A5F35 in popluar color models

8A5F35
RGB1389553
HSL30°44.50%37.45%
HSB/HSV30°61.59%54.12%
CMYK0.00%31.16%61.59%
45.88%

Color #8A5F35 in popluar number systems.

HEX8A5F35
Decimal1389553
Binary100010101011111110101
Octal21213765

Shades and tints

Shades of #8A5F35

#8A5F35
(138,95,53)
#7E5731
(126,87,49)
#724F2D
(114,79,45)
#664729
(102,71,41)
#5A3F25
(90,63,37)
#4E3721
(78,55,33)
#422F1D
(66,47,29)
#362719
(54,39,25)
#2A1F15
(42,31,21)
#1E1711
(30,23,17)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #8A5F35

#8A5F35
(138,95,53)
#946D47
(148,109,71)
#9E7B59
(158,123,89)
#A8896B
(168,137,107)
#B2977D
(178,151,125)
#BCA58F
(188,165,143)
#C6B3A1
(198,179,161)
#D0C1B3
(208,193,179)
#DACFC5
(218,207,197)
#E4DDD7
(228,221,215)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A5F35 color. Also use rgb(138,95,53) instead hex code.

Text Font Color

.myTextColor { color: #8A5F35; }

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

This text font color is #8A5F35.


Background Color

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

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

This div background color is #8A5F35.


Border color

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

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

This div border color is #8A5F35.


Opacity

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

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

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

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

This text has shadow with #8A5F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A5F35 on black background.


Color preview on white background

This text has color #8A5F35 on white background.



Black color preview on #8A5F35 background

This text has black color on #8A5F35 background.


White color preview on #8A5F35 background

This text has white color on #8A5F35 background.