COLOR #8C3430

HEX: #8C3430
RGB: (140,52,48)

Color info

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

RGB color model

#8C3430 color RGB value is (140,52,48).

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

RGB channels and saturation

R 140 of 255 = 55%
G 52 of 255 = 20%
B 48 of 255 = 19%

140
52
48

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

Portions of RGB colors in percentages

R + G + B =
140 + 52 + 48 = 240 (100%)
R 140 of 240 ~ 58.33%
G 52 of 240 ~ 21.67%
B 48 of 240 ~ 20%

%58.33
%21.67
%20

CMYK color model

#8C3430 color CMYK value is (0,63,66,45).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 65.71%
  • key color value is 45.10%
CMYK:
(0,63,66,45)
C0M63Y66K45 
(0%,63%,66%,45%)
(0.00/0.63/0.66/0.45)	

CMYK percentages

%0
%62.86
%65.71
%45.1

Codes

Color #8C3430 in popluar color models

8C3430
RGB1405248
HSL48.94%36.86%
HSB/HSV65.71%54.90%
CMYK0.00%62.86%65.71%
45.10%

Color #8C3430 in popluar number systems.

HEX8C3430
Decimal1405248
Binary10001100110100110000
Octal2146460

Shades and tints

Shades of #8C3430

#8C3430
(140,52,48)
#80302C
(128,48,44)
#742C28
(116,44,40)
#682824
(104,40,36)
#5C2420
(92,36,32)
#50201C
(80,32,28)
#441C18
(68,28,24)
#381814
(56,24,20)
#2C1410
(44,20,16)
#20100C
(32,16,12)
#140C08
(20,12,8)
#000000
(0,0,0)

Tints of #8C3430

#8C3430
(140,52,48)
#964642
(150,70,66)
#A05854
(160,88,84)
#AA6A66
(170,106,102)
#B47C78
(180,124,120)
#BE8E8A
(190,142,138)
#C8A09C
(200,160,156)
#D2B2AE
(210,178,174)
#DCC4C0
(220,196,192)
#E6D6D2
(230,214,210)
#F0E8E4
(240,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C3430; }

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

This text font color is #8C3430.


Background Color

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

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

This div background color is #8C3430.


Border color

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

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

This div border color is #8C3430.


Opacity

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

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

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

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

This text has shadow with #8C3430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C3430 on black background.


Color preview on white background

This text has color #8C3430 on white background.



Black color preview on #8C3430 background

This text has black color on #8C3430 background.


White color preview on #8C3430 background

This text has white color on #8C3430 background.