COLOR #4C4551

HEX: #4C4551
RGB: (76,69,81)

Color info

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

RGB color model

#4C4551 color RGB value is (76,69,81).

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

RGB channels and saturation

R 76 of 255 = 30%
G 69 of 255 = 27%
B 81 of 255 = 32%

76
69
81

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

Portions of RGB colors in percentages

R + G + B =
76 + 69 + 81 = 226 (100%)
R 76 of 226 ~ 33.63%
G 69 of 226 ~ 30.53%
B 81 of 226 ~ 35.84%

%33.63
%30.53
%35.84

CMYK color model

#4C4551 color CMYK value is (6,15,0,68).

  • cyan value is 6.17%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(6,15,0,68)
C6M15Y0K68 
(6%,15%,0%,68%)
(0.06/0.15/0.00/0.68)	

CMYK percentages

%6.17
%14.81
%0
%68.24

Codes

Color #4C4551 in popluar color models

4C4551
RGB766981
HSL275°8.00%29.41%
HSB/HSV275°14.81%31.76%
CMYK6.17%14.81%0.00%
68.24%

Color #4C4551 in popluar number systems.

HEX4C4551
Decimal766981
Binary100110010001011010001
Octal114105121

Shades and tints

Shades of #4C4551

#4C4551
(76,69,81)
#463F4A
(70,63,74)
#403943
(64,57,67)
#3A333C
(58,51,60)
#342D35
(52,45,53)
#2E272E
(46,39,46)
#282127
(40,33,39)
#221B20
(34,27,32)
#1C1519
(28,21,25)
#160F12
(22,15,18)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #4C4551

#4C4551
(76,69,81)
#5C5560
(92,85,96)
#6C656F
(108,101,111)
#7C757E
(124,117,126)
#8C858D
(140,133,141)
#9C959C
(156,149,156)
#ACA5AB
(172,165,171)
#BCB5BA
(188,181,186)
#CCC5C9
(204,197,201)
#DCD5D8
(220,213,216)
#ECE5E7
(236,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4551; }

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

This text font color is #4C4551.


Background Color

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

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

This div background color is #4C4551.


Border color

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

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

This div border color is #4C4551.


Opacity

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

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

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

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

This text has shadow with #4C4551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4551 on black background.


Color preview on white background

This text has color #4C4551 on white background.



Black color preview on #4C4551 background

This text has black color on #4C4551 background.


White color preview on #4C4551 background

This text has white color on #4C4551 background.