COLOR #4C7562

HEX: #4C7562
RGB: (76,117,98)

Color info

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

RGB color model

#4C7562 color RGB value is (76,117,98).

  • red value is 76;
  • green value is 117;
  • blue value is 98.
RGB:
(76,117,98)
(30%,46%,38%)

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 98 of 255 = 38%

76
117
98

R + G + B ~ 38%. #4C7562 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 117 + 98 = 291 (100%)
R 76 of 291 ~ 26.12%
G 117 of 291 ~ 40.21%
B 98 of 291 ~ 33.68%

%26.12
%40.21
%33.68

CMYK color model

#4C7562 color CMYK value is (35,0,16,54).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 16.24%
  • key color value is 54.12%
CMYK:
(35,0,16,54)
C35M0Y16K54 
(35%,0%,16%,54%)
(0.35/0.00/0.16/0.54)	

CMYK percentages

%35.04
%0
%16.24
%54.12

Codes

Color #4C7562 in popluar color models

4C7562
RGB7611798
HSL152°21.24%37.84%
HSB/HSV152°35.04%45.88%
CMYK35.04%0.00%16.24%
54.12%

Color #4C7562 in popluar number systems.

HEX4C7562
Decimal7611798
Binary100110011101011100010
Octal114165142

Shades and tints

Shades of #4C7562

#4C7562
(76,117,98)
#466B5A
(70,107,90)
#406152
(64,97,82)
#3A574A
(58,87,74)
#344D42
(52,77,66)
#2E433A
(46,67,58)
#283932
(40,57,50)
#222F2A
(34,47,42)
#1C2522
(28,37,34)
#161B1A
(22,27,26)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #4C7562

#4C7562
(76,117,98)
#5C8170
(92,129,112)
#6C8D7E
(108,141,126)
#7C998C
(124,153,140)
#8CA59A
(140,165,154)
#9CB1A8
(156,177,168)
#ACBDB6
(172,189,182)
#BCC9C4
(188,201,196)
#CCD5D2
(204,213,210)
#DCE1E0
(220,225,224)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7562 color. Also use rgb(76,117,98) instead hex code.

Text Font Color

.myTextColor { color: #4C7562; }

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

This text font color is #4C7562.


Background Color

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

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

This div background color is #4C7562.


Border color

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

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

This div border color is #4C7562.


Opacity

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

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

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

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

This text has shadow with #4C7562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7562 on black background.


Color preview on white background

This text has color #4C7562 on white background.



Black color preview on #4C7562 background

This text has black color on #4C7562 background.


White color preview on #4C7562 background

This text has white color on #4C7562 background.