COLOR #4C3451

HEX: #4C3451 RGB: (76,52,81)

Color info

#4C3451 contains red, green and blue colors in about the same proportion. Web safe color of #4C3451 is #333366 (or #336).

RGB color model

#4C3451 color RGB value is (76,52,81).

RGB: (76,52,81) (30%, 20%, 32%)

RGB channels and saturation

R 76 of 255 = 30%
G 52 of 255 = 20%
B 81 of 255 = 32%

76
52
81

R + G + B ~ 27%. #4C3451 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 52 + 81 = 209 (100%)
R 76 of 209 ~ 36.36%
G 52 of 209 ~ 24.88%
B 81 of 209 ~ 38.76'%

%36.36
%24.88
%38.76

CMYK color model

#4C3451 color CMYK value is (6,36,0,68).

  • cyan value is 6.17%
  • magenta value is 35.80%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (6,36,0,68)
C6M36Y0K68 (6%, 36%, 0%, 68%)
(0.06 / 0.36 / 0.00 / 0.68)

CMYK percentages

%6.17
%35.8
%0
%68.24

Codes

Color #4C3451 in popluar color models

4C 34 51
RGB 76 52 81
HSL 290° 21.80% 26.08%
HSB/HSV 290° 35.80% 31.76%
CMYK 6.17% 35.80% 0.00%
68.24%

Color #4C3451 in popluar number systems.

HEX 4C 34 51
Decimal 76 52 81
Binary 1001100 110100 1010001
Octal 114 64 121

Shades and tints

Shades of #4C3451

#4C3451
(76,52,81)
#46304A
(70,48,74)
#402C43
(64,44,67)
#3A283C
(58,40,60)
#342435
(52,36,53)
#2E202E
(46,32,46)
#281C27
(40,28,39)
#221820
(34,24,32)
#1C1419
(28,20,25)
#161012
(22,16,18)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #4C3451

#4C3451
(76,52,81)
#5C4660
(92,70,96)
#6C586F
(108,88,111)
#7C6A7E
(124,106,126)
#8C7C8D
(140,124,141)
#9C8E9C
(156,142,156)
#ACA0AB
(172,160,171)
#BCB2BA
(188,178,186)
#CCC4C9
(204,196,201)
#DCD6D8
(220,214,216)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3451 color. Also use rgb(76,52,81) instead hex code.

Text Font Color

.myTextColor { color: #4C3451; }

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

This text font color is #4C3451.

Background Color

.myBgColor { background-color: #4C3451; }

<div style="background-color:#4C3451">Inner text</div>

This div background color is #4C3451.

Border color

.myBorderColor { border: 1px solid #4C3451; }

<div style="border:3px solid #4C3451">Div</div>

This div border color is #4C3451.

Opacity

.myOpacity80 { color: #4C3451; opacity: 0.8; }

<p style="color:#4C3451;opacity:0.8;">80%</p>

Text with #4C3451 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 #4C3451;}

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

This text has shadow with #4C3451 color.


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

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

This text has shadow with #4C3451 primary color and red secondary color.


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

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

This text has shadow with #4C3451 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4C3451.

Preview

Color preview on black background

This text has color #4C3451 on black background.


Color preview on white background

This text has color #4C3451 on white background.


Black color preview on #4C3451 background

This text has black color on #4C3451 background.


White color preview on #4C3451 background

This text has white color on #4C3451 background.


Related colors

Complementary color

Complementary color for #hex is #B3CBAE.


I love getcolorcode.com

Triadic colors

1 #514C34 and #34514C with #4C3451 are triadic colors.

2 #51344C and #344C51 with #4C3451 are triadic colors.