COLOR #8C346A

HEX: #8C346A
RGB: (140,52,106)

Color info

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

RGB color model

#8C346A color RGB value is (140,52,106).

  • red value is 140;
  • green value is 52;
  • blue value is 106.
RGB:
(140,52,106)
(55%,20%,42%)

RGB channels and saturation

R 140 of 255 = 55%
G 52 of 255 = 20%
B 106 of 255 = 42%

140
52
106

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

Portions of RGB colors in percentages

R + G + B =
140 + 52 + 106 = 298 (100%)
R 140 of 298 ~ 46.98%
G 52 of 298 ~ 17.45%
B 106 of 298 ~ 35.57%

%46.98
%17.45
%35.57

CMYK color model

#8C346A color CMYK value is (0,63,24,45).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 24.29%
  • key color value is 45.10%
CMYK:
(0,63,24,45)
C0M63Y24K45 
(0%,63%,24%,45%)
(0.00/0.63/0.24/0.45)	

CMYK percentages

%0
%62.86
%24.29
%45.1

Codes

Color #8C346A in popluar color models

8C346A
RGB14052106
HSL323°45.83%37.65%
HSB/HSV323°62.86%54.90%
CMYK0.00%62.86%24.29%
45.10%

Color #8C346A in popluar number systems.

HEX8C346A
Decimal14052106
Binary100011001101001101010
Octal21464152

Shades and tints

Shades of #8C346A

#8C346A
(140,52,106)
#803061
(128,48,97)
#742C58
(116,44,88)
#68284F
(104,40,79)
#5C2446
(92,36,70)
#50203D
(80,32,61)
#441C34
(68,28,52)
#38182B
(56,24,43)
#2C1422
(44,20,34)
#201019
(32,16,25)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #8C346A

#8C346A
(140,52,106)
#964677
(150,70,119)
#A05884
(160,88,132)
#AA6A91
(170,106,145)
#B47C9E
(180,124,158)
#BE8EAB
(190,142,171)
#C8A0B8
(200,160,184)
#D2B2C5
(210,178,197)
#DCC4D2
(220,196,210)
#E6D6DF
(230,214,223)
#F0E8EC
(240,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C346A color. Also use rgb(140,52,106) instead hex code.

Text Font Color

.myTextColor { color: #8C346A; }

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

This text font color is #8C346A.


Background Color

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

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

This div background color is #8C346A.


Border color

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

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

This div border color is #8C346A.


Opacity

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

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

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

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

This text has shadow with #8C346A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C346A on black background.


Color preview on white background

This text has color #8C346A on white background.



Black color preview on #8C346A background

This text has black color on #8C346A background.


White color preview on #8C346A background

This text has white color on #8C346A background.