COLOR #4C304D

HEX: #4C304D RGB: (76,48,77)

Color info

#4C304D contains red, green and blue colors in about the same proportion. Web safe color of #4C304D is #333333 (or #333).

RGB color model

#4C304D color RGB value is (76,48,77).

RGB: (76,48,77) (30%, 19%, 30%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 77 of 255 = 30%

76
48
77

R + G + B ~ 26%. #4C304D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 48 + 77 = 201 (100%)
R 76 of 201 ~ 37.81%
G 48 of 201 ~ 23.88%
B 77 of 201 ~ 38.31'%

%37.81
%23.88
%38.31

CMYK color model

#4C304D color CMYK value is (1,38,0,70).

  • cyan value is 1.30%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK: (1,38,0,70) C1M38Y0K70 (1%,38%,0%,70%) (0.01/0.38/0.00/0.70) 

CMYK percentages

%1.3
%37.66
%0
%69.8

Codes

Color #4C304D in popluar color models

4C 30 4D
RGB 76 48 77
HSL 298° 23.20% 24.51%
HSB/HSV 298° 37.66% 30.20%
CMYK 1.30% 37.66% 0.00%
69.80%

Color #4C304D in popluar number systems.

HEX 4C 30 4D
Decimal 76 48 77
Binary 1001100 110000 1001101
Octal 114 60 115

Shades and tints

Shades of #4C304D

#4C304D
(76,48,77)
#462C46
(70,44,70)
#40283F
(64,40,63)
#3A2438
(58,36,56)
#342031
(52,32,49)
#2E1C2A
(46,28,42)
#281823
(40,24,35)
#22141C
(34,20,28)
#1C1015
(28,16,21)
#160C0E
(22,12,14)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #4C304D

#4C304D
(76,48,77)
#5C425D
(92,66,93)
#6C546D
(108,84,109)
#7C667D
(124,102,125)
#8C788D
(140,120,141)
#9C8A9D
(156,138,157)
#AC9CAD
(172,156,173)
#BCAEBD
(188,174,189)
#CCC0CD
(204,192,205)
#DCD2DD
(220,210,221)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C304D; }

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

This text font color is #4C304D.

Background Color

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

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

This div background color is #4C304D.

Border color

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

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

This div border color is #4C304D.

Opacity

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

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

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

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

This text has shadow with #4C304D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C304D.

Preview

Color preview on black background

This text has color #4C304D on black background.


Color preview on white background

This text has color #4C304D on white background.


Black color preview on #4C304D background

This text has black color on #4C304D background.


White color preview on #4C304D background

This text has white color on #4C304D background.


Related colors

Complementary color

Complementary color for #hex is #B3CFB2.


I love getcolorcode.com

Triadic colors

1 #4D4C30 and #304D4C with #4C304D are triadic colors.

2 #4D304C and #304C4D with #4C304D are triadic colors.