COLOR #8C344B

HEX: #8C344B RGB: (140,52,75)

Color info

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

RGB color model

#8C344B color RGB value is (140,52,75).

RGB: (140,52,75) (55%, 20%, 29%)

RGB channels and saturation

R 140 of 255 = 55%
G 52 of 255 = 20%
B 75 of 255 = 29%

140
52
75

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

Portions of RGB colors in percentages

R + G + B = 140 + 52 + 75 = 267 (100%)
R 140 of 267 ~ 52.43%
G 52 of 267 ~ 19.48%
B 75 of 267 ~ 28.09'%

%52.43
%19.48
%28.09

CMYK color model

#8C344B color CMYK value is (0,63,46,45).

  • cyan value is 0.00%
  • magenta value is 62.86%
  • yellow value is 46.43%
  • key color value is 45.10%

CMYK: (0,63,46,45)
C0M63Y46K45 (0%, 63%, 46%, 45%)
(0.00 / 0.63 / 0.46 / 0.45)

CMYK percentages

%0
%62.86
%46.43
%45.1

Codes

Color #8C344B in popluar color models

8C 34 4B
RGB 140 52 75
HSL 344° 45.83% 37.65%
HSB/HSV 344° 62.86% 54.90%
CMYK 0.00% 62.86% 46.43%
45.10%

Color #8C344B in popluar number systems.

HEX 8C 34 4B
Decimal 140 52 75
Binary 10001100 110100 1001011
Octal 214 64 113

Shades and tints

Shades of #8C344B

#8C344B
(140,52,75)
#803045
(128,48,69)
#742C3F
(116,44,63)
#682839
(104,40,57)
#5C2433
(92,36,51)
#50202D
(80,32,45)
#441C27
(68,28,39)
#381821
(56,24,33)
#2C141B
(44,20,27)
#201015
(32,16,21)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #8C344B

#8C344B
(140,52,75)
#96465B
(150,70,91)
#A0586B
(160,88,107)
#AA6A7B
(170,106,123)
#B47C8B
(180,124,139)
#BE8E9B
(190,142,155)
#C8A0AB
(200,160,171)
#D2B2BB
(210,178,187)
#DCC4CB
(220,196,203)
#E6D6DB
(230,214,219)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C344B color. Also use rgb(140,52,75) instead hex code.

Text Font Color

.myTextColor { color: #8C344B; }

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

This text font color is #8C344B.

Background Color

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

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

This div background color is #8C344B.

Border color

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

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

This div border color is #8C344B.

Opacity

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

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

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

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

This text has shadow with #8C344B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8C344B.

Preview

Color preview on black background

This text has color #8C344B on black background.


Color preview on white background

This text has color #8C344B on white background.


Black color preview on #8C344B background

This text has black color on #8C344B background.


White color preview on #8C344B background

This text has white color on #8C344B background.


Related colors

Complementary color

Complementary color for #hex is #73CBB4.


I love getcolorcode.com

Triadic colors

1 #4B8C34 and #344B8C with #8C344B are triadic colors.

2 #4B348C and #348C4B with #8C344B are triadic colors.