COLOR #4C3E68

HEX: #4C3E68
RGB: (76,62,104)

Color info

#4C3E68 contains red, green and blue colors in about the same proportion. Web safe color of #4C3E68 is #333366 (or #336).

RGB color model

#4C3E68 color RGB value is (76,62,104).

  • red value is 76;
  • green value is 62;
  • blue value is 104.
RGB:
(76,62,104)
(30%,24%,41%)

RGB channels and saturation

R 76 of 255 = 30%
G 62 of 255 = 24%
B 104 of 255 = 41%

76
62
104

R + G + B ~ 32%. #4C3E68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 62 + 104 = 242 (100%)
R 76 of 242 ~ 31.4%
G 62 of 242 ~ 25.62%
B 104 of 242 ~ 42.98%

%31.4
%25.62
%42.98

CMYK color model

#4C3E68 color CMYK value is (27,40,0,59).

  • cyan value is 26.92%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(27,40,0,59)
C27M40Y0K59 
(27%,40%,0%,59%)
(0.27/0.40/0.00/0.59)	

CMYK percentages

%26.92
%40.38
%0
%59.22

Codes

Color #4C3E68 in popluar color models

4C3E68
RGB7662104
HSL260°25.30%32.55%
HSB/HSV260°40.38%40.78%
CMYK26.92%40.38%0.00%
59.22%

Color #4C3E68 in popluar number systems.

HEX4C3E68
Decimal7662104
Binary10011001111101101000
Octal11476150

Shades and tints

Shades of #4C3E68

#4C3E68
(76,62,104)
#46395F
(70,57,95)
#403456
(64,52,86)
#3A2F4D
(58,47,77)
#342A44
(52,42,68)
#2E253B
(46,37,59)
#282032
(40,32,50)
#221B29
(34,27,41)
#1C1620
(28,22,32)
#161117
(22,17,23)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #4C3E68

#4C3E68
(76,62,104)
#5C4F75
(92,79,117)
#6C6082
(108,96,130)
#7C718F
(124,113,143)
#8C829C
(140,130,156)
#9C93A9
(156,147,169)
#ACA4B6
(172,164,182)
#BCB5C3
(188,181,195)
#CCC6D0
(204,198,208)
#DCD7DD
(220,215,221)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3E68 color. Also use rgb(76,62,104) instead hex code.

Text Font Color

.myTextColor { color: #4C3E68; }

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

This text font color is #4C3E68.


Background Color

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

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

This div background color is #4C3E68.


Border color

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

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

This div border color is #4C3E68.


Opacity

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

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

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

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

This text has shadow with #4C3E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3E68 on black background.


Color preview on white background

This text has color #4C3E68 on white background.



Black color preview on #4C3E68 background

This text has black color on #4C3E68 background.


White color preview on #4C3E68 background

This text has white color on #4C3E68 background.