COLOR #4C6061

HEX: #4C6061
RGB: (76,96,97)

Color info

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

RGB color model

#4C6061 color RGB value is (76,96,97).

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

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 97 of 255 = 38%

76
96
97

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

Portions of RGB colors in percentages

R + G + B =
76 + 96 + 97 = 269 (100%)
R 76 of 269 ~ 28.25%
G 96 of 269 ~ 35.69%
B 97 of 269 ~ 36.06%

%28.25
%35.69
%36.06

CMYK color model

#4C6061 color CMYK value is (22,1,0,62).

  • cyan value is 21.65%
  • magenta value is 1.03%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(22,1,0,62)
C22M1Y0K62 
(22%,1%,0%,62%)
(0.22/0.01/0.00/0.62)	

CMYK percentages

%21.65
%1.03
%0
%61.96

Codes

Color #4C6061 in popluar color models

4C6061
RGB769697
HSL183°12.14%33.92%
HSB/HSV183°21.65%38.04%
CMYK21.65%1.03%0.00%
61.96%

Color #4C6061 in popluar number systems.

HEX4C6061
Decimal769697
Binary100110011000001100001
Octal114140141

Shades and tints

Shades of #4C6061

#4C6061
(76,96,97)
#465859
(70,88,89)
#405051
(64,80,81)
#3A4849
(58,72,73)
#344041
(52,64,65)
#2E3839
(46,56,57)
#283031
(40,48,49)
#222829
(34,40,41)
#1C2021
(28,32,33)
#161819
(22,24,25)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #4C6061

#4C6061
(76,96,97)
#5C6E6F
(92,110,111)
#6C7C7D
(108,124,125)
#7C8A8B
(124,138,139)
#8C9899
(140,152,153)
#9CA6A7
(156,166,167)
#ACB4B5
(172,180,181)
#BCC2C3
(188,194,195)
#CCD0D1
(204,208,209)
#DCDEDF
(220,222,223)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6061; }

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

This text font color is #4C6061.


Background Color

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

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

This div background color is #4C6061.


Border color

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

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

This div border color is #4C6061.


Opacity

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

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

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

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

This text has shadow with #4C6061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6061 on black background.


Color preview on white background

This text has color #4C6061 on white background.



Black color preview on #4C6061 background

This text has black color on #4C6061 background.


White color preview on #4C6061 background

This text has white color on #4C6061 background.