COLOR #4C7061

HEX: #4C7061
RGB: (76,112,97)

Color info

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

RGB color model

#4C7061 color RGB value is (76,112,97).

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

RGB channels and saturation

R 76 of 255 = 30%
G 112 of 255 = 44%
B 97 of 255 = 38%

76
112
97

R + G + B ~ 37%. #4C7061 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 112 + 97 = 285 (100%)
R 76 of 285 ~ 26.67%
G 112 of 285 ~ 39.3%
B 97 of 285 ~ 34.04%

%26.67
%39.3
%34.04

CMYK color model

#4C7061 color CMYK value is (32,0,13,56).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(32,0,13,56)
C32M0Y13K56 
(32%,0%,13%,56%)
(0.32/0.00/0.13/0.56)	

CMYK percentages

%32.14
%0
%13.39
%56.08

Codes

Color #4C7061 in popluar color models

4C7061
RGB7611297
HSL155°19.15%36.86%
HSB/HSV155°32.14%43.92%
CMYK32.14%0.00%13.39%
56.08%

Color #4C7061 in popluar number systems.

HEX4C7061
Decimal7611297
Binary100110011100001100001
Octal114160141

Shades and tints

Shades of #4C7061

#4C7061
(76,112,97)
#466659
(70,102,89)
#405C51
(64,92,81)
#3A5249
(58,82,73)
#344841
(52,72,65)
#2E3E39
(46,62,57)
#283431
(40,52,49)
#222A29
(34,42,41)
#1C2021
(28,32,33)
#161619
(22,22,25)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #4C7061

#4C7061
(76,112,97)
#5C7D6F
(92,125,111)
#6C8A7D
(108,138,125)
#7C978B
(124,151,139)
#8CA499
(140,164,153)
#9CB1A7
(156,177,167)
#ACBEB5
(172,190,181)
#BCCBC3
(188,203,195)
#CCD8D1
(204,216,209)
#DCE5DF
(220,229,223)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7061; }

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

This text font color is #4C7061.


Background Color

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

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

This div background color is #4C7061.


Border color

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

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

This div border color is #4C7061.


Opacity

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

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

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

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

This text has shadow with #4C7061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7061 on black background.


Color preview on white background

This text has color #4C7061 on white background.



Black color preview on #4C7061 background

This text has black color on #4C7061 background.


White color preview on #4C7061 background

This text has white color on #4C7061 background.