COLOR #4C6561

HEX: #4C6561
RGB: (76,101,97)

Color info

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

RGB color model

#4C6561 color RGB value is (76,101,97).

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

RGB channels and saturation

R 76 of 255 = 30%
G 101 of 255 = 40%
B 97 of 255 = 38%

76
101
97

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

Portions of RGB colors in percentages

R + G + B =
76 + 101 + 97 = 274 (100%)
R 76 of 274 ~ 27.74%
G 101 of 274 ~ 36.86%
B 97 of 274 ~ 35.4%

%27.74
%36.86
%35.4

CMYK color model

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

  • cyan value is 24.75%
  • magenta value is 0.00%
  • yellow value is 3.96%
  • key color value is 60.39%
CMYK:
(25,0,4,60)
C25M0Y4K60 
(25%,0%,4%,60%)
(0.25/0.00/0.04/0.60)	

CMYK percentages

%24.75
%0
%3.96
%60.39

Codes

Color #4C6561 in popluar color models

4C6561
RGB7610197
HSL170°14.12%34.71%
HSB/HSV170°24.75%39.61%
CMYK24.75%0.00%3.96%
60.39%

Color #4C6561 in popluar number systems.

HEX4C6561
Decimal7610197
Binary100110011001011100001
Octal114145141

Shades and tints

Shades of #4C6561

#4C6561
(76,101,97)
#465C59
(70,92,89)
#405351
(64,83,81)
#3A4A49
(58,74,73)
#344141
(52,65,65)
#2E3839
(46,56,57)
#282F31
(40,47,49)
#222629
(34,38,41)
#1C1D21
(28,29,33)
#161419
(22,20,25)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #4C6561

#4C6561
(76,101,97)
#5C736F
(92,115,111)
#6C817D
(108,129,125)
#7C8F8B
(124,143,139)
#8C9D99
(140,157,153)
#9CABA7
(156,171,167)
#ACB9B5
(172,185,181)
#BCC7C3
(188,199,195)
#CCD5D1
(204,213,209)
#DCE3DF
(220,227,223)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6561; }

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

This text font color is #4C6561.


Background Color

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

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

This div background color is #4C6561.


Border color

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

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

This div border color is #4C6561.


Opacity

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

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

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

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

This text has shadow with #4C6561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6561 on black background.


Color preview on white background

This text has color #4C6561 on white background.



Black color preview on #4C6561 background

This text has black color on #4C6561 background.


White color preview on #4C6561 background

This text has white color on #4C6561 background.