COLOR #8C4630

HEX: #8C4630
RGB: (140,70,48)

Color info

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

RGB color model

#8C4630 color RGB value is (140,70,48).

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

RGB channels and saturation

R 140 of 255 = 55%
G 70 of 255 = 27%
B 48 of 255 = 19%

140
70
48

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

Portions of RGB colors in percentages

R + G + B =
140 + 70 + 48 = 258 (100%)
R 140 of 258 ~ 54.26%
G 70 of 258 ~ 27.13%
B 48 of 258 ~ 18.6%

%54.26
%27.13
%18.6

CMYK color model

#8C4630 color CMYK value is (0,50,66,45).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 65.71%
  • key color value is 45.10%
CMYK:
(0,50,66,45)
C0M50Y66K45 
(0%,50%,66%,45%)
(0.00/0.50/0.66/0.45)	

CMYK percentages

%0
%50
%65.71
%45.1

Codes

Color #8C4630 in popluar color models

8C4630
RGB1407048
HSL14°48.94%36.86%
HSB/HSV14°65.71%54.90%
CMYK0.00%50.00%65.71%
45.10%

Color #8C4630 in popluar number systems.

HEX8C4630
Decimal1407048
Binary100011001000110110000
Octal21410660

Shades and tints

Shades of #8C4630

#8C4630
(140,70,48)
#80402C
(128,64,44)
#743A28
(116,58,40)
#683424
(104,52,36)
#5C2E20
(92,46,32)
#50281C
(80,40,28)
#442218
(68,34,24)
#381C14
(56,28,20)
#2C1610
(44,22,16)
#20100C
(32,16,12)
#140A08
(20,10,8)
#000000
(0,0,0)

Tints of #8C4630

#8C4630
(140,70,48)
#965642
(150,86,66)
#A06654
(160,102,84)
#AA7666
(170,118,102)
#B48678
(180,134,120)
#BE968A
(190,150,138)
#C8A69C
(200,166,156)
#D2B6AE
(210,182,174)
#DCC6C0
(220,198,192)
#E6D6D2
(230,214,210)
#F0E6E4
(240,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C4630; }

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

This text font color is #8C4630.


Background Color

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

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

This div background color is #8C4630.


Border color

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

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

This div border color is #8C4630.


Opacity

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

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

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

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

This text has shadow with #8C4630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4630 on black background.


Color preview on white background

This text has color #8C4630 on white background.



Black color preview on #8C4630 background

This text has black color on #8C4630 background.


White color preview on #8C4630 background

This text has white color on #8C4630 background.