COLOR #8C3752

HEX: #8C3752
RGB: (140,55,82)

Color info

#8C3752 contains mainly red and blue colors. Web safe color of #8C3752 is #993366 (or #936).

RGB color model

#8C3752 color RGB value is (140,55,82).

  • red value is 140;
  • green value is 55;
  • blue value is 82.
RGB:
(140,55,82)
(55%,22%,32%)

RGB channels and saturation

R 140 of 255 = 55%
G 55 of 255 = 22%
B 82 of 255 = 32%

140
55
82

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

Portions of RGB colors in percentages

R + G + B =
140 + 55 + 82 = 277 (100%)
R 140 of 277 ~ 50.54%
G 55 of 277 ~ 19.86%
B 82 of 277 ~ 29.6%

%50.54
%19.86
%29.6

CMYK color model

#8C3752 color CMYK value is (0,61,41,45).

  • cyan value is 0.00%
  • magenta value is 60.71%
  • yellow value is 41.43%
  • key color value is 45.10%
CMYK:
(0,61,41,45)
C0M61Y41K45 
(0%,61%,41%,45%)
(0.00/0.61/0.41/0.45)	

CMYK percentages

%0
%60.71
%41.43
%45.1

Codes

Color #8C3752 in popluar color models

8C3752
RGB1405582
HSL341°43.59%38.24%
HSB/HSV341°60.71%54.90%
CMYK0.00%60.71%41.43%
45.10%

Color #8C3752 in popluar number systems.

HEX8C3752
Decimal1405582
Binary100011001101111010010
Octal21467122

Shades and tints

Shades of #8C3752

#8C3752
(140,55,82)
#80324B
(128,50,75)
#742D44
(116,45,68)
#68283D
(104,40,61)
#5C2336
(92,35,54)
#501E2F
(80,30,47)
#441928
(68,25,40)
#381421
(56,20,33)
#2C0F1A
(44,15,26)
#200A13
(32,10,19)
#14050C
(20,5,12)
#000000
(0,0,0)

Tints of #8C3752

#8C3752
(140,55,82)
#964961
(150,73,97)
#A05B70
(160,91,112)
#AA6D7F
(170,109,127)
#B47F8E
(180,127,142)
#BE919D
(190,145,157)
#C8A3AC
(200,163,172)
#D2B5BB
(210,181,187)
#DCC7CA
(220,199,202)
#E6D9D9
(230,217,217)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3752 color. Also use rgb(140,55,82) instead hex code.

Text Font Color

.myTextColor { color: #8C3752; }

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

This text font color is #8C3752.


Background Color

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

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

This div background color is #8C3752.


Border color

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

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

This div border color is #8C3752.


Opacity

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

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

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

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

This text has shadow with #8C3752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3752 on black background.


Color preview on white background

This text has color #8C3752 on white background.



Black color preview on #8C3752 background

This text has black color on #8C3752 background.


White color preview on #8C3752 background

This text has white color on #8C3752 background.