COLOR #8C4538

HEX: #8C4538
RGB: (140,69,56)

Color info

#8C4538 contains mainly red color. Web safe color of #8C4538 is #993333 (or #933).

RGB color model

#8C4538 color RGB value is (140,69,56).

  • red value is 140;
  • green value is 69;
  • blue value is 56.
RGB:
(140,69,56)
(55%,27%,22%)

RGB channels and saturation

R 140 of 255 = 55%
G 69 of 255 = 27%
B 56 of 255 = 22%

140
69
56

R + G + B ~ 35%. #8C4538 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 69 + 56 = 265 (100%)
R 140 of 265 ~ 52.83%
G 69 of 265 ~ 26.04%
B 56 of 265 ~ 21.13%

%52.83
%26.04
%21.13

CMYK color model

#8C4538 color CMYK value is (0,51,60,45).

  • cyan value is 0.00%
  • magenta value is 50.71%
  • yellow value is 60.00%
  • key color value is 45.10%
CMYK:
(0,51,60,45)
C0M51Y60K45 
(0%,51%,60%,45%)
(0.00/0.51/0.60/0.45)	

CMYK percentages

%0
%50.71
%60
%45.1

Codes

Color #8C4538 in popluar color models

8C4538
RGB1406956
HSL42.86%38.43%
HSB/HSV60.00%54.90%
CMYK0.00%50.71%60.00%
45.10%

Color #8C4538 in popluar number systems.

HEX8C4538
Decimal1406956
Binary100011001000101111000
Octal21410570

Shades and tints

Shades of #8C4538

#8C4538
(140,69,56)
#803F33
(128,63,51)
#74392E
(116,57,46)
#683329
(104,51,41)
#5C2D24
(92,45,36)
#50271F
(80,39,31)
#44211A
(68,33,26)
#381B15
(56,27,21)
#2C1510
(44,21,16)
#200F0B
(32,15,11)
#140906
(20,9,6)
#000000
(0,0,0)

Tints of #8C4538

#8C4538
(140,69,56)
#96554A
(150,85,74)
#A0655C
(160,101,92)
#AA756E
(170,117,110)
#B48580
(180,133,128)
#BE9592
(190,149,146)
#C8A5A4
(200,165,164)
#D2B5B6
(210,181,182)
#DCC5C8
(220,197,200)
#E6D5DA
(230,213,218)
#F0E5EC
(240,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4538 color. Also use rgb(140,69,56) instead hex code.

Text Font Color

.myTextColor { color: #8C4538; }

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

This text font color is #8C4538.


Background Color

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

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

This div background color is #8C4538.


Border color

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

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

This div border color is #8C4538.


Opacity

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

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

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

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

This text has shadow with #8C4538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4538 on black background.


Color preview on white background

This text has color #8C4538 on white background.



Black color preview on #8C4538 background

This text has black color on #8C4538 background.


White color preview on #8C4538 background

This text has white color on #8C4538 background.