COLOR #8C3A39

HEX: #8C3A39 RGB: (140,58,57)

Color info

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

RGB color model

#8C3A39 color RGB value is (140,58,57).

RGB: (140,58,57) (55%, 23%, 22%)

RGB channels and saturation

R 140 of 255 = 55%
G 58 of 255 = 23%
B 57 of 255 = 22%

140
58
57

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

Portions of RGB colors in percentages

R + G + B = 140 + 58 + 57 = 255 (100%)
R 140 of 255 ~ 54.9%
G 58 of 255 ~ 22.75%
B 57 of 255 ~ 22.35'%

%54.9
%22.75
%22.35

CMYK color model

#8C3A39 color CMYK value is (0,59,59,45).

  • cyan value is 0.00%
  • magenta value is 58.57%
  • yellow value is 59.29%
  • key color value is 45.10%

CMYK: (0,59,59,45)
C0M59Y59K45 (0%, 59%, 59%, 45%)
(0.00 / 0.59 / 0.59 / 0.45)

CMYK percentages

%0
%58.57
%59.29
%45.1

Codes

Color #8C3A39 in popluar color models

8C 3A 39
RGB 140 58 57
HSL 42.13% 38.63%
HSB/HSV 59.29% 54.90%
CMYK 0.00% 58.57% 59.29%
45.10%

Color #8C3A39 in popluar number systems.

HEX 8C 3A 39
Decimal 140 58 57
Binary 10001100 111010 111001
Octal 214 72 71

Shades and tints

Shades of #8C3A39

#8C3A39
(140,58,57)
#803534
(128,53,52)
#74302F
(116,48,47)
#682B2A
(104,43,42)
#5C2625
(92,38,37)
#502120
(80,33,32)
#441C1B
(68,28,27)
#381716
(56,23,22)
#2C1211
(44,18,17)
#200D0C
(32,13,12)
#140807
(20,8,7)
#000000
(0,0,0)

Tints of #8C3A39

#8C3A39
(140,58,57)
#964B4B
(150,75,75)
#A05C5D
(160,92,93)
#AA6D6F
(170,109,111)
#B47E81
(180,126,129)
#BE8F93
(190,143,147)
#C8A0A5
(200,160,165)
#D2B1B7
(210,177,183)
#DCC2C9
(220,194,201)
#E6D3DB
(230,211,219)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C3A39 color. Also use rgb(140,58,57) instead hex code.

Text Font Color

.myTextColor { color: #8C3A39; }

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

This text font color is #8C3A39.

Background Color

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

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

This div background color is #8C3A39.

Border color

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

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

This div border color is #8C3A39.

Opacity

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

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

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

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

This text has shadow with #8C3A39 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C3A39.

Preview

Color preview on black background

This text has color #8C3A39 on black background.


Color preview on white background

This text has color #8C3A39 on white background.


Black color preview on #8C3A39 background

This text has black color on #8C3A39 background.


White color preview on #8C3A39 background

This text has white color on #8C3A39 background.


Related colors

Complementary color

Complementary color for #hex is #73C5C6.


I love getcolorcode.com

Triadic colors

1 #398C3A and #3A398C with #8C3A39 are triadic colors.

2 #393A8C and #3A8C39 with #8C3A39 are triadic colors.