COLOR #4C3147

HEX: #4C3147
RGB: (76,49,71)

Color info

#4C3147 contains red, green and blue colors in about the same proportion. Web safe color of #4C3147 is #333333 (or #333).

RGB color model

#4C3147 color RGB value is (76,49,71).

  • red value is 76;
  • green value is 49;
  • blue value is 71.
RGB:
(76,49,71)
(30%,19%,28%)

RGB channels and saturation

R 76 of 255 = 30%
G 49 of 255 = 19%
B 71 of 255 = 28%

76
49
71

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

Portions of RGB colors in percentages

R + G + B =
76 + 49 + 71 = 196 (100%)
R 76 of 196 ~ 38.78%
G 49 of 196 ~ 25%
B 71 of 196 ~ 36.22%

%38.78
%25
%36.22

CMYK color model

#4C3147 color CMYK value is (0,36,7,70).

  • cyan value is 0.00%
  • magenta value is 35.53%
  • yellow value is 6.58%
  • key color value is 70.20%
CMYK:
(0,36,7,70)
C0M36Y7K70 
(0%,36%,7%,70%)
(0.00/0.36/0.07/0.70)	

CMYK percentages

%0
%35.53
%6.58
%70.2

Codes

Color #4C3147 in popluar color models

4C3147
RGB764971
HSL311°21.60%24.51%
HSB/HSV311°35.53%29.80%
CMYK0.00%35.53%6.58%
70.20%

Color #4C3147 in popluar number systems.

HEX4C3147
Decimal764971
Binary10011001100011000111
Octal11461107

Shades and tints

Shades of #4C3147

#4C3147
(76,49,71)
#462D41
(70,45,65)
#40293B
(64,41,59)
#3A2535
(58,37,53)
#34212F
(52,33,47)
#2E1D29
(46,29,41)
#281923
(40,25,35)
#22151D
(34,21,29)
#1C1117
(28,17,23)
#160D11
(22,13,17)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C3147

#4C3147
(76,49,71)
#5C4357
(92,67,87)
#6C5567
(108,85,103)
#7C6777
(124,103,119)
#8C7987
(140,121,135)
#9C8B97
(156,139,151)
#AC9DA7
(172,157,167)
#BCAFB7
(188,175,183)
#CCC1C7
(204,193,199)
#DCD3D7
(220,211,215)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3147 color. Also use rgb(76,49,71) instead hex code.

Text Font Color

.myTextColor { color: #4C3147; }

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

This text font color is #4C3147.


Background Color

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

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

This div background color is #4C3147.


Border color

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

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

This div border color is #4C3147.


Opacity

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

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

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

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

This text has shadow with #4C3147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3147 on black background.


Color preview on white background

This text has color #4C3147 on white background.



Black color preview on #4C3147 background

This text has black color on #4C3147 background.


White color preview on #4C3147 background

This text has white color on #4C3147 background.