COLOR #4C3084

HEX: #4C3084 RGB: (76,48,132)

Color info

#4C3084 contains mainly red and blue colors. Web safe color of #4C3084 is #333399 (or #339).

RGB color model

#4C3084 color RGB value is (76,48,132).

RGB: (76,48,132) (30%, 19%, 52%)

RGB channels and saturation

R 76 of 255 = 30%
G 48 of 255 = 19%
B 132 of 255 = 52%

76
48
132

R + G + B ~ 34%. #4C3084 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 48 + 132 = 256 (100%)
R 76 of 256 ~ 29.69%
G 48 of 256 ~ 18.75%
B 132 of 256 ~ 51.56'%

%29.69
%18.75
%51.56

CMYK color model

#4C3084 color CMYK value is (42,64,0,48).

  • cyan value is 42.42%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (42,64,0,48)
C42M64Y0K48 (42%, 64%, 0%, 48%)
(0.42 / 0.64 / 0.00 / 0.48)

CMYK percentages

%42.42
%63.64
%0
%48.24

Codes

Color #4C3084 in popluar color models

4C 30 84
RGB 76 48 132
HSL 260° 46.67% 35.29%
HSB/HSV 260° 63.64% 51.76%
CMYK 42.42% 63.64% 0.00%
48.24%

Color #4C3084 in popluar number systems.

HEX 4C 30 84
Decimal 76 48 132
Binary 1001100 110000 10000100
Octal 114 60 204

Shades and tints

Shades of #4C3084

#4C3084
(76,48,132)
#462C78
(70,44,120)
#40286C
(64,40,108)
#3A2460
(58,36,96)
#342054
(52,32,84)
#2E1C48
(46,28,72)
#28183C
(40,24,60)
#221430
(34,20,48)
#1C1024
(28,16,36)
#160C18
(22,12,24)
#10080C
(16,8,12)
#000000
(0,0,0)

Tints of #4C3084

#4C3084
(76,48,132)
#5C428F
(92,66,143)
#6C549A
(108,84,154)
#7C66A5
(124,102,165)
#8C78B0
(140,120,176)
#9C8ABB
(156,138,187)
#AC9CC6
(172,156,198)
#BCAED1
(188,174,209)
#CCC0DC
(204,192,220)
#DCD2E7
(220,210,231)
#ECE4F2
(236,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3084; }

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

This text font color is #4C3084.

Background Color

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

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

This div background color is #4C3084.

Border color

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

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

This div border color is #4C3084.

Opacity

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

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

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

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

This text has shadow with #4C3084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3084.

Preview

Color preview on black background

This text has color #4C3084 on black background.


Color preview on white background

This text has color #4C3084 on white background.


Black color preview on #4C3084 background

This text has black color on #4C3084 background.


White color preview on #4C3084 background

This text has white color on #4C3084 background.


Related colors

Complementary color

Complementary color for #hex is #B3CF7B.


I love getcolorcode.com

Triadic colors

1 #844C30 and #30844C with #4C3084 are triadic colors.

2 #84304C and #304C84 with #4C3084 are triadic colors.