COLOR #8C523F

HEX: #8C523F
RGB: (140,82,63)

Color info

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

RGB color model

#8C523F color RGB value is (140,82,63).

  • red value is 140;
  • green value is 82;
  • blue value is 63.
RGB:
(140,82,63)
(55%,32%,25%)

RGB channels and saturation

R 140 of 255 = 55%
G 82 of 255 = 32%
B 63 of 255 = 25%

140
82
63

R + G + B ~ 37%. #8C523F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 82 + 63 = 285 (100%)
R 140 of 285 ~ 49.12%
G 82 of 285 ~ 28.77%
B 63 of 285 ~ 22.11%

%49.12
%28.77
%22.11

CMYK color model

#8C523F color CMYK value is (0,41,55,45).

  • cyan value is 0.00%
  • magenta value is 41.43%
  • yellow value is 55.00%
  • key color value is 45.10%
CMYK:
(0,41,55,45)
C0M41Y55K45 
(0%,41%,55%,45%)
(0.00/0.41/0.55/0.45)	

CMYK percentages

%0
%41.43
%55
%45.1

Codes

Color #8C523F in popluar color models

8C523F
RGB1408263
HSL15°37.93%39.80%
HSB/HSV15°55.00%54.90%
CMYK0.00%41.43%55.00%
45.10%

Color #8C523F in popluar number systems.

HEX8C523F
Decimal1408263
Binary100011001010010111111
Octal21412277

Shades and tints

Shades of #8C523F

#8C523F
(140,82,63)
#804B3A
(128,75,58)
#744435
(116,68,53)
#683D30
(104,61,48)
#5C362B
(92,54,43)
#502F26
(80,47,38)
#442821
(68,40,33)
#38211C
(56,33,28)
#2C1A17
(44,26,23)
#201312
(32,19,18)
#140C0D
(20,12,13)
#000000
(0,0,0)

Tints of #8C523F

#8C523F
(140,82,63)
#966150
(150,97,80)
#A07061
(160,112,97)
#AA7F72
(170,127,114)
#B48E83
(180,142,131)
#BE9D94
(190,157,148)
#C8ACA5
(200,172,165)
#D2BBB6
(210,187,182)
#DCCAC7
(220,202,199)
#E6D9D8
(230,217,216)
#F0E8E9
(240,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C523F color. Also use rgb(140,82,63) instead hex code.

Text Font Color

.myTextColor { color: #8C523F; }

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

This text font color is #8C523F.


Background Color

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

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

This div background color is #8C523F.


Border color

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

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

This div border color is #8C523F.


Opacity

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

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

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

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

This text has shadow with #8C523F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C523F on black background.


Color preview on white background

This text has color #8C523F on white background.



Black color preview on #8C523F background

This text has black color on #8C523F background.


White color preview on #8C523F background

This text has white color on #8C523F background.