COLOR #8C3F46

HEX: #8C3F46
RGB: (140,63,70)

Color info

#8C3F46 contains mainly red color. Web safe color of #8C3F46 is #993333 (or #933).

RGB color model

#8C3F46 color RGB value is (140,63,70).

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

RGB channels and saturation

R 140 of 255 = 55%
G 63 of 255 = 25%
B 70 of 255 = 27%

140
63
70

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

Portions of RGB colors in percentages

R + G + B =
140 + 63 + 70 = 273 (100%)
R 140 of 273 ~ 51.28%
G 63 of 273 ~ 23.08%
B 70 of 273 ~ 25.64%

%51.28
%23.08
%25.64

CMYK color model

#8C3F46 color CMYK value is (0,55,50,45).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 50.00%
  • key color value is 45.10%
CMYK:
(0,55,50,45)
C0M55Y50K45 
(0%,55%,50%,45%)
(0.00/0.55/0.50/0.45)	

CMYK percentages

%0
%55
%50
%45.1

Codes

Color #8C3F46 in popluar color models

8C3F46
RGB1406370
HSL355°37.93%39.80%
HSB/HSV355°55.00%54.90%
CMYK0.00%55.00%50.00%
45.10%

Color #8C3F46 in popluar number systems.

HEX8C3F46
Decimal1406370
Binary100011001111111000110
Octal21477106

Shades and tints

Shades of #8C3F46

#8C3F46
(140,63,70)
#803A40
(128,58,64)
#74353A
(116,53,58)
#683034
(104,48,52)
#5C2B2E
(92,43,46)
#502628
(80,38,40)
#442122
(68,33,34)
#381C1C
(56,28,28)
#2C1716
(44,23,22)
#201210
(32,18,16)
#140D0A
(20,13,10)
#000000
(0,0,0)

Tints of #8C3F46

#8C3F46
(140,63,70)
#965056
(150,80,86)
#A06166
(160,97,102)
#AA7276
(170,114,118)
#B48386
(180,131,134)
#BE9496
(190,148,150)
#C8A5A6
(200,165,166)
#D2B6B6
(210,182,182)
#DCC7C6
(220,199,198)
#E6D8D6
(230,216,214)
#F0E9E6
(240,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3F46; }

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

This text font color is #8C3F46.


Background Color

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

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

This div background color is #8C3F46.


Border color

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

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

This div border color is #8C3F46.


Opacity

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

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

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

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

This text has shadow with #8C3F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3F46 on black background.


Color preview on white background

This text has color #8C3F46 on white background.



Black color preview on #8C3F46 background

This text has black color on #8C3F46 background.


White color preview on #8C3F46 background

This text has white color on #8C3F46 background.