COLOR #8C7D34

HEX: #8C7D34
RGB: (140,125,52)

Color info

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

RGB color model

#8C7D34 color RGB value is (140,125,52).

  • red value is 140;
  • green value is 125;
  • blue value is 52.
RGB:
(140,125,52)
(55%,49%,20%)

RGB channels and saturation

R 140 of 255 = 55%
G 125 of 255 = 49%
B 52 of 255 = 20%

140
125
52

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

Portions of RGB colors in percentages

R + G + B =
140 + 125 + 52 = 317 (100%)
R 140 of 317 ~ 44.16%
G 125 of 317 ~ 39.43%
B 52 of 317 ~ 16.4%

%44.16
%39.43
%16.4

CMYK color model

#8C7D34 color CMYK value is (0,11,63,45).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 62.86%
  • key color value is 45.10%
CMYK:
(0,11,63,45)
C0M11Y63K45 
(0%,11%,63%,45%)
(0.00/0.11/0.63/0.45)	

CMYK percentages

%0
%10.71
%62.86
%45.1

Codes

Color #8C7D34 in popluar color models

8C7D34
RGB14012552
HSL50°45.83%37.65%
HSB/HSV50°62.86%54.90%
CMYK0.00%10.71%62.86%
45.10%

Color #8C7D34 in popluar number systems.

HEX8C7D34
Decimal14012552
Binary100011001111101110100
Octal21417564

Shades and tints

Shades of #8C7D34

#8C7D34
(140,125,52)
#807230
(128,114,48)
#74672C
(116,103,44)
#685C28
(104,92,40)
#5C5124
(92,81,36)
#504620
(80,70,32)
#443B1C
(68,59,28)
#383018
(56,48,24)
#2C2514
(44,37,20)
#201A10
(32,26,16)
#140F0C
(20,15,12)
#000000
(0,0,0)

Tints of #8C7D34

#8C7D34
(140,125,52)
#968846
(150,136,70)
#A09358
(160,147,88)
#AA9E6A
(170,158,106)
#B4A97C
(180,169,124)
#BEB48E
(190,180,142)
#C8BFA0
(200,191,160)
#D2CAB2
(210,202,178)
#DCD5C4
(220,213,196)
#E6E0D6
(230,224,214)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7D34 color. Also use rgb(140,125,52) instead hex code.

Text Font Color

.myTextColor { color: #8C7D34; }

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

This text font color is #8C7D34.


Background Color

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

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

This div background color is #8C7D34.


Border color

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

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

This div border color is #8C7D34.


Opacity

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

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

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

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

This text has shadow with #8C7D34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7D34 on black background.


Color preview on white background

This text has color #8C7D34 on white background.



Black color preview on #8C7D34 background

This text has black color on #8C7D34 background.


White color preview on #8C7D34 background

This text has white color on #8C7D34 background.