COLOR #4C4752

HEX: #4C4752
RGB: (76,71,82)

Color info

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

RGB color model

#4C4752 color RGB value is (76,71,82).

  • red value is 76;
  • green value is 71;
  • blue value is 82.
RGB:
(76,71,82)
(30%,28%,32%)

RGB channels and saturation

R 76 of 255 = 30%
G 71 of 255 = 28%
B 82 of 255 = 32%

76
71
82

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

Portions of RGB colors in percentages

R + G + B =
76 + 71 + 82 = 229 (100%)
R 76 of 229 ~ 33.19%
G 71 of 229 ~ 31%
B 82 of 229 ~ 35.81%

%33.19
%31
%35.81

CMYK color model

#4C4752 color CMYK value is (7,13,0,68).

  • cyan value is 7.32%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(7,13,0,68)
C7M13Y0K68 
(7%,13%,0%,68%)
(0.07/0.13/0.00/0.68)	

CMYK percentages

%7.32
%13.41
%0
%67.84

Codes

Color #4C4752 in popluar color models

4C4752
RGB767182
HSL267°7.19%30.00%
HSB/HSV267°13.41%32.16%
CMYK7.32%13.41%0.00%
67.84%

Color #4C4752 in popluar number systems.

HEX4C4752
Decimal767182
Binary100110010001111010010
Octal114107122

Shades and tints

Shades of #4C4752

#4C4752
(76,71,82)
#46414B
(70,65,75)
#403B44
(64,59,68)
#3A353D
(58,53,61)
#342F36
(52,47,54)
#2E292F
(46,41,47)
#282328
(40,35,40)
#221D21
(34,29,33)
#1C171A
(28,23,26)
#161113
(22,17,19)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #4C4752

#4C4752
(76,71,82)
#5C5761
(92,87,97)
#6C6770
(108,103,112)
#7C777F
(124,119,127)
#8C878E
(140,135,142)
#9C979D
(156,151,157)
#ACA7AC
(172,167,172)
#BCB7BB
(188,183,187)
#CCC7CA
(204,199,202)
#DCD7D9
(220,215,217)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4752; }

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

This text font color is #4C4752.


Background Color

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

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

This div background color is #4C4752.


Border color

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

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

This div border color is #4C4752.


Opacity

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

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

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

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

This text has shadow with #4C4752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4752 on black background.


Color preview on white background

This text has color #4C4752 on white background.



Black color preview on #4C4752 background

This text has black color on #4C4752 background.


White color preview on #4C4752 background

This text has white color on #4C4752 background.