COLOR #8C7548

HEX: #8C7548
RGB: (140,117,72)

Color info

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

RGB color model

#8C7548 color RGB value is (140,117,72).

  • red value is 140;
  • green value is 117;
  • blue value is 72.
RGB:
(140,117,72)
(55%,46%,28%)

RGB channels and saturation

R 140 of 255 = 55%
G 117 of 255 = 46%
B 72 of 255 = 28%

140
117
72

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

Portions of RGB colors in percentages

R + G + B =
140 + 117 + 72 = 329 (100%)
R 140 of 329 ~ 42.55%
G 117 of 329 ~ 35.56%
B 72 of 329 ~ 21.88%

%42.55
%35.56
%21.88

CMYK color model

#8C7548 color CMYK value is (0,16,49,45).

  • cyan value is 0.00%
  • magenta value is 16.43%
  • yellow value is 48.57%
  • key color value is 45.10%
CMYK:
(0,16,49,45)
C0M16Y49K45 
(0%,16%,49%,45%)
(0.00/0.16/0.49/0.45)	

CMYK percentages

%0
%16.43
%48.57
%45.1

Codes

Color #8C7548 in popluar color models

8C7548
RGB14011772
HSL40°32.08%41.57%
HSB/HSV40°48.57%54.90%
CMYK0.00%16.43%48.57%
45.10%

Color #8C7548 in popluar number systems.

HEX8C7548
Decimal14011772
Binary1000110011101011001000
Octal214165110

Shades and tints

Shades of #8C7548

#8C7548
(140,117,72)
#806B42
(128,107,66)
#74613C
(116,97,60)
#685736
(104,87,54)
#5C4D30
(92,77,48)
#50432A
(80,67,42)
#443924
(68,57,36)
#382F1E
(56,47,30)
#2C2518
(44,37,24)
#201B12
(32,27,18)
#14110C
(20,17,12)
#000000
(0,0,0)

Tints of #8C7548

#8C7548
(140,117,72)
#968158
(150,129,88)
#A08D68
(160,141,104)
#AA9978
(170,153,120)
#B4A588
(180,165,136)
#BEB198
(190,177,152)
#C8BDA8
(200,189,168)
#D2C9B8
(210,201,184)
#DCD5C8
(220,213,200)
#E6E1D8
(230,225,216)
#F0EDE8
(240,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7548 color. Also use rgb(140,117,72) instead hex code.

Text Font Color

.myTextColor { color: #8C7548; }

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

This text font color is #8C7548.


Background Color

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

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

This div background color is #8C7548.


Border color

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

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

This div border color is #8C7548.


Opacity

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

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

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

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

This text has shadow with #8C7548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7548 on black background.


Color preview on white background

This text has color #8C7548 on white background.



Black color preview on #8C7548 background

This text has black color on #8C7548 background.


White color preview on #8C7548 background

This text has white color on #8C7548 background.