COLOR #4C654E

HEX: #4C654E
RGB: (76,101,78)

Color info

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

RGB color model

#4C654E color RGB value is (76,101,78).

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

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 78 of 255 = 31%

76
101
78

R + G + B ~ 34%. #4C654E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 101 + 78 = 255 (100%)
R 76 of 255 ~ 29.8%
G 101 of 255 ~ 39.61%
B 78 of 255 ~ 30.59%

%29.8
%39.61
%30.59

CMYK color model

#4C654E color CMYK value is (25,0,23,60).

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 22.77%
  • key color value is 60.39%
CMYK:
(25,0,23,60)
C25M0Y23K60 
(25%,0%,23%,60%)
(0.25/0.00/0.23/0.60)	

CMYK percentages

%24.75
%0
%22.77
%60.39

Codes

Color #4C654E in popluar color models

4C654E
RGB7610178
HSL125°14.12%34.71%
HSB/HSV125°24.75%39.61%
CMYK24.75%0.00%22.77%
60.39%

Color #4C654E in popluar number systems.

HEX4C654E
Decimal7610178
Binary100110011001011001110
Octal114145116

Shades and tints

Shades of #4C654E

#4C654E
(76,101,78)
#465C47
(70,92,71)
#405340
(64,83,64)
#3A4A39
(58,74,57)
#344132
(52,65,50)
#2E382B
(46,56,43)
#282F24
(40,47,36)
#22261D
(34,38,29)
#1C1D16
(28,29,22)
#16140F
(22,20,15)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #4C654E

#4C654E
(76,101,78)
#5C735E
(92,115,94)
#6C816E
(108,129,110)
#7C8F7E
(124,143,126)
#8C9D8E
(140,157,142)
#9CAB9E
(156,171,158)
#ACB9AE
(172,185,174)
#BCC7BE
(188,199,190)
#CCD5CE
(204,213,206)
#DCE3DE
(220,227,222)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C654E; }

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

This text font color is #4C654E.


Background Color

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

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

This div background color is #4C654E.


Border color

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

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

This div border color is #4C654E.


Opacity

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

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

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

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

This text has shadow with #4C654E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C654E on black background.


Color preview on white background

This text has color #4C654E on white background.



Black color preview on #4C654E background

This text has black color on #4C654E background.


White color preview on #4C654E background

This text has white color on #4C654E background.