COLOR #8C7B38

HEX: #8C7B38
RGB: (140,123,56)

Color info

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

RGB color model

#8C7B38 color RGB value is (140,123,56).

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

RGB channels and saturation

R 140 of 255 = 55%
G 123 of 255 = 48%
B 56 of 255 = 22%

140
123
56

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

Portions of RGB colors in percentages

R + G + B =
140 + 123 + 56 = 319 (100%)
R 140 of 319 ~ 43.89%
G 123 of 319 ~ 38.56%
B 56 of 319 ~ 17.55%

%43.89
%38.56
%17.55

CMYK color model

#8C7B38 color CMYK value is (0,12,60,45).

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 60.00%
  • key color value is 45.10%
CMYK:
(0,12,60,45)
C0M12Y60K45 
(0%,12%,60%,45%)
(0.00/0.12/0.60/0.45)	

CMYK percentages

%0
%12.14
%60
%45.1

Codes

Color #8C7B38 in popluar color models

8C7B38
RGB14012356
HSL48°42.86%38.43%
HSB/HSV48°60.00%54.90%
CMYK0.00%12.14%60.00%
45.10%

Color #8C7B38 in popluar number systems.

HEX8C7B38
Decimal14012356
Binary100011001111011111000
Octal21417370

Shades and tints

Shades of #8C7B38

#8C7B38
(140,123,56)
#807033
(128,112,51)
#74652E
(116,101,46)
#685A29
(104,90,41)
#5C4F24
(92,79,36)
#50441F
(80,68,31)
#44391A
(68,57,26)
#382E15
(56,46,21)
#2C2310
(44,35,16)
#20180B
(32,24,11)
#140D06
(20,13,6)
#000000
(0,0,0)

Tints of #8C7B38

#8C7B38
(140,123,56)
#96874A
(150,135,74)
#A0935C
(160,147,92)
#AA9F6E
(170,159,110)
#B4AB80
(180,171,128)
#BEB792
(190,183,146)
#C8C3A4
(200,195,164)
#D2CFB6
(210,207,182)
#DCDBC8
(220,219,200)
#E6E7DA
(230,231,218)
#F0F3EC
(240,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C7B38; }

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

This text font color is #8C7B38.


Background Color

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

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

This div background color is #8C7B38.


Border color

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

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

This div border color is #8C7B38.


Opacity

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

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

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

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

This text has shadow with #8C7B38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7B38 on black background.


Color preview on white background

This text has color #8C7B38 on white background.



Black color preview on #8C7B38 background

This text has black color on #8C7B38 background.


White color preview on #8C7B38 background

This text has white color on #8C7B38 background.