COLOR #8C3629

HEX: #8C3629
RGB: (140,54,41)

Color info

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

RGB color model

#8C3629 color RGB value is (140,54,41).

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

RGB channels and saturation

R 140 of 255 = 55%
G 54 of 255 = 21%
B 41 of 255 = 16%

140
54
41

R + G + B ~ 31%. #8C3629 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 54 + 41 = 235 (100%)
R 140 of 235 ~ 59.57%
G 54 of 235 ~ 22.98%
B 41 of 235 ~ 17.45%

%59.57
%22.98
%17.45

CMYK color model

#8C3629 color CMYK value is (0,61,71,45).

  • cyan value is 0.00%
  • magenta value is 61.43%
  • yellow value is 70.71%
  • key color value is 45.10%
CMYK:
(0,61,71,45)
C0M61Y71K45 
(0%,61%,71%,45%)
(0.00/0.61/0.71/0.45)	

CMYK percentages

%0
%61.43
%70.71
%45.1

Codes

Color #8C3629 in popluar color models

8C3629
RGB1405441
HSL54.70%35.49%
HSB/HSV70.71%54.90%
CMYK0.00%61.43%70.71%
45.10%

Color #8C3629 in popluar number systems.

HEX8C3629
Decimal1405441
Binary10001100110110101001
Octal2146651

Shades and tints

Shades of #8C3629

#8C3629
(140,54,41)
#803226
(128,50,38)
#742E23
(116,46,35)
#682A20
(104,42,32)
#5C261D
(92,38,29)
#50221A
(80,34,26)
#441E17
(68,30,23)
#381A14
(56,26,20)
#2C1611
(44,22,17)
#20120E
(32,18,14)
#140E0B
(20,14,11)
#000000
(0,0,0)

Tints of #8C3629

#8C3629
(140,54,41)
#96483C
(150,72,60)
#A05A4F
(160,90,79)
#AA6C62
(170,108,98)
#B47E75
(180,126,117)
#BE9088
(190,144,136)
#C8A29B
(200,162,155)
#D2B4AE
(210,180,174)
#DCC6C1
(220,198,193)
#E6D8D4
(230,216,212)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3629; }

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

This text font color is #8C3629.


Background Color

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

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

This div background color is #8C3629.


Border color

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

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

This div border color is #8C3629.


Opacity

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

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

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

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

This text has shadow with #8C3629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3629 on black background.


Color preview on white background

This text has color #8C3629 on white background.



Black color preview on #8C3629 background

This text has black color on #8C3629 background.


White color preview on #8C3629 background

This text has white color on #8C3629 background.