COLOR #8C3768

HEX: #8C3768 RGB: (140,55,104)

Color info

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

RGB color model

#8C3768 color RGB value is (140,55,104).

RGB: (140,55,104) (55%, 22%, 41%)

RGB channels and saturation

R 140 of 255 = 55%
G 55 of 255 = 22%
B 104 of 255 = 41%

140
55
104

R + G + B ~ 39%. #8C3768 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 55 + 104 = 299 (100%)
R 140 of 299 ~ 46.82%
G 55 of 299 ~ 18.39%
B 104 of 299 ~ 34.78'%

%46.82
%18.39
%34.78

CMYK color model

#8C3768 color CMYK value is (0,61,26,45).

  • cyan value is 0.00%
  • magenta value is 60.71%
  • yellow value is 25.71%
  • key color value is 45.10%

CMYK: (0,61,26,45)
C0M61Y26K45 (0%, 61%, 26%, 45%)
(0.00 / 0.61 / 0.26 / 0.45)

CMYK percentages

%0
%60.71
%25.71
%45.1

Codes

Color #8C3768 in popluar color models

8C 37 68
RGB 140 55 104
HSL 325° 43.59% 38.24%
HSB/HSV 325° 60.71% 54.90%
CMYK 0.00% 60.71% 25.71%
45.10%

Color #8C3768 in popluar number systems.

HEX 8C 37 68
Decimal 140 55 104
Binary 10001100 110111 1101000
Octal 214 67 150

Shades and tints

Shades of #8C3768

#8C3768
(140,55,104)
#80325F
(128,50,95)
#742D56
(116,45,86)
#68284D
(104,40,77)
#5C2344
(92,35,68)
#501E3B
(80,30,59)
#441932
(68,25,50)
#381429
(56,20,41)
#2C0F20
(44,15,32)
#200A17
(32,10,23)
#14050E
(20,5,14)
#000000
(0,0,0)

Tints of #8C3768

#8C3768
(140,55,104)
#964975
(150,73,117)
#A05B82
(160,91,130)
#AA6D8F
(170,109,143)
#B47F9C
(180,127,156)
#BE91A9
(190,145,169)
#C8A3B6
(200,163,182)
#D2B5C3
(210,181,195)
#DCC7D0
(220,199,208)
#E6D9DD
(230,217,221)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3768; }

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

This text font color is #8C3768.

Background Color

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

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

This div background color is #8C3768.

Border color

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

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

This div border color is #8C3768.

Opacity

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

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

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

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

This text has shadow with #8C3768 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C3768.

Preview

Color preview on black background

This text has color #8C3768 on black background.


Color preview on white background

This text has color #8C3768 on white background.


Black color preview on #8C3768 background

This text has black color on #8C3768 background.


White color preview on #8C3768 background

This text has white color on #8C3768 background.


Related colors

Complementary color

Complementary color for #hex is #73C897.


I love getcolorcode.com

Triadic colors

1 #688C37 and #37688C with #8C3768 are triadic colors.

2 #68378C and #378C68 with #8C3768 are triadic colors.