COLOR #4C234E

HEX: #4C234E
RGB: (76,35,78)

Color info

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

RGB color model

#4C234E color RGB value is (76,35,78).

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

RGB channels and saturation

R 76 of 255 = 30%
G 35 of 255 = 14%
B 78 of 255 = 31%

76
35
78

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

Portions of RGB colors in percentages

R + G + B =
76 + 35 + 78 = 189 (100%)
R 76 of 189 ~ 40.21%
G 35 of 189 ~ 18.52%
B 78 of 189 ~ 41.27%

%40.21
%18.52
%41.27

CMYK color model

#4C234E color CMYK value is (3,55,0,69).

  • cyan value is 2.56%
  • magenta value is 55.13%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(3,55,0,69)
C3M55Y0K69 
(3%,55%,0%,69%)
(0.03/0.55/0.00/0.69)	

CMYK percentages

%2.56
%55.13
%0
%69.41

Codes

Color #4C234E in popluar color models

4C234E
RGB763578
HSL297°38.05%22.16%
HSB/HSV297°55.13%30.59%
CMYK2.56%55.13%0.00%
69.41%

Color #4C234E in popluar number systems.

HEX4C234E
Decimal763578
Binary10011001000111001110
Octal11443116

Shades and tints

Shades of #4C234E

#4C234E
(76,35,78)
#462047
(70,32,71)
#401D40
(64,29,64)
#3A1A39
(58,26,57)
#341732
(52,23,50)
#2E142B
(46,20,43)
#281124
(40,17,36)
#220E1D
(34,14,29)
#1C0B16
(28,11,22)
#16080F
(22,8,15)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #4C234E

#4C234E
(76,35,78)
#5C375E
(92,55,94)
#6C4B6E
(108,75,110)
#7C5F7E
(124,95,126)
#8C738E
(140,115,142)
#9C879E
(156,135,158)
#AC9BAE
(172,155,174)
#BCAFBE
(188,175,190)
#CCC3CE
(204,195,206)
#DCD7DE
(220,215,222)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C234E; }

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

This text font color is #4C234E.


Background Color

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

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

This div background color is #4C234E.


Border color

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

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

This div border color is #4C234E.


Opacity

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

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

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

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

This text has shadow with #4C234E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C234E on black background.


Color preview on white background

This text has color #4C234E on white background.



Black color preview on #4C234E background

This text has black color on #4C234E background.


White color preview on #4C234E background

This text has white color on #4C234E background.