COLOR #4C0F71

HEX: #4C0F71 RGB: (76,15,113)

Color info

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

RGB color model

#4C0F71 color RGB value is (76,15,113).

RGB: (76,15,113) (30%, 6%, 44%)

RGB channels and saturation

R 76 of 255 = 30%
G 15 of 255 = 6%
B 113 of 255 = 44%

76
15
113

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

Portions of RGB colors in percentages

R + G + B = 76 + 15 + 113 = 204 (100%)
R 76 of 204 ~ 37.25%
G 15 of 204 ~ 7.35%
B 113 of 204 ~ 55.39'%

%37.25
%55.39

CMYK color model

#4C0F71 color CMYK value is (33,87,0,56).

  • cyan value is 32.74%
  • magenta value is 86.73%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (33,87,0,56)
C33M87Y0K56 (33%, 87%, 0%, 56%)
(0.33 / 0.87 / 0.00 / 0.56)

CMYK percentages

%32.74
%86.73
%0
%55.69

Codes

Color #4C0F71 in popluar color models

4C 0F 71
RGB 76 15 113
HSL 277° 76.56% 25.10%
HSB/HSV 277° 86.73% 44.31%
CMYK 32.74% 86.73% 0.00%
55.69%

Color #4C0F71 in popluar number systems.

HEX 4C 0F 71
Decimal 76 15 113
Binary 1001100 1111 1110001
Octal 114 17 161

Shades and tints

Shades of #4C0F71

#4C0F71
(76,15,113)
#460E67
(70,14,103)
#400D5D
(64,13,93)
#3A0C53
(58,12,83)
#340B49
(52,11,73)
#2E0A3F
(46,10,63)
#280935
(40,9,53)
#22082B
(34,8,43)
#1C0721
(28,7,33)
#160617
(22,6,23)
#10050D
(16,5,13)
#000000
(0,0,0)

Tints of #4C0F71

#4C0F71
(76,15,113)
#5C247D
(92,36,125)
#6C3989
(108,57,137)
#7C4E95
(124,78,149)
#8C63A1
(140,99,161)
#9C78AD
(156,120,173)
#AC8DB9
(172,141,185)
#BCA2C5
(188,162,197)
#CCB7D1
(204,183,209)
#DCCCDD
(220,204,221)
#ECE1E9
(236,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C0F71; }

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

This text font color is #4C0F71.

Background Color

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

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

This div background color is #4C0F71.

Border color

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

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

This div border color is #4C0F71.

Opacity

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

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

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

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

This text has shadow with #4C0F71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C0F71.

Preview

Color preview on black background

This text has color #4C0F71 on black background.


Color preview on white background

This text has color #4C0F71 on white background.


Black color preview on #4C0F71 background

This text has black color on #4C0F71 background.


White color preview on #4C0F71 background

This text has white color on #4C0F71 background.


Related colors

Complementary color

Complementary color for #hex is #B3F08E.


I love getcolorcode.com

Triadic colors

1 #714C0F and #0F714C with #4C0F71 are triadic colors.

2 #710F4C and #0F4C71 with #4C0F71 are triadic colors.