COLOR #8C463D

HEX: #8C463D RGB: (140,70,61)

Color info

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

RGB color model

#8C463D color RGB value is (140,70,61).

RGB: (140,70,61) (55%, 27%, 24%)

RGB channels and saturation

R 140 of 255 = 55%
G 70 of 255 = 27%
B 61 of 255 = 24%

140
70
61

R + G + B ~ 35%. #8C463D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 140 + 70 + 61 = 271 (100%)
R 140 of 271 ~ 51.66%
G 70 of 271 ~ 25.83%
B 61 of 271 ~ 22.51'%

%51.66
%25.83
%22.51

CMYK color model

#8C463D color CMYK value is (0,50,56,45).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 56.43%
  • key color value is 45.10%

CMYK: (0,50,56,45)
C0M50Y56K45 (0%, 50%, 56%, 45%)
(0.00 / 0.50 / 0.56 / 0.45)

CMYK percentages

%0
%50
%56.43
%45.1

Codes

Color #8C463D in popluar color models

8C 46 3D
RGB 140 70 61
HSL 39.30% 39.41%
HSB/HSV 56.43% 54.90%
CMYK 0.00% 50.00% 56.43%
45.10%

Color #8C463D in popluar number systems.

HEX 8C 46 3D
Decimal 140 70 61
Binary 10001100 1000110 111101
Octal 214 106 75

Shades and tints

Shades of #8C463D

#8C463D
(140,70,61)
#804038
(128,64,56)
#743A33
(116,58,51)
#68342E
(104,52,46)
#5C2E29
(92,46,41)
#502824
(80,40,36)
#44221F
(68,34,31)
#381C1A
(56,28,26)
#2C1615
(44,22,21)
#201010
(32,16,16)
#140A0B
(20,10,11)
#000000
(0,0,0)

Tints of #8C463D

#8C463D
(140,70,61)
#96564E
(150,86,78)
#A0665F
(160,102,95)
#AA7670
(170,118,112)
#B48681
(180,134,129)
#BE9692
(190,150,146)
#C8A6A3
(200,166,163)
#D2B6B4
(210,182,180)
#DCC6C5
(220,198,197)
#E6D6D6
(230,214,214)
#F0E6E7
(240,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8C463D; }

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

This text font color is #8C463D.

Background Color

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

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

This div background color is #8C463D.

Border color

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

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

This div border color is #8C463D.

Opacity

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

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

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

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

This text has shadow with #8C463D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C463D.

Preview

Color preview on black background

This text has color #8C463D on black background.


Color preview on white background

This text has color #8C463D on white background.


Black color preview on #8C463D background

This text has black color on #8C463D background.


White color preview on #8C463D background

This text has white color on #8C463D background.


Related colors

Complementary color

Complementary color for #hex is #73B9C2.


I love getcolorcode.com

Triadic colors

1 #3D8C46 and #463D8C with #8C463D are triadic colors.

2 #3D468C and #468C3D with #8C463D are triadic colors.