COLOR #8C414A

HEX: #8C414A
RGB: (140,65,74)

Color info

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

RGB color model

#8C414A color RGB value is (140,65,74).

  • red value is 140;
  • green value is 65;
  • blue value is 74.
RGB:
(140,65,74)
(55%,25%,29%)

RGB channels and saturation

R 140 of 255 = 55%
G 65 of 255 = 25%
B 74 of 255 = 29%

140
65
74

R + G + B ~ 36%. #8C414A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
140 + 65 + 74 = 279 (100%)
R 140 of 279 ~ 50.18%
G 65 of 279 ~ 23.3%
B 74 of 279 ~ 26.52%

%50.18
%23.3
%26.52

CMYK color model

#8C414A color CMYK value is (0,54,47,45).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 47.14%
  • key color value is 45.10%
CMYK:
(0,54,47,45)
C0M54Y47K45 
(0%,54%,47%,45%)
(0.00/0.54/0.47/0.45)	

CMYK percentages

%0
%53.57
%47.14
%45.1

Codes

Color #8C414A in popluar color models

8C414A
RGB1406574
HSL353°36.59%40.20%
HSB/HSV353°53.57%54.90%
CMYK0.00%53.57%47.14%
45.10%

Color #8C414A in popluar number systems.

HEX8C414A
Decimal1406574
Binary1000110010000011001010
Octal214101112

Shades and tints

Shades of #8C414A

#8C414A
(140,65,74)
#803C44
(128,60,68)
#74373E
(116,55,62)
#683238
(104,50,56)
#5C2D32
(92,45,50)
#50282C
(80,40,44)
#442326
(68,35,38)
#381E20
(56,30,32)
#2C191A
(44,25,26)
#201414
(32,20,20)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #8C414A

#8C414A
(140,65,74)
#96525A
(150,82,90)
#A0636A
(160,99,106)
#AA747A
(170,116,122)
#B4858A
(180,133,138)
#BE969A
(190,150,154)
#C8A7AA
(200,167,170)
#D2B8BA
(210,184,186)
#DCC9CA
(220,201,202)
#E6DADA
(230,218,218)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C414A; }

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

This text font color is #8C414A.


Background Color

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

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

This div background color is #8C414A.


Border color

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

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

This div border color is #8C414A.


Opacity

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

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

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

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

This text has shadow with #8C414A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C414A on black background.


Color preview on white background

This text has color #8C414A on white background.



Black color preview on #8C414A background

This text has black color on #8C414A background.


White color preview on #8C414A background

This text has white color on #8C414A background.