COLOR #4C3A57

HEX: #4C3A57
RGB: (76,58,87)

Color info

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

RGB color model

#4C3A57 color RGB value is (76,58,87).

  • red value is 76;
  • green value is 58;
  • blue value is 87.
RGB:
(76,58,87)
(30%,23%,34%)

RGB channels and saturation

R 76 of 255 = 30%
G 58 of 255 = 23%
B 87 of 255 = 34%

76
58
87

R + G + B ~ 29%. #4C3A57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 58 + 87 = 221 (100%)
R 76 of 221 ~ 34.39%
G 58 of 221 ~ 26.24%
B 87 of 221 ~ 39.37%

%34.39
%26.24
%39.37

CMYK color model

#4C3A57 color CMYK value is (13,33,0,66).

  • cyan value is 12.64%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(13,33,0,66)
C13M33Y0K66 
(13%,33%,0%,66%)
(0.13/0.33/0.00/0.66)	

CMYK percentages

%12.64
%33.33
%0
%65.88

Codes

Color #4C3A57 in popluar color models

4C3A57
RGB765887
HSL277°20.00%28.43%
HSB/HSV277°33.33%34.12%
CMYK12.64%33.33%0.00%
65.88%

Color #4C3A57 in popluar number systems.

HEX4C3A57
Decimal765887
Binary10011001110101010111
Octal11472127

Shades and tints

Shades of #4C3A57

#4C3A57
(76,58,87)
#463550
(70,53,80)
#403049
(64,48,73)
#3A2B42
(58,43,66)
#34263B
(52,38,59)
#2E2134
(46,33,52)
#281C2D
(40,28,45)
#221726
(34,23,38)
#1C121F
(28,18,31)
#160D18
(22,13,24)
#100811
(16,8,17)
#000000
(0,0,0)

Tints of #4C3A57

#4C3A57
(76,58,87)
#5C4B66
(92,75,102)
#6C5C75
(108,92,117)
#7C6D84
(124,109,132)
#8C7E93
(140,126,147)
#9C8FA2
(156,143,162)
#ACA0B1
(172,160,177)
#BCB1C0
(188,177,192)
#CCC2CF
(204,194,207)
#DCD3DE
(220,211,222)
#ECE4ED
(236,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3A57 color. Also use rgb(76,58,87) instead hex code.

Text Font Color

.myTextColor { color: #4C3A57; }

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

This text font color is #4C3A57.


Background Color

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

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

This div background color is #4C3A57.


Border color

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

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

This div border color is #4C3A57.


Opacity

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

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

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

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

This text has shadow with #4C3A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3A57 on black background.


Color preview on white background

This text has color #4C3A57 on white background.



Black color preview on #4C3A57 background

This text has black color on #4C3A57 background.


White color preview on #4C3A57 background

This text has white color on #4C3A57 background.