COLOR #4C305D

HEX: #4C305D RGB: (76,48,93)

Color info

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

RGB color model

#4C305D color RGB value is (76,48,93).

RGB: (76,48,93) (30%, 19%, 36%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 93 of 255 = 36%

76
48
93

R + G + B ~ 28%. #4C305D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 48 + 93 = 217 (100%)
R 76 of 217 ~ 35.02%
G 48 of 217 ~ 22.12%
B 93 of 217 ~ 42.86'%

%35.02
%22.12
%42.86

CMYK color model

#4C305D color CMYK value is (18,48,0,64).

  • cyan value is 18.28%
  • magenta value is 48.39%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (18,48,0,64)
C18M48Y0K64 (18%, 48%, 0%, 64%)
(0.18 / 0.48 / 0.00 / 0.64)

CMYK percentages

%18.28
%48.39
%0
%63.53

Codes

Color #4C305D in popluar color models

4C 30 5D
RGB 76 48 93
HSL 277° 31.91% 27.65%
HSB/HSV 277° 48.39% 36.47%
CMYK 18.28% 48.39% 0.00%
63.53%

Color #4C305D in popluar number systems.

HEX 4C 30 5D
Decimal 76 48 93
Binary 1001100 110000 1011101
Octal 114 60 135

Shades and tints

Shades of #4C305D

#4C305D
(76,48,93)
#462C55
(70,44,85)
#40284D
(64,40,77)
#3A2445
(58,36,69)
#34203D
(52,32,61)
#2E1C35
(46,28,53)
#28182D
(40,24,45)
#221425
(34,20,37)
#1C101D
(28,16,29)
#160C15
(22,12,21)
#10080D
(16,8,13)
#000000
(0,0,0)

Tints of #4C305D

#4C305D
(76,48,93)
#5C426B
(92,66,107)
#6C5479
(108,84,121)
#7C6687
(124,102,135)
#8C7895
(140,120,149)
#9C8AA3
(156,138,163)
#AC9CB1
(172,156,177)
#BCAEBF
(188,174,191)
#CCC0CD
(204,192,205)
#DCD2DB
(220,210,219)
#ECE4E9
(236,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C305D color. Also use rgb(76,48,93) instead hex code.

Text Font Color

.myTextColor { color: #4C305D; }

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

This text font color is #4C305D.

Background Color

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

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

This div background color is #4C305D.

Border color

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

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

This div border color is #4C305D.

Opacity

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

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

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

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

This text has shadow with #4C305D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C305D.

Preview

Color preview on black background

This text has color #4C305D on black background.


Color preview on white background

This text has color #4C305D on white background.


Black color preview on #4C305D background

This text has black color on #4C305D background.


White color preview on #4C305D background

This text has white color on #4C305D background.


Related colors

Complementary color

Complementary color for #hex is #B3CFA2.


I love getcolorcode.com

Triadic colors

1 #5D4C30 and #305D4C with #4C305D are triadic colors.

2 #5D304C and #304C5D with #4C305D are triadic colors.