COLOR #8C364F

HEX: #8C364F
RGB: (140,54,79)

Color info

#8C364F contains mainly red color. Web safe color of #8C364F is #993366 (or #936).

RGB color model

#8C364F color RGB value is (140,54,79).

  • red value is 140;
  • green value is 54;
  • blue value is 79.
RGB:
(140,54,79)
(55%,21%,31%)

RGB channels and saturation

R 140 of 255 = 55%
G 54 of 255 = 21%
B 79 of 255 = 31%

140
54
79

R + G + B ~ 36%. #8C364F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 54 + 79 = 273 (100%)
R 140 of 273 ~ 51.28%
G 54 of 273 ~ 19.78%
B 79 of 273 ~ 28.94%

%51.28
%19.78
%28.94

CMYK color model

#8C364F color CMYK value is (0,61,44,45).

  • cyan value is 0.00%
  • magenta value is 61.43%
  • yellow value is 43.57%
  • key color value is 45.10%
CMYK:
(0,61,44,45)
C0M61Y44K45 
(0%,61%,44%,45%)
(0.00/0.61/0.44/0.45)	

CMYK percentages

%0
%61.43
%43.57
%45.1

Codes

Color #8C364F in popluar color models

8C364F
RGB1405479
HSL343°44.33%38.04%
HSB/HSV343°61.43%54.90%
CMYK0.00%61.43%43.57%
45.10%

Color #8C364F in popluar number systems.

HEX8C364F
Decimal1405479
Binary100011001101101001111
Octal21466117

Shades and tints

Shades of #8C364F

#8C364F
(140,54,79)
#803248
(128,50,72)
#742E41
(116,46,65)
#682A3A
(104,42,58)
#5C2633
(92,38,51)
#50222C
(80,34,44)
#441E25
(68,30,37)
#381A1E
(56,26,30)
#2C1617
(44,22,23)
#201210
(32,18,16)
#140E09
(20,14,9)
#000000
(0,0,0)

Tints of #8C364F

#8C364F
(140,54,79)
#96485F
(150,72,95)
#A05A6F
(160,90,111)
#AA6C7F
(170,108,127)
#B47E8F
(180,126,143)
#BE909F
(190,144,159)
#C8A2AF
(200,162,175)
#D2B4BF
(210,180,191)
#DCC6CF
(220,198,207)
#E6D8DF
(230,216,223)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C364F color. Also use rgb(140,54,79) instead hex code.

Text Font Color

.myTextColor { color: #8C364F; }

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

This text font color is #8C364F.


Background Color

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

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

This div background color is #8C364F.


Border color

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

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

This div border color is #8C364F.


Opacity

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

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

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

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

This text has shadow with #8C364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C364F on black background.


Color preview on white background

This text has color #8C364F on white background.



Black color preview on #8C364F background

This text has black color on #8C364F background.


White color preview on #8C364F background

This text has white color on #8C364F background.