COLOR #4C7579

HEX: #4C7579
RGB: (76,117,121)

Color info

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

RGB color model

#4C7579 color RGB value is (76,117,121).

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

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 121 of 255 = 47%

76
117
121

R + G + B ~ 41%. #4C7579 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 117 + 121 = 314 (100%)
R 76 of 314 ~ 24.2%
G 117 of 314 ~ 37.26%
B 121 of 314 ~ 38.54%

%24.2
%37.26
%38.54

CMYK color model

#4C7579 color CMYK value is (37,3,0,53).

  • cyan value is 37.19%
  • magenta value is 3.31%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(37,3,0,53)
C37M3Y0K53 
(37%,3%,0%,53%)
(0.37/0.03/0.00/0.53)	

CMYK percentages

%37.19
%3.31
%0
%52.55

Codes

Color #4C7579 in popluar color models

4C7579
RGB76117121
HSL185°22.84%38.63%
HSB/HSV185°37.19%47.45%
CMYK37.19%3.31%0.00%
52.55%

Color #4C7579 in popluar number systems.

HEX4C7579
Decimal76117121
Binary100110011101011111001
Octal114165171

Shades and tints

Shades of #4C7579

#4C7579
(76,117,121)
#466B6E
(70,107,110)
#406163
(64,97,99)
#3A5758
(58,87,88)
#344D4D
(52,77,77)
#2E4342
(46,67,66)
#283937
(40,57,55)
#222F2C
(34,47,44)
#1C2521
(28,37,33)
#161B16
(22,27,22)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #4C7579

#4C7579
(76,117,121)
#5C8185
(92,129,133)
#6C8D91
(108,141,145)
#7C999D
(124,153,157)
#8CA5A9
(140,165,169)
#9CB1B5
(156,177,181)
#ACBDC1
(172,189,193)
#BCC9CD
(188,201,205)
#CCD5D9
(204,213,217)
#DCE1E5
(220,225,229)
#ECEDF1
(236,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7579; }

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

This text font color is #4C7579.


Background Color

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

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

This div background color is #4C7579.


Border color

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

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

This div border color is #4C7579.


Opacity

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

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

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

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

This text has shadow with #4C7579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7579 on black background.


Color preview on white background

This text has color #4C7579 on white background.



Black color preview on #4C7579 background

This text has black color on #4C7579 background.


White color preview on #4C7579 background

This text has white color on #4C7579 background.