COLOR #4C304E

HEX: #4C304E RGB: (76,48,78)

Color info

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

RGB color model

#4C304E color RGB value is (76,48,78).

RGB: (76,48,78) (30%, 19%, 31%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 78 of 255 = 31%

76
48
78

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

Portions of RGB colors in percentages

R + G + B = 76 + 48 + 78 = 202 (100%)
R 76 of 202 ~ 37.62%
G 48 of 202 ~ 23.76%
B 78 of 202 ~ 38.61'%

%37.62
%23.76
%38.61

CMYK color model

#4C304E color CMYK value is (3,38,0,69).

  • cyan value is 2.56%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 69.41%

CMYK: (3,38,0,69)
C3M38Y0K69 (3%, 38%, 0%, 69%)
(0.03 / 0.38 / 0.00 / 0.69)

CMYK percentages

%2.56
%38.46
%0
%69.41

Codes

Color #4C304E in popluar color models

4C 30 4E
RGB 76 48 78
HSL 296° 23.81% 24.71%
HSB/HSV 296° 38.46% 30.59%
CMYK 2.56% 38.46% 0.00%
69.41%

Color #4C304E in popluar number systems.

HEX 4C 30 4E
Decimal 76 48 78
Binary 1001100 110000 1001110
Octal 114 60 116

Shades and tints

Shades of #4C304E

#4C304E
(76,48,78)
#462C47
(70,44,71)
#402840
(64,40,64)
#3A2439
(58,36,57)
#342032
(52,32,50)
#2E1C2B
(46,28,43)
#281824
(40,24,36)
#22141D
(34,20,29)
#1C1016
(28,16,22)
#160C0F
(22,12,15)
#100808
(16,8,8)
#000000
(0,0,0)

Tints of #4C304E

#4C304E
(76,48,78)
#5C425E
(92,66,94)
#6C546E
(108,84,110)
#7C667E
(124,102,126)
#8C788E
(140,120,142)
#9C8A9E
(156,138,158)
#AC9CAE
(172,156,174)
#BCAEBE
(188,174,190)
#CCC0CE
(204,192,206)
#DCD2DE
(220,210,222)
#ECE4EE
(236,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C304E; }

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

This text font color is #4C304E.

Background Color

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

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

This div background color is #4C304E.

Border color

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

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

This div border color is #4C304E.

Opacity

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

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

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

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

This text has shadow with #4C304E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C304E.

Preview

Color preview on black background

This text has color #4C304E on black background.


Color preview on white background

This text has color #4C304E on white background.


Black color preview on #4C304E background

This text has black color on #4C304E background.


White color preview on #4C304E background

This text has white color on #4C304E background.


Related colors

Complementary color

Complementary color for #hex is #B3CFB1.


I love getcolorcode.com

Triadic colors

1 #4E4C30 and #304E4C with #4C304E are triadic colors.

2 #4E304C and #304C4E with #4C304E are triadic colors.