COLOR #8C7B29

HEX: #8C7B29
RGB: (140,123,41)

Color info

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

RGB color model

#8C7B29 color RGB value is (140,123,41).

  • red value is 140;
  • green value is 123;
  • blue value is 41.
RGB:
(140,123,41)
(55%,48%,16%)

RGB channels and saturation

R 140 of 255 = 55%
G 123 of 255 = 48%
B 41 of 255 = 16%

140
123
41

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

Portions of RGB colors in percentages

R + G + B =
140 + 123 + 41 = 304 (100%)
R 140 of 304 ~ 46.05%
G 123 of 304 ~ 40.46%
B 41 of 304 ~ 13.49%

%46.05
%40.46
%13.49

CMYK color model

#8C7B29 color CMYK value is (0,12,71,45).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 70.71%
  • key color value is 45.10%
CMYK:
(0,12,71,45)
C0M12Y71K45 
(0%,12%,71%,45%)
(0.00/0.12/0.71/0.45)	

CMYK percentages

%0
%12.14
%70.71
%45.1

Codes

Color #8C7B29 in popluar color models

8C7B29
RGB14012341
HSL50°54.70%35.49%
HSB/HSV50°70.71%54.90%
CMYK0.00%12.14%70.71%
45.10%

Color #8C7B29 in popluar number systems.

HEX8C7B29
Decimal14012341
Binary100011001111011101001
Octal21417351

Shades and tints

Shades of #8C7B29

#8C7B29
(140,123,41)
#807026
(128,112,38)
#746523
(116,101,35)
#685A20
(104,90,32)
#5C4F1D
(92,79,29)
#50441A
(80,68,26)
#443917
(68,57,23)
#382E14
(56,46,20)
#2C2311
(44,35,17)
#20180E
(32,24,14)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #8C7B29

#8C7B29
(140,123,41)
#96873C
(150,135,60)
#A0934F
(160,147,79)
#AA9F62
(170,159,98)
#B4AB75
(180,171,117)
#BEB788
(190,183,136)
#C8C39B
(200,195,155)
#D2CFAE
(210,207,174)
#DCDBC1
(220,219,193)
#E6E7D4
(230,231,212)
#F0F3E7
(240,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7B29 color. Also use rgb(140,123,41) instead hex code.

Text Font Color

.myTextColor { color: #8C7B29; }

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

This text font color is #8C7B29.


Background Color

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

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

This div background color is #8C7B29.


Border color

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

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

This div border color is #8C7B29.


Opacity

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

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

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

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

This text has shadow with #8C7B29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7B29 on black background.


Color preview on white background

This text has color #8C7B29 on white background.



Black color preview on #8C7B29 background

This text has black color on #8C7B29 background.


White color preview on #8C7B29 background

This text has white color on #8C7B29 background.