COLOR #4C136C

HEX: #4C136C RGB: (76,19,108)

Color info

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

RGB color model

#4C136C color RGB value is (76,19,108).

RGB: (76,19,108) (30%, 7%, 42%)

RGB channels and saturation

R 76 of 255 = 30%
G 19 of 255 = 7%
B 108 of 255 = 42%

76
19
108

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

Portions of RGB colors in percentages

R + G + B = 76 + 19 + 108 = 203 (100%)
R 76 of 203 ~ 37.44%
G 19 of 203 ~ 9.36%
B 108 of 203 ~ 53.2'%

%37.44
%53.2

CMYK color model

#4C136C color CMYK value is (30,82,0,58).

  • cyan value is 29.63%
  • magenta value is 82.41%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (30,82,0,58)
C30M82Y0K58 (30%, 82%, 0%, 58%)
(0.30 / 0.82 / 0.00 / 0.58)

CMYK percentages

%29.63
%82.41
%0
%57.65

Codes

Color #4C136C in popluar color models

4C 13 6C
RGB 76 19 108
HSL 278° 70.08% 24.90%
HSB/HSV 278° 82.41% 42.35%
CMYK 29.63% 82.41% 0.00%
57.65%

Color #4C136C in popluar number systems.

HEX 4C 13 6C
Decimal 76 19 108
Binary 1001100 10011 1101100
Octal 114 23 154

Shades and tints

Shades of #4C136C

#4C136C
(76,19,108)
#461263
(70,18,99)
#40115A
(64,17,90)
#3A1051
(58,16,81)
#340F48
(52,15,72)
#2E0E3F
(46,14,63)
#280D36
(40,13,54)
#220C2D
(34,12,45)
#1C0B24
(28,11,36)
#160A1B
(22,10,27)
#100912
(16,9,18)
#000000
(0,0,0)

Tints of #4C136C

#4C136C
(76,19,108)
#5C2879
(92,40,121)
#6C3D86
(108,61,134)
#7C5293
(124,82,147)
#8C67A0
(140,103,160)
#9C7CAD
(156,124,173)
#AC91BA
(172,145,186)
#BCA6C7
(188,166,199)
#CCBBD4
(204,187,212)
#DCD0E1
(220,208,225)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C136C; }

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

This text font color is #4C136C.

Background Color

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

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

This div background color is #4C136C.

Border color

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

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

This div border color is #4C136C.

Opacity

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

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

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

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

This text has shadow with #4C136C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C136C.

Preview

Color preview on black background

This text has color #4C136C on black background.


Color preview on white background

This text has color #4C136C on white background.


Black color preview on #4C136C background

This text has black color on #4C136C background.


White color preview on #4C136C background

This text has white color on #4C136C background.


Related colors

Complementary color

Complementary color for #hex is #B3EC93.


I love getcolorcode.com

Triadic colors

1 #6C4C13 and #136C4C with #4C136C are triadic colors.

2 #6C134C and #134C6C with #4C136C are triadic colors.