COLOR #8C4175

HEX: #8C4175
RGB: (140,65,117)

Color info

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

RGB color model

#8C4175 color RGB value is (140,65,117).

  • red value is 140;
  • green value is 65;
  • blue value is 117.
RGB:
(140,65,117)
(55%,25%,46%)

RGB channels and saturation

R 140 of 255 = 55%
G 65 of 255 = 25%
B 117 of 255 = 46%

140
65
117

R + G + B ~ 42%. #8C4175 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 65 + 117 = 322 (100%)
R 140 of 322 ~ 43.48%
G 65 of 322 ~ 20.19%
B 117 of 322 ~ 36.34%

%43.48
%20.19
%36.34

CMYK color model

#8C4175 color CMYK value is (0,54,16,45).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 16.43%
  • key color value is 45.10%
CMYK:
(0,54,16,45)
C0M54Y16K45 
(0%,54%,16%,45%)
(0.00/0.54/0.16/0.45)	

CMYK percentages

%0
%53.57
%16.43
%45.1

Codes

Color #8C4175 in popluar color models

8C4175
RGB14065117
HSL318°36.59%40.20%
HSB/HSV318°53.57%54.90%
CMYK0.00%53.57%16.43%
45.10%

Color #8C4175 in popluar number systems.

HEX8C4175
Decimal14065117
Binary1000110010000011110101
Octal214101165

Shades and tints

Shades of #8C4175

#8C4175
(140,65,117)
#803C6B
(128,60,107)
#743761
(116,55,97)
#683257
(104,50,87)
#5C2D4D
(92,45,77)
#502843
(80,40,67)
#442339
(68,35,57)
#381E2F
(56,30,47)
#2C1925
(44,25,37)
#20141B
(32,20,27)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #8C4175

#8C4175
(140,65,117)
#965281
(150,82,129)
#A0638D
(160,99,141)
#AA7499
(170,116,153)
#B485A5
(180,133,165)
#BE96B1
(190,150,177)
#C8A7BD
(200,167,189)
#D2B8C9
(210,184,201)
#DCC9D5
(220,201,213)
#E6DAE1
(230,218,225)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4175 color. Also use rgb(140,65,117) instead hex code.

Text Font Color

.myTextColor { color: #8C4175; }

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

This text font color is #8C4175.


Background Color

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

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

This div background color is #8C4175.


Border color

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

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

This div border color is #8C4175.


Opacity

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

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

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

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

This text has shadow with #8C4175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4175 on black background.


Color preview on white background

This text has color #8C4175 on white background.



Black color preview on #8C4175 background

This text has black color on #8C4175 background.


White color preview on #8C4175 background

This text has white color on #8C4175 background.