COLOR #8C7A35

HEX: #8C7A35
RGB: (140,122,53)

Color info

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

RGB color model

#8C7A35 color RGB value is (140,122,53).

  • red value is 140;
  • green value is 122;
  • blue value is 53.
RGB:
(140,122,53)
(55%,48%,21%)

RGB channels and saturation

R 140 of 255 = 55%
G 122 of 255 = 48%
B 53 of 255 = 21%

140
122
53

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

Portions of RGB colors in percentages

R + G + B =
140 + 122 + 53 = 315 (100%)
R 140 of 315 ~ 44.44%
G 122 of 315 ~ 38.73%
B 53 of 315 ~ 16.83%

%44.44
%38.73
%16.83

CMYK color model

#8C7A35 color CMYK value is (0,13,62,45).

  • cyan value is 0.00%
  • magenta value is 12.86%
  • yellow value is 62.14%
  • key color value is 45.10%
CMYK:
(0,13,62,45)
C0M13Y62K45 
(0%,13%,62%,45%)
(0.00/0.13/0.62/0.45)	

CMYK percentages

%0
%12.86
%62.14
%45.1

Codes

Color #8C7A35 in popluar color models

8C7A35
RGB14012253
HSL48°45.08%37.84%
HSB/HSV48°62.14%54.90%
CMYK0.00%12.86%62.14%
45.10%

Color #8C7A35 in popluar number systems.

HEX8C7A35
Decimal14012253
Binary100011001111010110101
Octal21417265

Shades and tints

Shades of #8C7A35

#8C7A35
(140,122,53)
#806F31
(128,111,49)
#74642D
(116,100,45)
#685929
(104,89,41)
#5C4E25
(92,78,37)
#504321
(80,67,33)
#44381D
(68,56,29)
#382D19
(56,45,25)
#2C2215
(44,34,21)
#201711
(32,23,17)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #8C7A35

#8C7A35
(140,122,53)
#968647
(150,134,71)
#A09259
(160,146,89)
#AA9E6B
(170,158,107)
#B4AA7D
(180,170,125)
#BEB68F
(190,182,143)
#C8C2A1
(200,194,161)
#D2CEB3
(210,206,179)
#DCDAC5
(220,218,197)
#E6E6D7
(230,230,215)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7A35 color. Also use rgb(140,122,53) instead hex code.

Text Font Color

.myTextColor { color: #8C7A35; }

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

This text font color is #8C7A35.


Background Color

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

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

This div background color is #8C7A35.


Border color

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

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

This div border color is #8C7A35.


Opacity

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

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

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

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

This text has shadow with #8C7A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7A35 on black background.


Color preview on white background

This text has color #8C7A35 on white background.



Black color preview on #8C7A35 background

This text has black color on #8C7A35 background.


White color preview on #8C7A35 background

This text has white color on #8C7A35 background.