COLOR #8C412F

HEX: #8C412F RGB: (140,65,47)

Color info

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

RGB color model

#8C412F color RGB value is (140,65,47).

RGB: (140,65,47) (55%, 25%, 18%)

RGB channels and saturation

R 140 of 255 = 55%
G 65 of 255 = 25%
B 47 of 255 = 18%

140
65
47

R + G + B ~ 33%. #8C412F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 65 + 47 = 252 (100%)
R 140 of 252 ~ 55.56%
G 65 of 252 ~ 25.79%
B 47 of 252 ~ 18.65'%

%55.56
%25.79
%18.65

CMYK color model

#8C412F color CMYK value is (0,54,66,45).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 66.43%
  • key color value is 45.10%

CMYK: (0,54,66,45)
C0M54Y66K45 (0%, 54%, 66%, 45%)
(0.00 / 0.54 / 0.66 / 0.45)

CMYK percentages

%0
%53.57
%66.43
%45.1

Codes

Color #8C412F in popluar color models

8C 41 2F
RGB 140 65 47
HSL 12° 49.73% 36.67%
HSB/HSV 12° 66.43% 54.90%
CMYK 0.00% 53.57% 66.43%
45.10%

Color #8C412F in popluar number systems.

HEX 8C 41 2F
Decimal 140 65 47
Binary 10001100 1000001 101111
Octal 214 101 57

Shades and tints

Shades of #8C412F

#8C412F
(140,65,47)
#803C2B
(128,60,43)
#743727
(116,55,39)
#683223
(104,50,35)
#5C2D1F
(92,45,31)
#50281B
(80,40,27)
#442317
(68,35,23)
#381E13
(56,30,19)
#2C190F
(44,25,15)
#20140B
(32,20,11)
#140F07
(20,15,7)
#000000
(0,0,0)

Tints of #8C412F

#8C412F
(140,65,47)
#965241
(150,82,65)
#A06353
(160,99,83)
#AA7465
(170,116,101)
#B48577
(180,133,119)
#BE9689
(190,150,137)
#C8A79B
(200,167,155)
#D2B8AD
(210,184,173)
#DCC9BF
(220,201,191)
#E6DAD1
(230,218,209)
#F0EBE3
(240,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C412F color. Also use rgb(140,65,47) instead hex code.

Text Font Color

.myTextColor { color: #8C412F; }

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

This text font color is #8C412F.

Background Color

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

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

This div background color is #8C412F.

Border color

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

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

This div border color is #8C412F.

Opacity

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

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

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

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

This text has shadow with #8C412F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C412F.

Preview

Color preview on black background

This text has color #8C412F on black background.


Color preview on white background

This text has color #8C412F on white background.


Black color preview on #8C412F background

This text has black color on #8C412F background.


White color preview on #8C412F background

This text has white color on #8C412F background.


Related colors

Complementary color

Complementary color for #hex is #73BED0.


I love getcolorcode.com

Triadic colors

1 #2F8C41 and #412F8C with #8C412F are triadic colors.

2 #2F418C and #418C2F with #8C412F are triadic colors.