COLOR #4C235B

HEX: #4C235B
RGB: (76,35,91)

Color info

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

RGB color model

#4C235B color RGB value is (76,35,91).

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

RGB channels and saturation

R 76 of 255 = 30%
G 35 of 255 = 14%
B 91 of 255 = 36%

76
35
91

R + G + B ~ 27%. #4C235B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 35 + 91 = 202 (100%)
R 76 of 202 ~ 37.62%
G 35 of 202 ~ 17.33%
B 91 of 202 ~ 45.05%

%37.62
%17.33
%45.05

CMYK color model

#4C235B color CMYK value is (16,62,0,64).

  • cyan value is 16.48%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(16,62,0,64)
C16M62Y0K64 
(16%,62%,0%,64%)
(0.16/0.62/0.00/0.64)	

CMYK percentages

%16.48
%61.54
%0
%64.31

Codes

Color #4C235B in popluar color models

4C235B
RGB763591
HSL284°44.44%24.71%
HSB/HSV284°61.54%35.69%
CMYK16.48%61.54%0.00%
64.31%

Color #4C235B in popluar number systems.

HEX4C235B
Decimal763591
Binary10011001000111011011
Octal11443133

Shades and tints

Shades of #4C235B

#4C235B
(76,35,91)
#462053
(70,32,83)
#401D4B
(64,29,75)
#3A1A43
(58,26,67)
#34173B
(52,23,59)
#2E1433
(46,20,51)
#28112B
(40,17,43)
#220E23
(34,14,35)
#1C0B1B
(28,11,27)
#160813
(22,8,19)
#10050B
(16,5,11)
#000000
(0,0,0)

Tints of #4C235B

#4C235B
(76,35,91)
#5C3769
(92,55,105)
#6C4B77
(108,75,119)
#7C5F85
(124,95,133)
#8C7393
(140,115,147)
#9C87A1
(156,135,161)
#AC9BAF
(172,155,175)
#BCAFBD
(188,175,189)
#CCC3CB
(204,195,203)
#DCD7D9
(220,215,217)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C235B; }

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

This text font color is #4C235B.


Background Color

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

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

This div background color is #4C235B.


Border color

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

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

This div border color is #4C235B.


Opacity

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

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

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

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

This text has shadow with #4C235B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C235B on black background.


Color preview on white background

This text has color #4C235B on white background.



Black color preview on #4C235B background

This text has black color on #4C235B background.


White color preview on #4C235B background

This text has white color on #4C235B background.