COLOR #4C504E

HEX: #4C504E
RGB: (76,80,78)

Color info

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

RGB color model

#4C504E color RGB value is (76,80,78).

  • red value is 76;
  • green value is 80;
  • blue value is 78.
RGB:
(76,80,78)
(30%,31%,31%)

RGB channels and saturation

R 76 of 255 = 30%
G 80 of 255 = 31%
B 78 of 255 = 31%

76
80
78

R + G + B ~ 31%. #4C504E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 80 + 78 = 234 (100%)
R 76 of 234 ~ 32.48%
G 80 of 234 ~ 34.19%
B 78 of 234 ~ 33.33%

%32.48
%34.19
%33.33

CMYK color model

#4C504E color CMYK value is (5,0,2,69).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(5,0,2,69)
C5M0Y2K69 
(5%,0%,2%,69%)
(0.05/0.00/0.02/0.69)	

CMYK percentages

%5
%0
%2.5
%68.63

Codes

Color #4C504E in popluar color models

4C504E
RGB768078
HSL150°2.56%30.59%
HSB/HSV150°5.00%31.37%
CMYK5.00%0.00%2.50%
68.63%

Color #4C504E in popluar number systems.

HEX4C504E
Decimal768078
Binary100110010100001001110
Octal114120116

Shades and tints

Shades of #4C504E

#4C504E
(76,80,78)
#464947
(70,73,71)
#404240
(64,66,64)
#3A3B39
(58,59,57)
#343432
(52,52,50)
#2E2D2B
(46,45,43)
#282624
(40,38,36)
#221F1D
(34,31,29)
#1C1816
(28,24,22)
#16110F
(22,17,15)
#100A08
(16,10,8)
#000000
(0,0,0)

Tints of #4C504E

#4C504E
(76,80,78)
#5C5F5E
(92,95,94)
#6C6E6E
(108,110,110)
#7C7D7E
(124,125,126)
#8C8C8E
(140,140,142)
#9C9B9E
(156,155,158)
#ACAAAE
(172,170,174)
#BCB9BE
(188,185,190)
#CCC8CE
(204,200,206)
#DCD7DE
(220,215,222)
#ECE6EE
(236,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C504E; }

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

This text font color is #4C504E.


Background Color

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

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

This div background color is #4C504E.


Border color

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

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

This div border color is #4C504E.


Opacity

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

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

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

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

This text has shadow with #4C504E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C504E on black background.


Color preview on white background

This text has color #4C504E on white background.



Black color preview on #4C504E background

This text has black color on #4C504E background.


White color preview on #4C504E background

This text has white color on #4C504E background.