COLOR #8C4C28

HEX: #8C4C28
RGB: (140,76,40)

Color info

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

RGB color model

#8C4C28 color RGB value is (140,76,40).

  • red value is 140;
  • green value is 76;
  • blue value is 40.
RGB:
(140,76,40)
(55%,30%,16%)

RGB channels and saturation

R 140 of 255 = 55%
G 76 of 255 = 30%
B 40 of 255 = 16%

140
76
40

R + G + B ~ 34%. #8C4C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 76 + 40 = 256 (100%)
R 140 of 256 ~ 54.69%
G 76 of 256 ~ 29.69%
B 40 of 256 ~ 15.63%

%54.69
%29.69
%15.63

CMYK color model

#8C4C28 color CMYK value is (0,46,71,45).

  • cyan value is 0.00%
  • magenta value is 45.71%
  • yellow value is 71.43%
  • key color value is 45.10%
CMYK:
(0,46,71,45)
C0M46Y71K45 
(0%,46%,71%,45%)
(0.00/0.46/0.71/0.45)	

CMYK percentages

%0
%45.71
%71.43
%45.1

Codes

Color #8C4C28 in popluar color models

8C4C28
RGB1407640
HSL22°55.56%35.29%
HSB/HSV22°71.43%54.90%
CMYK0.00%45.71%71.43%
45.10%

Color #8C4C28 in popluar number systems.

HEX8C4C28
Decimal1407640
Binary100011001001100101000
Octal21411450

Shades and tints

Shades of #8C4C28

#8C4C28
(140,76,40)
#804625
(128,70,37)
#744022
(116,64,34)
#683A1F
(104,58,31)
#5C341C
(92,52,28)
#502E19
(80,46,25)
#442816
(68,40,22)
#382213
(56,34,19)
#2C1C10
(44,28,16)
#20160D
(32,22,13)
#14100A
(20,16,10)
#000000
(0,0,0)

Tints of #8C4C28

#8C4C28
(140,76,40)
#965C3B
(150,92,59)
#A06C4E
(160,108,78)
#AA7C61
(170,124,97)
#B48C74
(180,140,116)
#BE9C87
(190,156,135)
#C8AC9A
(200,172,154)
#D2BCAD
(210,188,173)
#DCCCC0
(220,204,192)
#E6DCD3
(230,220,211)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4C28 color. Also use rgb(140,76,40) instead hex code.

Text Font Color

.myTextColor { color: #8C4C28; }

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

This text font color is #8C4C28.


Background Color

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

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

This div background color is #8C4C28.


Border color

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

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

This div border color is #8C4C28.


Opacity

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

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

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

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

This text has shadow with #8C4C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4C28 on black background.


Color preview on white background

This text has color #8C4C28 on white background.



Black color preview on #8C4C28 background

This text has black color on #8C4C28 background.


White color preview on #8C4C28 background

This text has white color on #8C4C28 background.