COLOR #4C274E

HEX: #4C274E
RGB: (76,39,78)

Color info

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

RGB color model

#4C274E color RGB value is (76,39,78).

  • red value is 76;
  • green value is 39;
  • blue value is 78.
RGB:
(76,39,78)
(30%,15%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 39 of 255 = 15%
B 78 of 255 = 31%

76
39
78

R + G + B ~ 25%. #4C274E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 39 + 78 = 193 (100%)
R 76 of 193 ~ 39.38%
G 39 of 193 ~ 20.21%
B 78 of 193 ~ 40.41%

%39.38
%20.21
%40.41

CMYK color model

#4C274E color CMYK value is (3,50,0,69).

  • cyan value is 2.56%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(3,50,0,69)
C3M50Y0K69 
(3%,50%,0%,69%)
(0.03/0.50/0.00/0.69)	

CMYK percentages

%2.56
%50
%0
%69.41

Codes

Color #4C274E in popluar color models

4C274E
RGB763978
HSL297°33.33%22.94%
HSB/HSV297°50.00%30.59%
CMYK2.56%50.00%0.00%
69.41%

Color #4C274E in popluar number systems.

HEX4C274E
Decimal763978
Binary10011001001111001110
Octal11447116

Shades and tints

Shades of #4C274E

#4C274E
(76,39,78)
#462447
(70,36,71)
#402140
(64,33,64)
#3A1E39
(58,30,57)
#341B32
(52,27,50)
#2E182B
(46,24,43)
#281524
(40,21,36)
#22121D
(34,18,29)
#1C0F16
(28,15,22)
#160C0F
(22,12,15)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #4C274E

#4C274E
(76,39,78)
#5C3A5E
(92,58,94)
#6C4D6E
(108,77,110)
#7C607E
(124,96,126)
#8C738E
(140,115,142)
#9C869E
(156,134,158)
#AC99AE
(172,153,174)
#BCACBE
(188,172,190)
#CCBFCE
(204,191,206)
#DCD2DE
(220,210,222)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C274E color. Also use rgb(76,39,78) instead hex code.

Text Font Color

.myTextColor { color: #4C274E; }

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

This text font color is #4C274E.


Background Color

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

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

This div background color is #4C274E.


Border color

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

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

This div border color is #4C274E.


Opacity

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

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

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

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

This text has shadow with #4C274E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C274E on black background.


Color preview on white background

This text has color #4C274E on white background.



Black color preview on #4C274E background

This text has black color on #4C274E background.


White color preview on #4C274E background

This text has white color on #4C274E background.