COLOR #4C076F

HEX: #4C076F
RGB: (76,7,111)

Color info

#4C076F contains mainly red and blue colors. Web safe color of #4C076F is #330066 (or #306).

RGB color model

#4C076F color RGB value is (76,7,111).

  • red value is 76;
  • green value is 7;
  • blue value is 111.
RGB:
(76,7,111)
(30%,3%,44%)

RGB channels and saturation

R 76 of 255 = 30%
G 7 of 255 = 3%
B 111 of 255 = 44%

76
7
111

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

Portions of RGB colors in percentages

R + G + B =
76 + 7 + 111 = 194 (100%)
R 76 of 194 ~ 39.18%
G 7 of 194 ~ 3.61%
B 111 of 194 ~ 57.22%

%39.18
%57.22

CMYK color model

#4C076F color CMYK value is (32,94,0,56).

  • cyan value is 31.53%
  • magenta value is 93.69%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(32,94,0,56)
C32M94Y0K56 
(32%,94%,0%,56%)
(0.32/0.94/0.00/0.56)	

CMYK percentages

%31.53
%93.69
%0
%56.47

Codes

Color #4C076F in popluar color models

4C076F
RGB767111
HSL280°88.14%23.14%
HSB/HSV280°93.69%43.53%
CMYK31.53%93.69%0.00%
56.47%

Color #4C076F in popluar number systems.

HEX4C076F
Decimal767111
Binary10011001111101111
Octal1147157

Shades and tints

Shades of #4C076F

#4C076F
(76,7,111)
#460765
(70,7,101)
#40075B
(64,7,91)
#3A0751
(58,7,81)
#340747
(52,7,71)
#2E073D
(46,7,61)
#280733
(40,7,51)
#220729
(34,7,41)
#1C071F
(28,7,31)
#160715
(22,7,21)
#10070B
(16,7,11)
#000000
(0,0,0)

Tints of #4C076F

#4C076F
(76,7,111)
#5C1D7C
(92,29,124)
#6C3389
(108,51,137)
#7C4996
(124,73,150)
#8C5FA3
(140,95,163)
#9C75B0
(156,117,176)
#AC8BBD
(172,139,189)
#BCA1CA
(188,161,202)
#CCB7D7
(204,183,215)
#DCCDE4
(220,205,228)
#ECE3F1
(236,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C076F; }

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

This text font color is #4C076F.


Background Color

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

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

This div background color is #4C076F.


Border color

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

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

This div border color is #4C076F.


Opacity

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

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

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

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

This text has shadow with #4C076F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C076F on black background.


Color preview on white background

This text has color #4C076F on white background.



Black color preview on #4C076F background

This text has black color on #4C076F background.


White color preview on #4C076F background

This text has white color on #4C076F background.