COLOR #8D604C

HEX: #8D604C
RGB: (141,96,76)

Color info

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

RGB color model

#8D604C color RGB value is (141,96,76).

  • red value is 141;
  • green value is 96;
  • blue value is 76.
RGB:
(141,96,76)
(55%,38%,30%)

RGB channels and saturation

R 141 of 255 = 55%
G 96 of 255 = 38%
B 76 of 255 = 30%

141
96
76

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

Portions of RGB colors in percentages

R + G + B =
141 + 96 + 76 = 313 (100%)
R 141 of 313 ~ 45.05%
G 96 of 313 ~ 30.67%
B 76 of 313 ~ 24.28%

%45.05
%30.67
%24.28

CMYK color model

#8D604C color CMYK value is (0,32,46,45).

  • cyan value is 0.00%
  • magenta value is 31.91%
  • yellow value is 46.10%
  • key color value is 44.71%
CMYK:
(0,32,46,45)
C0M32Y46K45 
(0%,32%,46%,45%)
(0.00/0.32/0.46/0.45)	

CMYK percentages

%0
%31.91
%46.1
%44.71

Codes

Color #8D604C in popluar color models

8D604C
RGB1419676
HSL18°29.95%42.55%
HSB/HSV18°46.10%55.29%
CMYK0.00%31.91%46.10%
44.71%

Color #8D604C in popluar number systems.

HEX8D604C
Decimal1419676
Binary1000110111000001001100
Octal215140114

Shades and tints

Shades of #8D604C

#8D604C
(141,96,76)
#815846
(129,88,70)
#755040
(117,80,64)
#69483A
(105,72,58)
#5D4034
(93,64,52)
#51382E
(81,56,46)
#453028
(69,48,40)
#392822
(57,40,34)
#2D201C
(45,32,28)
#211816
(33,24,22)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #8D604C

#8D604C
(141,96,76)
#976E5C
(151,110,92)
#A17C6C
(161,124,108)
#AB8A7C
(171,138,124)
#B5988C
(181,152,140)
#BFA69C
(191,166,156)
#C9B4AC
(201,180,172)
#D3C2BC
(211,194,188)
#DDD0CC
(221,208,204)
#E7DEDC
(231,222,220)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D604C color. Also use rgb(141,96,76) instead hex code.

Text Font Color

.myTextColor { color: #8D604C; }

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

This text font color is #8D604C.


Background Color

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

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

This div background color is #8D604C.


Border color

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

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

This div border color is #8D604C.


Opacity

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

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

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

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

This text has shadow with #8D604C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D604C on black background.


Color preview on white background

This text has color #8D604C on white background.



Black color preview on #8D604C background

This text has black color on #8D604C background.


White color preview on #8D604C background

This text has white color on #8D604C background.