COLOR #8C330E

HEX: #8C330E
RGB: (140,51,14)

Color info

#8C330E contains mainly red color. Web safe color of #8C330E is #993300 (or #930).

RGB color model

#8C330E color RGB value is (140,51,14).

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

RGB channels and saturation

R 140 of 255 = 55%
G 51 of 255 = 20%
B 14 of 255 = 5%

140
51
14

R + G + B ~ 27%. #8C330E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 51 + 14 = 205 (100%)
R 140 of 205 ~ 68.29%
G 51 of 205 ~ 24.88%
B 14 of 205 ~ 6.83%

%68.29
%24.88

CMYK color model

#8C330E color CMYK value is (0,64,90,45).

  • cyan value is 0.00%
  • magenta value is 63.57%
  • yellow value is 90.00%
  • key color value is 45.10%
CMYK:
(0,64,90,45)
C0M64Y90K45 
(0%,64%,90%,45%)
(0.00/0.64/0.90/0.45)	

CMYK percentages

%0
%63.57
%90
%45.1

Codes

Color #8C330E in popluar color models

8C330E
RGB1405114
HSL18°81.82%30.20%
HSB/HSV18°90.00%54.90%
CMYK0.00%63.57%90.00%
45.10%

Color #8C330E in popluar number systems.

HEX8C330E
Decimal1405114
Binary100011001100111110
Octal2146316

Shades and tints

Shades of #8C330E

#8C330E
(140,51,14)
#802F0D
(128,47,13)
#742B0C
(116,43,12)
#68270B
(104,39,11)
#5C230A
(92,35,10)
#501F09
(80,31,9)
#441B08
(68,27,8)
#381707
(56,23,7)
#2C1306
(44,19,6)
#200F05
(32,15,5)
#140B04
(20,11,4)
#000000
(0,0,0)

Tints of #8C330E

#8C330E
(140,51,14)
#964523
(150,69,35)
#A05738
(160,87,56)
#AA694D
(170,105,77)
#B47B62
(180,123,98)
#BE8D77
(190,141,119)
#C89F8C
(200,159,140)
#D2B1A1
(210,177,161)
#DCC3B6
(220,195,182)
#E6D5CB
(230,213,203)
#F0E7E0
(240,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C330E color. Also use rgb(140,51,14) instead hex code.

Text Font Color

.myTextColor { color: #8C330E; }

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

This text font color is #8C330E.


Background Color

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

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

This div background color is #8C330E.


Border color

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

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

This div border color is #8C330E.


Opacity

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

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

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

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

This text has shadow with #8C330E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C330E on black background.


Color preview on white background

This text has color #8C330E on white background.



Black color preview on #8C330E background

This text has black color on #8C330E background.


White color preview on #8C330E background

This text has white color on #8C330E background.