COLOR #4C004C

HEX: #4C004C
RGB: (76,0,76)

Color info

#4C004C contains only red and blue colors. Web safe color of #4C004C is #330033 (or #303).

RGB color model

#4C004C color RGB value is (76,0,76).

  • red value is 76;
  • green value is 0;
  • blue value is 76.
RGB:
(76,0,76)
(30%,0%,30%)

RGB channels and saturation

R 76 of 255 = 30%
G 0 of 255 = 0%
B 76 of 255 = 30%

76
0
76

R + G + B ~ 20%. #4C004C is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 0 + 76 = 152 (100%)
R 76 of 152 ~ 50%
G 0 of 152 ~ 0%
B 76 of 152 ~ 50%

%50
%50

CMYK color model

#4C004C color CMYK value is (0,100,0,70).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(0,100,0,70)
C0M100Y0K70 
(0%,100%,0%,70%)
(0.00/1.00/0.00/0.70)	

CMYK percentages

%0
%100
%0
%70.2

Codes

Color #4C004C in popluar color models

4C004C
RGB76076
HSL300°100.00%14.90%
HSB/HSV300°100.00%29.80%
CMYK0.00%100.00%0.00%
70.20%

Color #4C004C in popluar number systems.

HEX4C004C
Decimal76076
Binary100110001001100
Octal1140114

Shades and tints

Shades of #4C004C

#4C004C
(76,0,76)
#460046
(70,0,70)
#400040
(64,0,64)
#3A003A
(58,0,58)
#340034
(52,0,52)
#2E002E
(46,0,46)
#280028
(40,0,40)
#220022
(34,0,34)
#1C001C
(28,0,28)
#160016
(22,0,22)
#100010
(16,0,16)
#000000
(0,0,0)

Tints of #4C004C

#4C004C
(76,0,76)
#5C175C
(92,23,92)
#6C2E6C
(108,46,108)
#7C457C
(124,69,124)
#8C5C8C
(140,92,140)
#9C739C
(156,115,156)
#AC8AAC
(172,138,172)
#BCA1BC
(188,161,188)
#CCB8CC
(204,184,204)
#DCCFDC
(220,207,220)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C004C; }

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

This text font color is #4C004C.


Background Color

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

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

This div background color is #4C004C.


Border color

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

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

This div border color is #4C004C.


Opacity

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

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

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

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

This text has shadow with #4C004C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C004C on black background.


Color preview on white background

This text has color #4C004C on white background.



Black color preview on #4C004C background

This text has black color on #4C004C background.


White color preview on #4C004C background

This text has white color on #4C004C background.