COLOR #8C4F44

HEX: #8C4F44
RGB: (140,79,68)

Color info

#8C4F44 contains mainly red color. Web safe color of #8C4F44 is #996633 (or #963).

RGB color model

#8C4F44 color RGB value is (140,79,68).

  • red value is 140;
  • green value is 79;
  • blue value is 68.
RGB:
(140,79,68)
(55%,31%,27%)

RGB channels and saturation

R 140 of 255 = 55%
G 79 of 255 = 31%
B 68 of 255 = 27%

140
79
68

R + G + B ~ 38%. #8C4F44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 79 + 68 = 287 (100%)
R 140 of 287 ~ 48.78%
G 79 of 287 ~ 27.53%
B 68 of 287 ~ 23.69%

%48.78
%27.53
%23.69

CMYK color model

#8C4F44 color CMYK value is (0,44,51,45).

  • cyan value is 0.00%
  • magenta value is 43.57%
  • yellow value is 51.43%
  • key color value is 45.10%
CMYK:
(0,44,51,45)
C0M44Y51K45 
(0%,44%,51%,45%)
(0.00/0.44/0.51/0.45)	

CMYK percentages

%0
%43.57
%51.43
%45.1

Codes

Color #8C4F44 in popluar color models

8C4F44
RGB1407968
HSL34.62%40.78%
HSB/HSV51.43%54.90%
CMYK0.00%43.57%51.43%
45.10%

Color #8C4F44 in popluar number systems.

HEX8C4F44
Decimal1407968
Binary1000110010011111000100
Octal214117104

Shades and tints

Shades of #8C4F44

#8C4F44
(140,79,68)
#80483E
(128,72,62)
#744138
(116,65,56)
#683A32
(104,58,50)
#5C332C
(92,51,44)
#502C26
(80,44,38)
#442520
(68,37,32)
#381E1A
(56,30,26)
#2C1714
(44,23,20)
#20100E
(32,16,14)
#140908
(20,9,8)
#000000
(0,0,0)

Tints of #8C4F44

#8C4F44
(140,79,68)
#965F55
(150,95,85)
#A06F66
(160,111,102)
#AA7F77
(170,127,119)
#B48F88
(180,143,136)
#BE9F99
(190,159,153)
#C8AFAA
(200,175,170)
#D2BFBB
(210,191,187)
#DCCFCC
(220,207,204)
#E6DFDD
(230,223,221)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C4F44 color. Also use rgb(140,79,68) instead hex code.

Text Font Color

.myTextColor { color: #8C4F44; }

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

This text font color is #8C4F44.


Background Color

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

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

This div background color is #8C4F44.


Border color

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

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

This div border color is #8C4F44.


Opacity

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

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

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

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

This text has shadow with #8C4F44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C4F44 on black background.


Color preview on white background

This text has color #8C4F44 on white background.



Black color preview on #8C4F44 background

This text has black color on #8C4F44 background.


White color preview on #8C4F44 background

This text has white color on #8C4F44 background.