COLOR #4C4157

HEX: #4C4157
RGB: (76,65,87)

Color info

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

RGB color model

#4C4157 color RGB value is (76,65,87).

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

RGB channels and saturation

R 76 of 255 = 30%
G 65 of 255 = 25%
B 87 of 255 = 34%

76
65
87

R + G + B ~ 30%. #4C4157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 65 + 87 = 228 (100%)
R 76 of 228 ~ 33.33%
G 65 of 228 ~ 28.51%
B 87 of 228 ~ 38.16%

%33.33
%28.51
%38.16

CMYK color model

#4C4157 color CMYK value is (13,25,0,66).

  • cyan value is 12.64%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(13,25,0,66)
C13M25Y0K66 
(13%,25%,0%,66%)
(0.13/0.25/0.00/0.66)	

CMYK percentages

%12.64
%25.29
%0
%65.88

Codes

Color #4C4157 in popluar color models

4C4157
RGB766587
HSL270°14.47%29.80%
HSB/HSV270°25.29%34.12%
CMYK12.64%25.29%0.00%
65.88%

Color #4C4157 in popluar number systems.

HEX4C4157
Decimal766587
Binary100110010000011010111
Octal114101127

Shades and tints

Shades of #4C4157

#4C4157
(76,65,87)
#463C50
(70,60,80)
#403749
(64,55,73)
#3A3242
(58,50,66)
#342D3B
(52,45,59)
#2E2834
(46,40,52)
#28232D
(40,35,45)
#221E26
(34,30,38)
#1C191F
(28,25,31)
#161418
(22,20,24)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #4C4157

#4C4157
(76,65,87)
#5C5266
(92,82,102)
#6C6375
(108,99,117)
#7C7484
(124,116,132)
#8C8593
(140,133,147)
#9C96A2
(156,150,162)
#ACA7B1
(172,167,177)
#BCB8C0
(188,184,192)
#CCC9CF
(204,201,207)
#DCDADE
(220,218,222)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4157; }

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

This text font color is #4C4157.


Background Color

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

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

This div background color is #4C4157.


Border color

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

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

This div border color is #4C4157.


Opacity

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

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

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

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

This text has shadow with #4C4157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4157 on black background.


Color preview on white background

This text has color #4C4157 on white background.



Black color preview on #4C4157 background

This text has black color on #4C4157 background.


White color preview on #4C4157 background

This text has white color on #4C4157 background.