COLOR #4C7565

HEX: #4C7565
RGB: (76,117,101)

Color info

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

RGB color model

#4C7565 color RGB value is (76,117,101).

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

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 101 of 255 = 40%

76
117
101

R + G + B ~ 39%. #4C7565 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 117 + 101 = 294 (100%)
R 76 of 294 ~ 25.85%
G 117 of 294 ~ 39.8%
B 101 of 294 ~ 34.35%

%25.85
%39.8
%34.35

CMYK color model

#4C7565 color CMYK value is (35,0,14,54).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 54.12%
CMYK:
(35,0,14,54)
C35M0Y14K54 
(35%,0%,14%,54%)
(0.35/0.00/0.14/0.54)	

CMYK percentages

%35.04
%0
%13.68
%54.12

Codes

Color #4C7565 in popluar color models

4C7565
RGB76117101
HSL157°21.24%37.84%
HSB/HSV157°35.04%45.88%
CMYK35.04%0.00%13.68%
54.12%

Color #4C7565 in popluar number systems.

HEX4C7565
Decimal76117101
Binary100110011101011100101
Octal114165145

Shades and tints

Shades of #4C7565

#4C7565
(76,117,101)
#466B5C
(70,107,92)
#406153
(64,97,83)
#3A574A
(58,87,74)
#344D41
(52,77,65)
#2E4338
(46,67,56)
#28392F
(40,57,47)
#222F26
(34,47,38)
#1C251D
(28,37,29)
#161B14
(22,27,20)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #4C7565

#4C7565
(76,117,101)
#5C8173
(92,129,115)
#6C8D81
(108,141,129)
#7C998F
(124,153,143)
#8CA59D
(140,165,157)
#9CB1AB
(156,177,171)
#ACBDB9
(172,189,185)
#BCC9C7
(188,201,199)
#CCD5D5
(204,213,213)
#DCE1E3
(220,225,227)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7565; }

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

This text font color is #4C7565.


Background Color

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

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

This div background color is #4C7565.


Border color

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

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

This div border color is #4C7565.


Opacity

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

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

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

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

This text has shadow with #4C7565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7565 on black background.


Color preview on white background

This text has color #4C7565 on white background.



Black color preview on #4C7565 background

This text has black color on #4C7565 background.


White color preview on #4C7565 background

This text has white color on #4C7565 background.