COLOR #4C375B

HEX: #4C375B RGB: (76,55,91)

Color info

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

RGB color model

#4C375B color RGB value is (76,55,91).

RGB: (76,55,91) (30%, 22%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 55 of 255 = 22%
B 91 of 255 = 36%

76
55
91

R + G + B ~ 29%. #4C375B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 55 + 91 = 222 (100%)
R 76 of 222 ~ 34.23%
G 55 of 222 ~ 24.77%
B 91 of 222 ~ 40.99'%

%34.23
%24.77
%40.99

CMYK color model

#4C375B color CMYK value is (16,40,0,64).

  • cyan value is 16.48%
  • magenta value is 39.56%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (16,40,0,64)
C16M40Y0K64 (16%, 40%, 0%, 64%)
(0.16 / 0.40 / 0.00 / 0.64)

CMYK percentages

%16.48
%39.56
%0
%64.31

Codes

Color #4C375B in popluar color models

4C 37 5B
RGB 76 55 91
HSL 275° 24.66% 28.63%
HSB/HSV 275° 39.56% 35.69%
CMYK 16.48% 39.56% 0.00%
64.31%

Color #4C375B in popluar number systems.

HEX 4C 37 5B
Decimal 76 55 91
Binary 1001100 110111 1011011
Octal 114 67 133

Shades and tints

Shades of #4C375B

#4C375B
(76,55,91)
#463253
(70,50,83)
#402D4B
(64,45,75)
#3A2843
(58,40,67)
#34233B
(52,35,59)
#2E1E33
(46,30,51)
#28192B
(40,25,43)
#221423
(34,20,35)
#1C0F1B
(28,15,27)
#160A13
(22,10,19)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #4C375B

#4C375B
(76,55,91)
#5C4969
(92,73,105)
#6C5B77
(108,91,119)
#7C6D85
(124,109,133)
#8C7F93
(140,127,147)
#9C91A1
(156,145,161)
#ACA3AF
(172,163,175)
#BCB5BD
(188,181,189)
#CCC7CB
(204,199,203)
#DCD9D9
(220,217,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C375B color. Also use rgb(76,55,91) instead hex code.

Text Font Color

.myTextColor { color: #4C375B; }

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

This text font color is #4C375B.

Background Color

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

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

This div background color is #4C375B.

Border color

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

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

This div border color is #4C375B.

Opacity

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

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

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

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

This text has shadow with #4C375B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C375B.

Preview

Color preview on black background

This text has color #4C375B on black background.


Color preview on white background

This text has color #4C375B on white background.


Black color preview on #4C375B background

This text has black color on #4C375B background.


White color preview on #4C375B background

This text has white color on #4C375B background.


Related colors

Complementary color

Complementary color for #hex is #B3C8A4.


I love getcolorcode.com

Triadic colors

1 #5B4C37 and #375B4C with #4C375B are triadic colors.

2 #5B374C and #374C5B with #4C375B are triadic colors.