COLOR #4C5D68

HEX: #4C5D68
RGB: (76,93,104)

Color info

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

RGB color model

#4C5D68 color RGB value is (76,93,104).

  • red value is 76;
  • green value is 93;
  • blue value is 104.
RGB:
(76,93,104)
(30%,36%,41%)

RGB channels and saturation

R 76 of 255 = 30%
G 93 of 255 = 36%
B 104 of 255 = 41%

76
93
104

R + G + B ~ 36%. #4C5D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 93 + 104 = 273 (100%)
R 76 of 273 ~ 27.84%
G 93 of 273 ~ 34.07%
B 104 of 273 ~ 38.1%

%27.84
%34.07
%38.1

CMYK color model

#4C5D68 color CMYK value is (27,11,0,59).

  • cyan value is 26.92%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(27,11,0,59)
C27M11Y0K59 
(27%,11%,0%,59%)
(0.27/0.11/0.00/0.59)	

CMYK percentages

%26.92
%10.58
%0
%59.22

Codes

Color #4C5D68 in popluar color models

4C5D68
RGB7693104
HSL204°15.56%35.29%
HSB/HSV204°26.92%40.78%
CMYK26.92%10.58%0.00%
59.22%

Color #4C5D68 in popluar number systems.

HEX4C5D68
Decimal7693104
Binary100110010111011101000
Octal114135150

Shades and tints

Shades of #4C5D68

#4C5D68
(76,93,104)
#46555F
(70,85,95)
#404D56
(64,77,86)
#3A454D
(58,69,77)
#343D44
(52,61,68)
#2E353B
(46,53,59)
#282D32
(40,45,50)
#222529
(34,37,41)
#1C1D20
(28,29,32)
#161517
(22,21,23)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #4C5D68

#4C5D68
(76,93,104)
#5C6B75
(92,107,117)
#6C7982
(108,121,130)
#7C878F
(124,135,143)
#8C959C
(140,149,156)
#9CA3A9
(156,163,169)
#ACB1B6
(172,177,182)
#BCBFC3
(188,191,195)
#CCCDD0
(204,205,208)
#DCDBDD
(220,219,221)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5D68 color. Also use rgb(76,93,104) instead hex code.

Text Font Color

.myTextColor { color: #4C5D68; }

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

This text font color is #4C5D68.


Background Color

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

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

This div background color is #4C5D68.


Border color

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

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

This div border color is #4C5D68.


Opacity

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

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

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

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

This text has shadow with #4C5D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5D68 on black background.


Color preview on white background

This text has color #4C5D68 on white background.



Black color preview on #4C5D68 background

This text has black color on #4C5D68 background.


White color preview on #4C5D68 background

This text has white color on #4C5D68 background.