COLOR #8C5434

HEX: #8C5434
RGB: (140,84,52)

Color info

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

RGB color model

#8C5434 color RGB value is (140,84,52).

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

RGB channels and saturation

R 140 of 255 = 55%
G 84 of 255 = 33%
B 52 of 255 = 20%

140
84
52

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

Portions of RGB colors in percentages

R + G + B =
140 + 84 + 52 = 276 (100%)
R 140 of 276 ~ 50.72%
G 84 of 276 ~ 30.43%
B 52 of 276 ~ 18.84%

%50.72
%30.43
%18.84

CMYK color model

#8C5434 color CMYK value is (0,40,63,45).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 62.86%
  • key color value is 45.10%
CMYK:
(0,40,63,45)
C0M40Y63K45 
(0%,40%,63%,45%)
(0.00/0.40/0.63/0.45)	

CMYK percentages

%0
%40
%62.86
%45.1

Codes

Color #8C5434 in popluar color models

8C5434
RGB1408452
HSL22°45.83%37.65%
HSB/HSV22°62.86%54.90%
CMYK0.00%40.00%62.86%
45.10%

Color #8C5434 in popluar number systems.

HEX8C5434
Decimal1408452
Binary100011001010100110100
Octal21412464

Shades and tints

Shades of #8C5434

#8C5434
(140,84,52)
#804D30
(128,77,48)
#74462C
(116,70,44)
#683F28
(104,63,40)
#5C3824
(92,56,36)
#503120
(80,49,32)
#442A1C
(68,42,28)
#382318
(56,35,24)
#2C1C14
(44,28,20)
#201510
(32,21,16)
#140E0C
(20,14,12)
#000000
(0,0,0)

Tints of #8C5434

#8C5434
(140,84,52)
#966346
(150,99,70)
#A07258
(160,114,88)
#AA816A
(170,129,106)
#B4907C
(180,144,124)
#BE9F8E
(190,159,142)
#C8AEA0
(200,174,160)
#D2BDB2
(210,189,178)
#DCCCC4
(220,204,196)
#E6DBD6
(230,219,214)
#F0EAE8
(240,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C5434; }

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

This text font color is #8C5434.


Background Color

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

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

This div background color is #8C5434.


Border color

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

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

This div border color is #8C5434.


Opacity

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

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

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

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

This text has shadow with #8C5434 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5434 on black background.


Color preview on white background

This text has color #8C5434 on white background.



Black color preview on #8C5434 background

This text has black color on #8C5434 background.


White color preview on #8C5434 background

This text has white color on #8C5434 background.