COLOR #8C3B48

HEX: #8C3B48
RGB: (140,59,72)

Color info

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

RGB color model

#8C3B48 color RGB value is (140,59,72).

  • red value is 140;
  • green value is 59;
  • blue value is 72.
RGB:
(140,59,72)
(55%,23%,28%)

RGB channels and saturation

R 140 of 255 = 55%
G 59 of 255 = 23%
B 72 of 255 = 28%

140
59
72

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

Portions of RGB colors in percentages

R + G + B =
140 + 59 + 72 = 271 (100%)
R 140 of 271 ~ 51.66%
G 59 of 271 ~ 21.77%
B 72 of 271 ~ 26.57%

%51.66
%21.77
%26.57

CMYK color model

#8C3B48 color CMYK value is (0,58,49,45).

  • cyan value is 0.00%
  • magenta value is 57.86%
  • yellow value is 48.57%
  • key color value is 45.10%
CMYK:
(0,58,49,45)
C0M58Y49K45 
(0%,58%,49%,45%)
(0.00/0.58/0.49/0.45)	

CMYK percentages

%0
%57.86
%48.57
%45.1

Codes

Color #8C3B48 in popluar color models

8C3B48
RGB1405972
HSL350°40.70%39.02%
HSB/HSV350°57.86%54.90%
CMYK0.00%57.86%48.57%
45.10%

Color #8C3B48 in popluar number systems.

HEX8C3B48
Decimal1405972
Binary100011001110111001000
Octal21473110

Shades and tints

Shades of #8C3B48

#8C3B48
(140,59,72)
#803642
(128,54,66)
#74313C
(116,49,60)
#682C36
(104,44,54)
#5C2730
(92,39,48)
#50222A
(80,34,42)
#441D24
(68,29,36)
#38181E
(56,24,30)
#2C1318
(44,19,24)
#200E12
(32,14,18)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #8C3B48

#8C3B48
(140,59,72)
#964C58
(150,76,88)
#A05D68
(160,93,104)
#AA6E78
(170,110,120)
#B47F88
(180,127,136)
#BE9098
(190,144,152)
#C8A1A8
(200,161,168)
#D2B2B8
(210,178,184)
#DCC3C8
(220,195,200)
#E6D4D8
(230,212,216)
#F0E5E8
(240,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3B48 color. Also use rgb(140,59,72) instead hex code.

Text Font Color

.myTextColor { color: #8C3B48; }

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

This text font color is #8C3B48.


Background Color

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

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

This div background color is #8C3B48.


Border color

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

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

This div border color is #8C3B48.


Opacity

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

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

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

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

This text has shadow with #8C3B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3B48 on black background.


Color preview on white background

This text has color #8C3B48 on white background.



Black color preview on #8C3B48 background

This text has black color on #8C3B48 background.


White color preview on #8C3B48 background

This text has white color on #8C3B48 background.