COLOR #8C3D37

HEX: #8C3D37
RGB: (140,61,55)

Color info

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

RGB color model

#8C3D37 color RGB value is (140,61,55).

  • red value is 140;
  • green value is 61;
  • blue value is 55.
RGB:
(140,61,55)
(55%,24%,22%)

RGB channels and saturation

R 140 of 255 = 55%
G 61 of 255 = 24%
B 55 of 255 = 22%

140
61
55

R + G + B ~ 34%. #8C3D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 61 + 55 = 256 (100%)
R 140 of 256 ~ 54.69%
G 61 of 256 ~ 23.83%
B 55 of 256 ~ 21.48%

%54.69
%23.83
%21.48

CMYK color model

#8C3D37 color CMYK value is (0,56,61,45).

  • cyan value is 0.00%
  • magenta value is 56.43%
  • yellow value is 60.71%
  • key color value is 45.10%
CMYK:
(0,56,61,45)
C0M56Y61K45 
(0%,56%,61%,45%)
(0.00/0.56/0.61/0.45)	

CMYK percentages

%0
%56.43
%60.71
%45.1

Codes

Color #8C3D37 in popluar color models

8C3D37
RGB1406155
HSL43.59%38.24%
HSB/HSV60.71%54.90%
CMYK0.00%56.43%60.71%
45.10%

Color #8C3D37 in popluar number systems.

HEX8C3D37
Decimal1406155
Binary10001100111101110111
Octal2147567

Shades and tints

Shades of #8C3D37

#8C3D37
(140,61,55)
#803832
(128,56,50)
#74332D
(116,51,45)
#682E28
(104,46,40)
#5C2923
(92,41,35)
#50241E
(80,36,30)
#441F19
(68,31,25)
#381A14
(56,26,20)
#2C150F
(44,21,15)
#20100A
(32,16,10)
#140B05
(20,11,5)
#000000
(0,0,0)

Tints of #8C3D37

#8C3D37
(140,61,55)
#964E49
(150,78,73)
#A05F5B
(160,95,91)
#AA706D
(170,112,109)
#B4817F
(180,129,127)
#BE9291
(190,146,145)
#C8A3A3
(200,163,163)
#D2B4B5
(210,180,181)
#DCC5C7
(220,197,199)
#E6D6D9
(230,214,217)
#F0E7EB
(240,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3D37 color. Also use rgb(140,61,55) instead hex code.

Text Font Color

.myTextColor { color: #8C3D37; }

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

This text font color is #8C3D37.


Background Color

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

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

This div background color is #8C3D37.


Border color

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

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

This div border color is #8C3D37.


Opacity

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

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

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

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

This text has shadow with #8C3D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3D37 on black background.


Color preview on white background

This text has color #8C3D37 on white background.



Black color preview on #8C3D37 background

This text has black color on #8C3D37 background.


White color preview on #8C3D37 background

This text has white color on #8C3D37 background.