COLOR #4C4C59

HEX: #4C4C59
RGB: (76,76,89)

Color info

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

RGB color model

#4C4C59 color RGB value is (76,76,89).

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

RGB channels and saturation

R 76 of 255 = 30%
G 76 of 255 = 30%
B 89 of 255 = 35%

76
76
89

R + G + B ~ 32%. #4C4C59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 76 + 89 = 241 (100%)
R 76 of 241 ~ 31.54%
G 76 of 241 ~ 31.54%
B 89 of 241 ~ 36.93%

%31.54
%31.54
%36.93

CMYK color model

#4C4C59 color CMYK value is (15,15,0,65).

  • cyan value is 14.61%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(15,15,0,65)
C15M15Y0K65 
(15%,15%,0%,65%)
(0.15/0.15/0.00/0.65)	

CMYK percentages

%14.61
%14.61
%0
%65.1

Codes

Color #4C4C59 in popluar color models

4C4C59
RGB767689
HSL240°7.88%32.35%
HSB/HSV240°14.61%34.90%
CMYK14.61%14.61%0.00%
65.10%

Color #4C4C59 in popluar number systems.

HEX4C4C59
Decimal767689
Binary100110010011001011001
Octal114114131

Shades and tints

Shades of #4C4C59

#4C4C59
(76,76,89)
#464651
(70,70,81)
#404049
(64,64,73)
#3A3A41
(58,58,65)
#343439
(52,52,57)
#2E2E31
(46,46,49)
#282829
(40,40,41)
#222221
(34,34,33)
#1C1C19
(28,28,25)
#161611
(22,22,17)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #4C4C59

#4C4C59
(76,76,89)
#5C5C68
(92,92,104)
#6C6C77
(108,108,119)
#7C7C86
(124,124,134)
#8C8C95
(140,140,149)
#9C9CA4
(156,156,164)
#ACACB3
(172,172,179)
#BCBCC2
(188,188,194)
#CCCCD1
(204,204,209)
#DCDCE0
(220,220,224)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4C59; }

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

This text font color is #4C4C59.


Background Color

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

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

This div background color is #4C4C59.


Border color

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

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

This div border color is #4C4C59.


Opacity

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

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

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

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

This text has shadow with #4C4C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4C59 on black background.


Color preview on white background

This text has color #4C4C59 on white background.



Black color preview on #4C4C59 background

This text has black color on #4C4C59 background.


White color preview on #4C4C59 background

This text has white color on #4C4C59 background.