COLOR #4C604E

HEX: #4C604E
RGB: (76,96,78)

Color info

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

RGB color model

#4C604E color RGB value is (76,96,78).

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

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 78 of 255 = 31%

76
96
78

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

Portions of RGB colors in percentages

R + G + B =
76 + 96 + 78 = 250 (100%)
R 76 of 250 ~ 30.4%
G 96 of 250 ~ 38.4%
B 78 of 250 ~ 31.2%

%30.4
%38.4
%31.2

CMYK color model

#4C604E color CMYK value is (21,0,19,62).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 62.35%
CMYK:
(21,0,19,62)
C21M0Y19K62 
(21%,0%,19%,62%)
(0.21/0.00/0.19/0.62)	

CMYK percentages

%20.83
%0
%18.75
%62.35

Codes

Color #4C604E in popluar color models

4C604E
RGB769678
HSL126°11.63%33.73%
HSB/HSV126°20.83%37.65%
CMYK20.83%0.00%18.75%
62.35%

Color #4C604E in popluar number systems.

HEX4C604E
Decimal769678
Binary100110011000001001110
Octal114140116

Shades and tints

Shades of #4C604E

#4C604E
(76,96,78)
#465847
(70,88,71)
#405040
(64,80,64)
#3A4839
(58,72,57)
#344032
(52,64,50)
#2E382B
(46,56,43)
#283024
(40,48,36)
#22281D
(34,40,29)
#1C2016
(28,32,22)
#16180F
(22,24,15)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #4C604E

#4C604E
(76,96,78)
#5C6E5E
(92,110,94)
#6C7C6E
(108,124,110)
#7C8A7E
(124,138,126)
#8C988E
(140,152,142)
#9CA69E
(156,166,158)
#ACB4AE
(172,180,174)
#BCC2BE
(188,194,190)
#CCD0CE
(204,208,206)
#DCDEDE
(220,222,222)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C604E; }

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

This text font color is #4C604E.


Background Color

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

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

This div background color is #4C604E.


Border color

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

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

This div border color is #4C604E.


Opacity

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

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

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

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

This text has shadow with #4C604E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C604E on black background.


Color preview on white background

This text has color #4C604E on white background.



Black color preview on #4C604E background

This text has black color on #4C604E background.


White color preview on #4C604E background

This text has white color on #4C604E background.