COLOR #4C605E

HEX: #4C605E RGB: (76,96,94)

Color info

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

RGB color model

#4C605E color RGB value is (76,96,94).

RGB: (76,96,94) (30%, 38%, 37%)

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 94 of 255 = 37%

76
96
94

R + G + B ~ 35%. #4C605E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 96 + 94 = 266 (100%)
R 76 of 266 ~ 28.57%
G 96 of 266 ~ 36.09%
B 94 of 266 ~ 35.34'%

%28.57
%36.09
%35.34

CMYK color model

#4C605E color CMYK value is (21,0,2,62).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 62.35%
CMYK: (21,0,2,62) C21M0Y2K62 (21%,0%,2%,62%) (0.21/0.00/0.02/0.62) 

CMYK percentages

%20.83
%0
%2.08
%62.35

Codes

Color #4C605E in popluar color models

4C 60 5E
RGB 76 96 94
HSL 174° 11.63% 33.73%
HSB/HSV 174° 20.83% 37.65%
CMYK 20.83% 0.00% 2.08%
62.35%

Color #4C605E in popluar number systems.

HEX 4C 60 5E
Decimal 76 96 94
Binary 1001100 1100000 1011110
Octal 114 140 136

Shades and tints

Shades of #4C605E

#4C605E
(76,96,94)
#465856
(70,88,86)
#40504E
(64,80,78)
#3A4846
(58,72,70)
#34403E
(52,64,62)
#2E3836
(46,56,54)
#28302E
(40,48,46)
#222826
(34,40,38)
#1C201E
(28,32,30)
#161816
(22,24,22)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #4C605E

#4C605E
(76,96,94)
#5C6E6C
(92,110,108)
#6C7C7A
(108,124,122)
#7C8A88
(124,138,136)
#8C9896
(140,152,150)
#9CA6A4
(156,166,164)
#ACB4B2
(172,180,178)
#BCC2C0
(188,194,192)
#CCD0CE
(204,208,206)
#DCDEDC
(220,222,220)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C605E; }

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

This text font color is #4C605E.

Background Color

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

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

This div background color is #4C605E.

Border color

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

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

This div border color is #4C605E.

Opacity

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

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

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

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

This text has shadow with #4C605E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C605E.

Preview

Color preview on black background

This text has color #4C605E on black background.


Color preview on white background

This text has color #4C605E on white background.


Black color preview on #4C605E background

This text has black color on #4C605E background.


White color preview on #4C605E background

This text has white color on #4C605E background.


Related colors

Complementary color

Complementary color for #hex is #B39FA1.


I love getcolorcode.com

Triadic colors

1 #5E4C60 and #605E4C with #4C605E are triadic colors.

2 #5E604C and #604C5E with #4C605E are triadic colors.