COLOR #8C383C

HEX: #8C383C
RGB: (140,56,60)

Color info

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

RGB color model

#8C383C color RGB value is (140,56,60).

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

RGB channels and saturation

R 140 of 255 = 55%
G 56 of 255 = 22%
B 60 of 255 = 24%

140
56
60

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

Portions of RGB colors in percentages

R + G + B =
140 + 56 + 60 = 256 (100%)
R 140 of 256 ~ 54.69%
G 56 of 256 ~ 21.88%
B 60 of 256 ~ 23.44%

%54.69
%21.88
%23.44

CMYK color model

#8C383C color CMYK value is (0,60,57,45).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 57.14%
  • key color value is 45.10%
CMYK:
(0,60,57,45)
C0M60Y57K45 
(0%,60%,57%,45%)
(0.00/0.60/0.57/0.45)	

CMYK percentages

%0
%60
%57.14
%45.1

Codes

Color #8C383C in popluar color models

8C383C
RGB1405660
HSL357°42.86%38.43%
HSB/HSV357°60.00%54.90%
CMYK0.00%60.00%57.14%
45.10%

Color #8C383C in popluar number systems.

HEX8C383C
Decimal1405660
Binary10001100111000111100
Octal2147074

Shades and tints

Shades of #8C383C

#8C383C
(140,56,60)
#803337
(128,51,55)
#742E32
(116,46,50)
#68292D
(104,41,45)
#5C2428
(92,36,40)
#501F23
(80,31,35)
#441A1E
(68,26,30)
#381519
(56,21,25)
#2C1014
(44,16,20)
#200B0F
(32,11,15)
#14060A
(20,6,10)
#000000
(0,0,0)

Tints of #8C383C

#8C383C
(140,56,60)
#964A4D
(150,74,77)
#A05C5E
(160,92,94)
#AA6E6F
(170,110,111)
#B48080
(180,128,128)
#BE9291
(190,146,145)
#C8A4A2
(200,164,162)
#D2B6B3
(210,182,179)
#DCC8C4
(220,200,196)
#E6DAD5
(230,218,213)
#F0ECE6
(240,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C383C; }

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

This text font color is #8C383C.


Background Color

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

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

This div background color is #8C383C.


Border color

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

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

This div border color is #8C383C.


Opacity

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

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

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

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

This text has shadow with #8C383C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C383C on black background.


Color preview on white background

This text has color #8C383C on white background.



Black color preview on #8C383C background

This text has black color on #8C383C background.


White color preview on #8C383C background

This text has white color on #8C383C background.