COLOR #8C5064

HEX: #8C5064
RGB: (140,80,100)

Color info

#8C5064 contains mainly red and blue colors. Web safe color of #8C5064 is #996666 (or #966).

RGB color model

#8C5064 color RGB value is (140,80,100).

  • red value is 140;
  • green value is 80;
  • blue value is 100.
RGB:
(140,80,100)
(55%,31%,39%)

RGB channels and saturation

R 140 of 255 = 55%
G 80 of 255 = 31%
B 100 of 255 = 39%

140
80
100

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

Portions of RGB colors in percentages

R + G + B =
140 + 80 + 100 = 320 (100%)
R 140 of 320 ~ 43.75%
G 80 of 320 ~ 25%
B 100 of 320 ~ 31.25%

%43.75
%25
%31.25

CMYK color model

#8C5064 color CMYK value is (0,43,29,45).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 28.57%
  • key color value is 45.10%
CMYK:
(0,43,29,45)
C0M43Y29K45 
(0%,43%,29%,45%)
(0.00/0.43/0.29/0.45)	

CMYK percentages

%0
%42.86
%28.57
%45.1

Codes

Color #8C5064 in popluar color models

8C5064
RGB14080100
HSL340°27.27%43.14%
HSB/HSV340°42.86%54.90%
CMYK0.00%42.86%28.57%
45.10%

Color #8C5064 in popluar number systems.

HEX8C5064
Decimal14080100
Binary1000110010100001100100
Octal214120144

Shades and tints

Shades of #8C5064

#8C5064
(140,80,100)
#80495B
(128,73,91)
#744252
(116,66,82)
#683B49
(104,59,73)
#5C3440
(92,52,64)
#502D37
(80,45,55)
#44262E
(68,38,46)
#381F25
(56,31,37)
#2C181C
(44,24,28)
#201113
(32,17,19)
#140A0A
(20,10,10)
#000000
(0,0,0)

Tints of #8C5064

#8C5064
(140,80,100)
#965F72
(150,95,114)
#A06E80
(160,110,128)
#AA7D8E
(170,125,142)
#B48C9C
(180,140,156)
#BE9BAA
(190,155,170)
#C8AAB8
(200,170,184)
#D2B9C6
(210,185,198)
#DCC8D4
(220,200,212)
#E6D7E2
(230,215,226)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C5064 color. Also use rgb(140,80,100) instead hex code.

Text Font Color

.myTextColor { color: #8C5064; }

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

This text font color is #8C5064.


Background Color

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

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

This div background color is #8C5064.


Border color

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

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

This div border color is #8C5064.


Opacity

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

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

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

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

This text has shadow with #8C5064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C5064 on black background.


Color preview on white background

This text has color #8C5064 on white background.



Black color preview on #8C5064 background

This text has black color on #8C5064 background.


White color preview on #8C5064 background

This text has white color on #8C5064 background.