COLOR #8C4041

HEX: #8C4041
RGB: (140,64,65)

Color info

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

RGB color model

#8C4041 color RGB value is (140,64,65).

  • red value is 140;
  • green value is 64;
  • blue value is 65.
RGB:
(140,64,65)
(55%,25%,25%)

RGB channels and saturation

R 140 of 255 = 55%
G 64 of 255 = 25%
B 65 of 255 = 25%

140
64
65

R + G + B ~ 35%. #8C4041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 64 + 65 = 269 (100%)
R 140 of 269 ~ 52.04%
G 64 of 269 ~ 23.79%
B 65 of 269 ~ 24.16%

%52.04
%23.79
%24.16

CMYK color model

#8C4041 color CMYK value is (0,54,54,45).

  • cyan value is 0.00%
  • magenta value is 54.29%
  • yellow value is 53.57%
  • key color value is 45.10%
CMYK:
(0,54,54,45)
C0M54Y54K45 
(0%,54%,54%,45%)
(0.00/0.54/0.54/0.45)	

CMYK percentages

%0
%54.29
%53.57
%45.1

Codes

Color #8C4041 in popluar color models

8C4041
RGB1406465
HSL359°37.25%40.00%
HSB/HSV359°54.29%54.90%
CMYK0.00%54.29%53.57%
45.10%

Color #8C4041 in popluar number systems.

HEX8C4041
Decimal1406465
Binary1000110010000001000001
Octal214100101

Shades and tints

Shades of #8C4041

#8C4041
(140,64,65)
#803B3C
(128,59,60)
#743637
(116,54,55)
#683132
(104,49,50)
#5C2C2D
(92,44,45)
#502728
(80,39,40)
#442223
(68,34,35)
#381D1E
(56,29,30)
#2C1819
(44,24,25)
#201314
(32,19,20)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #8C4041

#8C4041
(140,64,65)
#965152
(150,81,82)
#A06263
(160,98,99)
#AA7374
(170,115,116)
#B48485
(180,132,133)
#BE9596
(190,149,150)
#C8A6A7
(200,166,167)
#D2B7B8
(210,183,184)
#DCC8C9
(220,200,201)
#E6D9DA
(230,217,218)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4041 color. Also use rgb(140,64,65) instead hex code.

Text Font Color

.myTextColor { color: #8C4041; }

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

This text font color is #8C4041.


Background Color

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

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

This div background color is #8C4041.


Border color

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

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

This div border color is #8C4041.


Opacity

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

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

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

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

This text has shadow with #8C4041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4041 on black background.


Color preview on white background

This text has color #8C4041 on white background.



Black color preview on #8C4041 background

This text has black color on #8C4041 background.


White color preview on #8C4041 background

This text has white color on #8C4041 background.