COLOR #4C3F5B

HEX: #4C3F5B
RGB: (76,63,91)

Color info

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

RGB color model

#4C3F5B color RGB value is (76,63,91).

  • red value is 76;
  • green value is 63;
  • blue value is 91.
RGB:
(76,63,91)
(30%,25%,36%)

RGB channels and saturation

R 76 of 255 = 30%
G 63 of 255 = 25%
B 91 of 255 = 36%

76
63
91

R + G + B ~ 30%. #4C3F5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 63 + 91 = 230 (100%)
R 76 of 230 ~ 33.04%
G 63 of 230 ~ 27.39%
B 91 of 230 ~ 39.57%

%33.04
%27.39
%39.57

CMYK color model

#4C3F5B color CMYK value is (16,31,0,64).

  • cyan value is 16.48%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(16,31,0,64)
C16M31Y0K64 
(16%,31%,0%,64%)
(0.16/0.31/0.00/0.64)	

CMYK percentages

%16.48
%30.77
%0
%64.31

Codes

Color #4C3F5B in popluar color models

4C3F5B
RGB766391
HSL268°18.18%30.20%
HSB/HSV268°30.77%35.69%
CMYK16.48%30.77%0.00%
64.31%

Color #4C3F5B in popluar number systems.

HEX4C3F5B
Decimal766391
Binary10011001111111011011
Octal11477133

Shades and tints

Shades of #4C3F5B

#4C3F5B
(76,63,91)
#463A53
(70,58,83)
#40354B
(64,53,75)
#3A3043
(58,48,67)
#342B3B
(52,43,59)
#2E2633
(46,38,51)
#28212B
(40,33,43)
#221C23
(34,28,35)
#1C171B
(28,23,27)
#161213
(22,18,19)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #4C3F5B

#4C3F5B
(76,63,91)
#5C5069
(92,80,105)
#6C6177
(108,97,119)
#7C7285
(124,114,133)
#8C8393
(140,131,147)
#9C94A1
(156,148,161)
#ACA5AF
(172,165,175)
#BCB6BD
(188,182,189)
#CCC7CB
(204,199,203)
#DCD8D9
(220,216,217)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3F5B color. Also use rgb(76,63,91) instead hex code.

Text Font Color

.myTextColor { color: #4C3F5B; }

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

This text font color is #4C3F5B.


Background Color

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

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

This div background color is #4C3F5B.


Border color

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

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

This div border color is #4C3F5B.


Opacity

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

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

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

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

This text has shadow with #4C3F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3F5B on black background.


Color preview on white background

This text has color #4C3F5B on white background.



Black color preview on #4C3F5B background

This text has black color on #4C3F5B background.


White color preview on #4C3F5B background

This text has white color on #4C3F5B background.