COLOR #8C3423

HEX: #8C3423
RGB: (140,52,35)

Color info

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

RGB color model

#8C3423 color RGB value is (140,52,35).

  • red value is 140;
  • green value is 52;
  • blue value is 35.
RGB:
(140,52,35)
(55%,20%,14%)

RGB channels and saturation

R 140 of 255 = 55%
G 52 of 255 = 20%
B 35 of 255 = 14%

140
52
35

R + G + B ~ 30%. #8C3423 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 52 + 35 = 227 (100%)
R 140 of 227 ~ 61.67%
G 52 of 227 ~ 22.91%
B 35 of 227 ~ 15.42%

%61.67
%22.91
%15.42

CMYK color model

#8C3423 color CMYK value is (0,63,75,45).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 75.00%
  • key color value is 45.10%
CMYK:
(0,63,75,45)
C0M63Y75K45 
(0%,63%,75%,45%)
(0.00/0.63/0.75/0.45)	

CMYK percentages

%0
%62.86
%75
%45.1

Codes

Color #8C3423 in popluar color models

8C3423
RGB1405235
HSL10°60.00%34.31%
HSB/HSV10°75.00%54.90%
CMYK0.00%62.86%75.00%
45.10%

Color #8C3423 in popluar number systems.

HEX8C3423
Decimal1405235
Binary10001100110100100011
Octal2146443

Shades and tints

Shades of #8C3423

#8C3423
(140,52,35)
#803020
(128,48,32)
#742C1D
(116,44,29)
#68281A
(104,40,26)
#5C2417
(92,36,23)
#502014
(80,32,20)
#441C11
(68,28,17)
#38180E
(56,24,14)
#2C140B
(44,20,11)
#201008
(32,16,8)
#140C05
(20,12,5)
#000000
(0,0,0)

Tints of #8C3423

#8C3423
(140,52,35)
#964637
(150,70,55)
#A0584B
(160,88,75)
#AA6A5F
(170,106,95)
#B47C73
(180,124,115)
#BE8E87
(190,142,135)
#C8A09B
(200,160,155)
#D2B2AF
(210,178,175)
#DCC4C3
(220,196,195)
#E6D6D7
(230,214,215)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3423 color. Also use rgb(140,52,35) instead hex code.

Text Font Color

.myTextColor { color: #8C3423; }

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

This text font color is #8C3423.


Background Color

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

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

This div background color is #8C3423.


Border color

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

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

This div border color is #8C3423.


Opacity

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

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

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

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

This text has shadow with #8C3423 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3423 on black background.


Color preview on white background

This text has color #8C3423 on white background.



Black color preview on #8C3423 background

This text has black color on #8C3423 background.


White color preview on #8C3423 background

This text has white color on #8C3423 background.