COLOR #8A7335

HEX: #8A7335
RGB: (138,115,53)

Color info

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

RGB color model

#8A7335 color RGB value is (138,115,53).

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

RGB channels and saturation

R 138 of 255 = 54%
G 115 of 255 = 45%
B 53 of 255 = 21%

138
115
53

R + G + B ~ 40%. #8A7335 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 115 + 53 = 306 (100%)
R 138 of 306 ~ 45.1%
G 115 of 306 ~ 37.58%
B 53 of 306 ~ 17.32%

%45.1
%37.58
%17.32

CMYK color model

#8A7335 color CMYK value is (0,17,62,46).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 61.59%
  • key color value is 45.88%
CMYK:
(0,17,62,46)
C0M17Y62K46 
(0%,17%,62%,46%)
(0.00/0.17/0.62/0.46)	

CMYK percentages

%0
%16.67
%61.59
%45.88

Codes

Color #8A7335 in popluar color models

8A7335
RGB13811553
HSL44°44.50%37.45%
HSB/HSV44°61.59%54.12%
CMYK0.00%16.67%61.59%
45.88%

Color #8A7335 in popluar number systems.

HEX8A7335
Decimal13811553
Binary100010101110011110101
Octal21216365

Shades and tints

Shades of #8A7335

#8A7335
(138,115,53)
#7E6931
(126,105,49)
#725F2D
(114,95,45)
#665529
(102,85,41)
#5A4B25
(90,75,37)
#4E4121
(78,65,33)
#42371D
(66,55,29)
#362D19
(54,45,25)
#2A2315
(42,35,21)
#1E1911
(30,25,17)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #8A7335

#8A7335
(138,115,53)
#947F47
(148,127,71)
#9E8B59
(158,139,89)
#A8976B
(168,151,107)
#B2A37D
(178,163,125)
#BCAF8F
(188,175,143)
#C6BBA1
(198,187,161)
#D0C7B3
(208,199,179)
#DAD3C5
(218,211,197)
#E4DFD7
(228,223,215)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7335; }

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

This text font color is #8A7335.


Background Color

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

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

This div background color is #8A7335.


Border color

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

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

This div border color is #8A7335.


Opacity

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

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

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

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

This text has shadow with #8A7335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7335 on black background.


Color preview on white background

This text has color #8A7335 on white background.



Black color preview on #8A7335 background

This text has black color on #8A7335 background.


White color preview on #8A7335 background

This text has white color on #8A7335 background.