COLOR #4C284C

HEX: #4C284C
RGB: (76,40,76)

Color info

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

RGB color model

#4C284C color RGB value is (76,40,76).

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

RGB channels and saturation

R 76 of 255 = 30%
G 40 of 255 = 16%
B 76 of 255 = 30%

76
40
76

R + G + B ~ 25%. #4C284C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 40 + 76 = 192 (100%)
R 76 of 192 ~ 39.58%
G 40 of 192 ~ 20.83%
B 76 of 192 ~ 39.58%

%39.58
%20.83
%39.58

CMYK color model

#4C284C color CMYK value is (0,47,0,70).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(0,47,0,70)
C0M47Y0K70 
(0%,47%,0%,70%)
(0.00/0.47/0.00/0.70)	

CMYK percentages

%0
%47.37
%0
%70.2

Codes

Color #4C284C in popluar color models

4C284C
RGB764076
HSL300°31.03%22.75%
HSB/HSV300°47.37%29.80%
CMYK0.00%47.37%0.00%
70.20%

Color #4C284C in popluar number systems.

HEX4C284C
Decimal764076
Binary10011001010001001100
Octal11450114

Shades and tints

Shades of #4C284C

#4C284C
(76,40,76)
#462546
(70,37,70)
#402240
(64,34,64)
#3A1F3A
(58,31,58)
#341C34
(52,28,52)
#2E192E
(46,25,46)
#281628
(40,22,40)
#221322
(34,19,34)
#1C101C
(28,16,28)
#160D16
(22,13,22)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #4C284C

#4C284C
(76,40,76)
#5C3B5C
(92,59,92)
#6C4E6C
(108,78,108)
#7C617C
(124,97,124)
#8C748C
(140,116,140)
#9C879C
(156,135,156)
#AC9AAC
(172,154,172)
#BCADBC
(188,173,188)
#CCC0CC
(204,192,204)
#DCD3DC
(220,211,220)
#ECE6EC
(236,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C284C; }

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

This text font color is #4C284C.


Background Color

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

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

This div background color is #4C284C.


Border color

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

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

This div border color is #4C284C.


Opacity

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

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

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

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

This text has shadow with #4C284C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C284C on black background.


Color preview on white background

This text has color #4C284C on white background.



Black color preview on #4C284C background

This text has black color on #4C284C background.


White color preview on #4C284C background

This text has white color on #4C284C background.