COLOR #8C5234

HEX: #8C5234
RGB: (140,82,52)

Color info

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

RGB color model

#8C5234 color RGB value is (140,82,52).

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

RGB channels and saturation

R 140 of 255 = 55%
G 82 of 255 = 32%
B 52 of 255 = 20%

140
82
52

R + G + B ~ 36%. #8C5234 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 82 + 52 = 274 (100%)
R 140 of 274 ~ 51.09%
G 82 of 274 ~ 29.93%
B 52 of 274 ~ 18.98%

%51.09
%29.93
%18.98

CMYK color model

#8C5234 color CMYK value is (0,41,63,45).

  • cyan value is 0.00%
  • magenta value is 41.43%
  • yellow value is 62.86%
  • key color value is 45.10%
CMYK:
(0,41,63,45)
C0M41Y63K45 
(0%,41%,63%,45%)
(0.00/0.41/0.63/0.45)	

CMYK percentages

%0
%41.43
%62.86
%45.1

Codes

Color #8C5234 in popluar color models

8C5234
RGB1408252
HSL20°45.83%37.65%
HSB/HSV20°62.86%54.90%
CMYK0.00%41.43%62.86%
45.10%

Color #8C5234 in popluar number systems.

HEX8C5234
Decimal1408252
Binary100011001010010110100
Octal21412264

Shades and tints

Shades of #8C5234

#8C5234
(140,82,52)
#804B30
(128,75,48)
#74442C
(116,68,44)
#683D28
(104,61,40)
#5C3624
(92,54,36)
#502F20
(80,47,32)
#44281C
(68,40,28)
#382118
(56,33,24)
#2C1A14
(44,26,20)
#201310
(32,19,16)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #8C5234

#8C5234
(140,82,52)
#966146
(150,97,70)
#A07058
(160,112,88)
#AA7F6A
(170,127,106)
#B48E7C
(180,142,124)
#BE9D8E
(190,157,142)
#C8ACA0
(200,172,160)
#D2BBB2
(210,187,178)
#DCCAC4
(220,202,196)
#E6D9D6
(230,217,214)
#F0E8E8
(240,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5234; }

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

This text font color is #8C5234.


Background Color

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

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

This div background color is #8C5234.


Border color

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

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

This div border color is #8C5234.


Opacity

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

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

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

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

This text has shadow with #8C5234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5234 on black background.


Color preview on white background

This text has color #8C5234 on white background.



Black color preview on #8C5234 background

This text has black color on #8C5234 background.


White color preview on #8C5234 background

This text has white color on #8C5234 background.