COLOR #4C3651

HEX: #4C3651
RGB: (76,54,81)

Color info

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

RGB color model

#4C3651 color RGB value is (76,54,81).

  • red value is 76;
  • green value is 54;
  • blue value is 81.
RGB:
(76,54,81)
(30%,21%,32%)

RGB channels and saturation

R 76 of 255 = 30%
G 54 of 255 = 21%
B 81 of 255 = 32%

76
54
81

R + G + B ~ 28%. #4C3651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 54 + 81 = 211 (100%)
R 76 of 211 ~ 36.02%
G 54 of 211 ~ 25.59%
B 81 of 211 ~ 38.39%

%36.02
%25.59
%38.39

CMYK color model

#4C3651 color CMYK value is (6,33,0,68).

  • cyan value is 6.17%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(6,33,0,68)
C6M33Y0K68 
(6%,33%,0%,68%)
(0.06/0.33/0.00/0.68)	

CMYK percentages

%6.17
%33.33
%0
%68.24

Codes

Color #4C3651 in popluar color models

4C3651
RGB765481
HSL289°20.00%26.47%
HSB/HSV289°33.33%31.76%
CMYK6.17%33.33%0.00%
68.24%

Color #4C3651 in popluar number systems.

HEX4C3651
Decimal765481
Binary10011001101101010001
Octal11466121

Shades and tints

Shades of #4C3651

#4C3651
(76,54,81)
#46324A
(70,50,74)
#402E43
(64,46,67)
#3A2A3C
(58,42,60)
#342635
(52,38,53)
#2E222E
(46,34,46)
#281E27
(40,30,39)
#221A20
(34,26,32)
#1C1619
(28,22,25)
#161212
(22,18,18)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #4C3651

#4C3651
(76,54,81)
#5C4860
(92,72,96)
#6C5A6F
(108,90,111)
#7C6C7E
(124,108,126)
#8C7E8D
(140,126,141)
#9C909C
(156,144,156)
#ACA2AB
(172,162,171)
#BCB4BA
(188,180,186)
#CCC6C9
(204,198,201)
#DCD8D8
(220,216,216)
#ECEAE7
(236,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3651 color. Also use rgb(76,54,81) instead hex code.

Text Font Color

.myTextColor { color: #4C3651; }

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

This text font color is #4C3651.


Background Color

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

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

This div background color is #4C3651.


Border color

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

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

This div border color is #4C3651.


Opacity

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

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

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

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

This text has shadow with #4C3651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3651 on black background.


Color preview on white background

This text has color #4C3651 on white background.



Black color preview on #4C3651 background

This text has black color on #4C3651 background.


White color preview on #4C3651 background

This text has white color on #4C3651 background.