COLOR #8C4669

HEX: #8C4669
RGB: (140,70,105)

Color info

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

RGB color model

#8C4669 color RGB value is (140,70,105).

  • red value is 140;
  • green value is 70;
  • blue value is 105.
RGB:
(140,70,105)
(55%,27%,41%)

RGB channels and saturation

R 140 of 255 = 55%
G 70 of 255 = 27%
B 105 of 255 = 41%

140
70
105

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

Portions of RGB colors in percentages

R + G + B =
140 + 70 + 105 = 315 (100%)
R 140 of 315 ~ 44.44%
G 70 of 315 ~ 22.22%
B 105 of 315 ~ 33.33%

%44.44
%22.22
%33.33

CMYK color model

#8C4669 color CMYK value is (0,50,25,45).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 25.00%
  • key color value is 45.10%
CMYK:
(0,50,25,45)
C0M50Y25K45 
(0%,50%,25%,45%)
(0.00/0.50/0.25/0.45)	

CMYK percentages

%0
%50
%25
%45.1

Codes

Color #8C4669 in popluar color models

8C4669
RGB14070105
HSL330°33.33%41.18%
HSB/HSV330°50.00%54.90%
CMYK0.00%50.00%25.00%
45.10%

Color #8C4669 in popluar number systems.

HEX8C4669
Decimal14070105
Binary1000110010001101101001
Octal214106151

Shades and tints

Shades of #8C4669

#8C4669
(140,70,105)
#804060
(128,64,96)
#743A57
(116,58,87)
#68344E
(104,52,78)
#5C2E45
(92,46,69)
#50283C
(80,40,60)
#442233
(68,34,51)
#381C2A
(56,28,42)
#2C1621
(44,22,33)
#201018
(32,16,24)
#140A0F
(20,10,15)
#000000
(0,0,0)

Tints of #8C4669

#8C4669
(140,70,105)
#965676
(150,86,118)
#A06683
(160,102,131)
#AA7690
(170,118,144)
#B4869D
(180,134,157)
#BE96AA
(190,150,170)
#C8A6B7
(200,166,183)
#D2B6C4
(210,182,196)
#DCC6D1
(220,198,209)
#E6D6DE
(230,214,222)
#F0E6EB
(240,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4669 color. Also use rgb(140,70,105) instead hex code.

Text Font Color

.myTextColor { color: #8C4669; }

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

This text font color is #8C4669.


Background Color

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

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

This div background color is #8C4669.


Border color

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

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

This div border color is #8C4669.


Opacity

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

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

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

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

This text has shadow with #8C4669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4669 on black background.


Color preview on white background

This text has color #8C4669 on white background.



Black color preview on #8C4669 background

This text has black color on #8C4669 background.


White color preview on #8C4669 background

This text has white color on #8C4669 background.