COLOR #4C1053

HEX: #4C1053 RGB: (76,16,83)

Color info

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

RGB color model

#4C1053 color RGB value is (76,16,83).

RGB: (76,16,83) (30%, 6%, 33%)

RGB channels and saturation

R 76 of 255 = 30%
G 16 of 255 = 6%
B 83 of 255 = 33%

76
16
83

R + G + B ~ 23%. #4C1053 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 16 + 83 = 175 (100%)
R 76 of 175 ~ 43.43%
G 16 of 175 ~ 9.14%
B 83 of 175 ~ 47.43'%

%43.43
%47.43

CMYK color model

#4C1053 color CMYK value is (8,81,0,67).

  • cyan value is 8.43%
  • magenta value is 80.72%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (8,81,0,67)
C8M81Y0K67 (8%, 81%, 0%, 67%)
(0.08 / 0.81 / 0.00 / 0.67)

CMYK percentages

%8.43
%80.72
%0
%67.45

Codes

Color #4C1053 in popluar color models

4C 10 53
RGB 76 16 83
HSL 294° 67.68% 19.41%
HSB/HSV 294° 80.72% 32.55%
CMYK 8.43% 80.72% 0.00%
67.45%

Color #4C1053 in popluar number systems.

HEX 4C 10 53
Decimal 76 16 83
Binary 1001100 10000 1010011
Octal 114 20 123

Shades and tints

Shades of #4C1053

#4C1053
(76,16,83)
#460F4C
(70,15,76)
#400E45
(64,14,69)
#3A0D3E
(58,13,62)
#340C37
(52,12,55)
#2E0B30
(46,11,48)
#280A29
(40,10,41)
#220922
(34,9,34)
#1C081B
(28,8,27)
#160714
(22,7,20)
#10060D
(16,6,13)
#000000
(0,0,0)

Tints of #4C1053

#4C1053
(76,16,83)
#5C2562
(92,37,98)
#6C3A71
(108,58,113)
#7C4F80
(124,79,128)
#8C648F
(140,100,143)
#9C799E
(156,121,158)
#AC8EAD
(172,142,173)
#BCA3BC
(188,163,188)
#CCB8CB
(204,184,203)
#DCCDDA
(220,205,218)
#ECE2E9
(236,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1053; }

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

This text font color is #4C1053.

Background Color

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

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

This div background color is #4C1053.

Border color

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

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

This div border color is #4C1053.

Opacity

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

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

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

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

This text has shadow with #4C1053 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C1053.

Preview

Color preview on black background

This text has color #4C1053 on black background.


Color preview on white background

This text has color #4C1053 on white background.


Black color preview on #4C1053 background

This text has black color on #4C1053 background.


White color preview on #4C1053 background

This text has white color on #4C1053 background.


Related colors

Complementary color

Complementary color for #hex is #B3EFAC.


I love getcolorcode.com

Triadic colors

1 #534C10 and #10534C with #4C1053 are triadic colors.

2 #53104C and #104C53 with #4C1053 are triadic colors.