COLOR #4C5855

HEX: #4C5855
RGB: (76,88,85)

Color info

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

RGB color model

#4C5855 color RGB value is (76,88,85).

  • red value is 76;
  • green value is 88;
  • blue value is 85.
RGB:
(76,88,85)
(30%,35%,33%)

RGB channels and saturation

R 76 of 255 = 30%
G 88 of 255 = 35%
B 85 of 255 = 33%

76
88
85

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

Portions of RGB colors in percentages

R + G + B =
76 + 88 + 85 = 249 (100%)
R 76 of 249 ~ 30.52%
G 88 of 249 ~ 35.34%
B 85 of 249 ~ 34.14%

%30.52
%35.34
%34.14

CMYK color model

#4C5855 color CMYK value is (14,0,3,65).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(14,0,3,65)
C14M0Y3K65 
(14%,0%,3%,65%)
(0.14/0.00/0.03/0.65)	

CMYK percentages

%13.64
%0
%3.41
%65.49

Codes

Color #4C5855 in popluar color models

4C5855
RGB768885
HSL165°7.32%32.16%
HSB/HSV165°13.64%34.51%
CMYK13.64%0.00%3.41%
65.49%

Color #4C5855 in popluar number systems.

HEX4C5855
Decimal768885
Binary100110010110001010101
Octal114130125

Shades and tints

Shades of #4C5855

#4C5855
(76,88,85)
#46504E
(70,80,78)
#404847
(64,72,71)
#3A4040
(58,64,64)
#343839
(52,56,57)
#2E3032
(46,48,50)
#28282B
(40,40,43)
#222024
(34,32,36)
#1C181D
(28,24,29)
#161016
(22,16,22)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #4C5855

#4C5855
(76,88,85)
#5C6764
(92,103,100)
#6C7673
(108,118,115)
#7C8582
(124,133,130)
#8C9491
(140,148,145)
#9CA3A0
(156,163,160)
#ACB2AF
(172,178,175)
#BCC1BE
(188,193,190)
#CCD0CD
(204,208,205)
#DCDFDC
(220,223,220)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5855 color. Also use rgb(76,88,85) instead hex code.

Text Font Color

.myTextColor { color: #4C5855; }

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

This text font color is #4C5855.


Background Color

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

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

This div background color is #4C5855.


Border color

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

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

This div border color is #4C5855.


Opacity

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

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

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

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

This text has shadow with #4C5855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5855 on black background.


Color preview on white background

This text has color #4C5855 on white background.



Black color preview on #4C5855 background

This text has black color on #4C5855 background.


White color preview on #4C5855 background

This text has white color on #4C5855 background.