COLOR #4C5B5A

HEX: #4C5B5A
RGB: (76,91,90)

Color info

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

RGB color model

#4C5B5A color RGB value is (76,91,90).

  • red value is 76;
  • green value is 91;
  • blue value is 90.
RGB:
(76,91,90)
(30%,36%,35%)

RGB channels and saturation

R 76 of 255 = 30%
G 91 of 255 = 36%
B 90 of 255 = 35%

76
91
90

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

Portions of RGB colors in percentages

R + G + B =
76 + 91 + 90 = 257 (100%)
R 76 of 257 ~ 29.57%
G 91 of 257 ~ 35.41%
B 90 of 257 ~ 35.02%

%29.57
%35.41
%35.02

CMYK color model

#4C5B5A color CMYK value is (16,0,1,64).

  • cyan value is 16.48%
  • magenta value is 0.00%
  • yellow value is 1.10%
  • key color value is 64.31%
CMYK:
(16,0,1,64)
C16M0Y1K64 
(16%,0%,1%,64%)
(0.16/0.00/0.01/0.64)	

CMYK percentages

%16.48
%0
%1.1
%64.31

Codes

Color #4C5B5A in popluar color models

4C5B5A
RGB769190
HSL176°8.98%32.75%
HSB/HSV176°16.48%35.69%
CMYK16.48%0.00%1.10%
64.31%

Color #4C5B5A in popluar number systems.

HEX4C5B5A
Decimal769190
Binary100110010110111011010
Octal114133132

Shades and tints

Shades of #4C5B5A

#4C5B5A
(76,91,90)
#465352
(70,83,82)
#404B4A
(64,75,74)
#3A4342
(58,67,66)
#343B3A
(52,59,58)
#2E3332
(46,51,50)
#282B2A
(40,43,42)
#222322
(34,35,34)
#1C1B1A
(28,27,26)
#161312
(22,19,18)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #4C5B5A

#4C5B5A
(76,91,90)
#5C6969
(92,105,105)
#6C7778
(108,119,120)
#7C8587
(124,133,135)
#8C9396
(140,147,150)
#9CA1A5
(156,161,165)
#ACAFB4
(172,175,180)
#BCBDC3
(188,189,195)
#CCCBD2
(204,203,210)
#DCD9E1
(220,217,225)
#ECE7F0
(236,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5B5A color. Also use rgb(76,91,90) instead hex code.

Text Font Color

.myTextColor { color: #4C5B5A; }

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

This text font color is #4C5B5A.


Background Color

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

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

This div background color is #4C5B5A.


Border color

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

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

This div border color is #4C5B5A.


Opacity

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

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

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

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

This text has shadow with #4C5B5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5B5A on black background.


Color preview on white background

This text has color #4C5B5A on white background.



Black color preview on #4C5B5A background

This text has black color on #4C5B5A background.


White color preview on #4C5B5A background

This text has white color on #4C5B5A background.