COLOR #8C4245

HEX: #8C4245
RGB: (140,66,69)

Color info

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

RGB color model

#8C4245 color RGB value is (140,66,69).

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

RGB channels and saturation

R 140 of 255 = 55%
G 66 of 255 = 26%
B 69 of 255 = 27%

140
66
69

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

Portions of RGB colors in percentages

R + G + B =
140 + 66 + 69 = 275 (100%)
R 140 of 275 ~ 50.91%
G 66 of 275 ~ 24%
B 69 of 275 ~ 25.09%

%50.91
%24
%25.09

CMYK color model

#8C4245 color CMYK value is (0,53,51,45).

  • cyan value is 0.00%
  • magenta value is 52.86%
  • yellow value is 50.71%
  • key color value is 45.10%
CMYK:
(0,53,51,45)
C0M53Y51K45 
(0%,53%,51%,45%)
(0.00/0.53/0.51/0.45)	

CMYK percentages

%0
%52.86
%50.71
%45.1

Codes

Color #8C4245 in popluar color models

8C4245
RGB1406669
HSL358°35.92%40.39%
HSB/HSV358°52.86%54.90%
CMYK0.00%52.86%50.71%
45.10%

Color #8C4245 in popluar number systems.

HEX8C4245
Decimal1406669
Binary1000110010000101000101
Octal214102105

Shades and tints

Shades of #8C4245

#8C4245
(140,66,69)
#803C3F
(128,60,63)
#743639
(116,54,57)
#683033
(104,48,51)
#5C2A2D
(92,42,45)
#502427
(80,36,39)
#441E21
(68,30,33)
#38181B
(56,24,27)
#2C1215
(44,18,21)
#200C0F
(32,12,15)
#140609
(20,6,9)
#000000
(0,0,0)

Tints of #8C4245

#8C4245
(140,66,69)
#965355
(150,83,85)
#A06465
(160,100,101)
#AA7575
(170,117,117)
#B48685
(180,134,133)
#BE9795
(190,151,149)
#C8A8A5
(200,168,165)
#D2B9B5
(210,185,181)
#DCCAC5
(220,202,197)
#E6DBD5
(230,219,213)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4245; }

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

This text font color is #8C4245.


Background Color

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

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

This div background color is #8C4245.


Border color

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

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

This div border color is #8C4245.


Opacity

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

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

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

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

This text has shadow with #8C4245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4245 on black background.


Color preview on white background

This text has color #8C4245 on white background.



Black color preview on #8C4245 background

This text has black color on #8C4245 background.


White color preview on #8C4245 background

This text has white color on #8C4245 background.