COLOR #4C525E

HEX: #4C525E
RGB: (76,82,94)

Color info

#4C525E contains red, green and blue colors in about the same proportion. Web safe color of #4C525E is #336666 (or #366).

RGB color model

#4C525E color RGB value is (76,82,94).

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

RGB channels and saturation

R 76 of 255 = 30%
G 82 of 255 = 32%
B 94 of 255 = 37%

76
82
94

R + G + B ~ 33%. #4C525E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 82 + 94 = 252 (100%)
R 76 of 252 ~ 30.16%
G 82 of 252 ~ 32.54%
B 94 of 252 ~ 37.3%

%30.16
%32.54
%37.3

CMYK color model

#4C525E color CMYK value is (19,13,0,63).

  • cyan value is 19.15%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK: (19,13,0,63) C19M13Y0K63 (19%,13%,0%,63%) (0.19/0.13/0.00/0.63)

CMYK percentages

%19.15
%12.77
%0
%63.14

Codes

Color #4C525E in popluar color models

4C525E
RGB768294
HSL220°10.59%33.33%
HSB/HSV220°19.15%36.86%
CMYK19.15%12.77%0.00%
63.14%

Color #4C525E in popluar number systems.

HEX4C525E
Decimal768294
Binary100110010100101011110
Octal114122136

Shades and tints

Shades of #4C525E

#4C525E
(76,82,94)
#464B56
(70,75,86)
#40444E
(64,68,78)
#3A3D46
(58,61,70)
#34363E
(52,54,62)
#2E2F36
(46,47,54)
#28282E
(40,40,46)
#222126
(34,33,38)
#1C1A1E
(28,26,30)
#161316
(22,19,22)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #4C525E

#4C525E
(76,82,94)
#5C616C
(92,97,108)
#6C707A
(108,112,122)
#7C7F88
(124,127,136)
#8C8E96
(140,142,150)
#9C9DA4
(156,157,164)
#ACACB2
(172,172,178)
#BCBBC0
(188,187,192)
#CCCACE
(204,202,206)
#DCD9DC
(220,217,220)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C525E; }

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

This text font color is #4C525E.


Background Color

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

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

This div background color is #4C525E.


Border color

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

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

This div border color is #4C525E.


Opacity

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

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

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

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

This text has shadow with #4C525E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4C525E on black background.


Color preview on white background

This text has color #4C525E on white background.



Black color preview on #4C525E background

This text has black color on #4C525E background.


White color preview on #4C525E background

This text has white color on #4C525E background.