COLOR #4C335F

HEX: #4C335F RGB: (76,51,95)

Color info

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

RGB color model

#4C335F color RGB value is (76,51,95).

RGB: (76,51,95) (30%, 20%, 37%)

RGB channels and saturation

R 76 of 255 = 30%
G 51 of 255 = 20%
B 95 of 255 = 37%

76
51
95

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

Portions of RGB colors in percentages

R + G + B = 76 + 51 + 95 = 222 (100%)
R 76 of 222 ~ 34.23%
G 51 of 222 ~ 22.97%
B 95 of 222 ~ 42.79'%

%34.23
%22.97
%42.79

CMYK color model

#4C335F color CMYK value is (20,46,0,63).

  • cyan value is 20.00%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (20,46,0,63)
C20M46Y0K63 (20%, 46%, 0%, 63%)
(0.20 / 0.46 / 0.00 / 0.63)

CMYK percentages

%20
%46.32
%0
%62.75

Codes

Color #4C335F in popluar color models

4C 33 5F
RGB 76 51 95
HSL 274° 30.14% 28.63%
HSB/HSV 274° 46.32% 37.25%
CMYK 20.00% 46.32% 0.00%
62.75%

Color #4C335F in popluar number systems.

HEX 4C 33 5F
Decimal 76 51 95
Binary 1001100 110011 1011111
Octal 114 63 137

Shades and tints

Shades of #4C335F

#4C335F
(76,51,95)
#462F57
(70,47,87)
#402B4F
(64,43,79)
#3A2747
(58,39,71)
#34233F
(52,35,63)
#2E1F37
(46,31,55)
#281B2F
(40,27,47)
#221727
(34,23,39)
#1C131F
(28,19,31)
#160F17
(22,15,23)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #4C335F

#4C335F
(76,51,95)
#5C456D
(92,69,109)
#6C577B
(108,87,123)
#7C6989
(124,105,137)
#8C7B97
(140,123,151)
#9C8DA5
(156,141,165)
#AC9FB3
(172,159,179)
#BCB1C1
(188,177,193)
#CCC3CF
(204,195,207)
#DCD5DD
(220,213,221)
#ECE7EB
(236,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C335F color. Also use rgb(76,51,95) instead hex code.

Text Font Color

.myTextColor { color: #4C335F; }

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

This text font color is #4C335F.

Background Color

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

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

This div background color is #4C335F.

Border color

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

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

This div border color is #4C335F.

Opacity

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

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

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

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

This text has shadow with #4C335F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C335F.

Preview

Color preview on black background

This text has color #4C335F on black background.


Color preview on white background

This text has color #4C335F on white background.


Black color preview on #4C335F background

This text has black color on #4C335F background.


White color preview on #4C335F background

This text has white color on #4C335F background.


Related colors

Complementary color

Complementary color for #hex is #B3CCA0.


I love getcolorcode.com

Triadic colors

1 #5F4C33 and #335F4C with #4C335F are triadic colors.

2 #5F334C and #334C5F with #4C335F are triadic colors.