COLOR #8C3958

HEX: #8C3958
RGB: (140,57,88)

Color info

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

RGB color model

#8C3958 color RGB value is (140,57,88).

  • red value is 140;
  • green value is 57;
  • blue value is 88.
RGB:
(140,57,88)
(55%,22%,35%)

RGB channels and saturation

R 140 of 255 = 55%
G 57 of 255 = 22%
B 88 of 255 = 35%

140
57
88

R + G + B ~ 37%. #8C3958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 57 + 88 = 285 (100%)
R 140 of 285 ~ 49.12%
G 57 of 285 ~ 20%
B 88 of 285 ~ 30.88%

%49.12
%20
%30.88

CMYK color model

#8C3958 color CMYK value is (0,59,37,45).

  • cyan value is 0.00%
  • magenta value is 59.29%
  • yellow value is 37.14%
  • key color value is 45.10%
CMYK:
(0,59,37,45)
C0M59Y37K45 
(0%,59%,37%,45%)
(0.00/0.59/0.37/0.45)	

CMYK percentages

%0
%59.29
%37.14
%45.1

Codes

Color #8C3958 in popluar color models

8C3958
RGB1405788
HSL338°42.13%38.63%
HSB/HSV338°59.29%54.90%
CMYK0.00%59.29%37.14%
45.10%

Color #8C3958 in popluar number systems.

HEX8C3958
Decimal1405788
Binary100011001110011011000
Octal21471130

Shades and tints

Shades of #8C3958

#8C3958
(140,57,88)
#803450
(128,52,80)
#742F48
(116,47,72)
#682A40
(104,42,64)
#5C2538
(92,37,56)
#502030
(80,32,48)
#441B28
(68,27,40)
#381620
(56,22,32)
#2C1118
(44,17,24)
#200C10
(32,12,16)
#140708
(20,7,8)
#000000
(0,0,0)

Tints of #8C3958

#8C3958
(140,57,88)
#964B67
(150,75,103)
#A05D76
(160,93,118)
#AA6F85
(170,111,133)
#B48194
(180,129,148)
#BE93A3
(190,147,163)
#C8A5B2
(200,165,178)
#D2B7C1
(210,183,193)
#DCC9D0
(220,201,208)
#E6DBDF
(230,219,223)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3958 color. Also use rgb(140,57,88) instead hex code.

Text Font Color

.myTextColor { color: #8C3958; }

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

This text font color is #8C3958.


Background Color

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

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

This div background color is #8C3958.


Border color

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

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

This div border color is #8C3958.


Opacity

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

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

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

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

This text has shadow with #8C3958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3958 on black background.


Color preview on white background

This text has color #8C3958 on white background.



Black color preview on #8C3958 background

This text has black color on #8C3958 background.


White color preview on #8C3958 background

This text has white color on #8C3958 background.