COLOR #4C525A

HEX: #4C525A
RGB: (76,82,90)

Color info

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

RGB color model

#4C525A color RGB value is (76,82,90).

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

RGB channels and saturation

R 76 of 255 = 30%
G 82 of 255 = 32%
B 90 of 255 = 35%

76
82
90

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

Portions of RGB colors in percentages

R + G + B =
76 + 82 + 90 = 248 (100%)
R 76 of 248 ~ 30.65%
G 82 of 248 ~ 33.06%
B 90 of 248 ~ 36.29%

%30.65
%33.06
%36.29

CMYK color model

#4C525A color CMYK value is (16,9,0,65).

  • cyan value is 15.56%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(16,9,0,65)
C16M9Y0K65 
(16%,9%,0%,65%)
(0.16/0.09/0.00/0.65)	

CMYK percentages

%15.56
%8.89
%0
%64.71

Codes

Color #4C525A in popluar color models

4C525A
RGB768290
HSL214°8.43%32.55%
HSB/HSV214°15.56%35.29%
CMYK15.56%8.89%0.00%
64.71%

Color #4C525A in popluar number systems.

HEX4C525A
Decimal768290
Binary100110010100101011010
Octal114122132

Shades and tints

Shades of #4C525A

#4C525A
(76,82,90)
#464B52
(70,75,82)
#40444A
(64,68,74)
#3A3D42
(58,61,66)
#34363A
(52,54,58)
#2E2F32
(46,47,50)
#28282A
(40,40,42)
#222122
(34,33,34)
#1C1A1A
(28,26,26)
#161312
(22,19,18)
#100C0A
(16,12,10)
#000000
(0,0,0)

Tints of #4C525A

#4C525A
(76,82,90)
#5C6169
(92,97,105)
#6C7078
(108,112,120)
#7C7F87
(124,127,135)
#8C8E96
(140,142,150)
#9C9DA5
(156,157,165)
#ACACB4
(172,172,180)
#BCBBC3
(188,187,195)
#CCCAD2
(204,202,210)
#DCD9E1
(220,217,225)
#ECE8F0
(236,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C525A; }

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

This text font color is #4C525A.


Background Color

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

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

This div background color is #4C525A.


Border color

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

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

This div border color is #4C525A.


Opacity

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

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

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

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

This text has shadow with #4C525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C525A on black background.


Color preview on white background

This text has color #4C525A on white background.



Black color preview on #4C525A background

This text has black color on #4C525A background.


White color preview on #4C525A background

This text has white color on #4C525A background.