COLOR #4C7377

HEX: #4C7377 RGB: (76,115,119)

Color info

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

RGB color model

#4C7377 color RGB value is (76,115,119).

RGB: (76,115,119) (30%, 45%, 47%)

RGB channels and saturation

R 76 of 255 = 30%
G 115 of 255 = 45%
B 119 of 255 = 47%

76
115
119

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

Portions of RGB colors in percentages

R + G + B = 76 + 115 + 119 = 310 (100%)
R 76 of 310 ~ 24.52%
G 115 of 310 ~ 37.1%
B 119 of 310 ~ 38.39'%

%24.52
%37.1
%38.39

CMYK color model

#4C7377 color CMYK value is (36,3,0,53).

  • cyan value is 36.13%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (36,3,0,53)
C36M3Y0K53 (36%, 3%, 0%, 53%)
(0.36 / 0.03 / 0.00 / 0.53)

CMYK percentages

%36.13
%3.36
%0
%53.33

Codes

Color #4C7377 in popluar color models

4C 73 77
RGB 76 115 119
HSL 186° 22.05% 38.24%
HSB/HSV 186° 36.13% 46.67%
CMYK 36.13% 3.36% 0.00%
53.33%

Color #4C7377 in popluar number systems.

HEX 4C 73 77
Decimal 76 115 119
Binary 1001100 1110011 1110111
Octal 114 163 167

Shades and tints

Shades of #4C7377

#4C7377
(76,115,119)
#46696D
(70,105,109)
#405F63
(64,95,99)
#3A5559
(58,85,89)
#344B4F
(52,75,79)
#2E4145
(46,65,69)
#28373B
(40,55,59)
#222D31
(34,45,49)
#1C2327
(28,35,39)
#16191D
(22,25,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #4C7377

#4C7377
(76,115,119)
#5C7F83
(92,127,131)
#6C8B8F
(108,139,143)
#7C979B
(124,151,155)
#8CA3A7
(140,163,167)
#9CAFB3
(156,175,179)
#ACBBBF
(172,187,191)
#BCC7CB
(188,199,203)
#CCD3D7
(204,211,215)
#DCDFE3
(220,223,227)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7377 color. Also use rgb(76,115,119) instead hex code.

Text Font Color

.myTextColor { color: #4C7377; }

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

This text font color is #4C7377.

Background Color

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

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

This div background color is #4C7377.

Border color

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

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

This div border color is #4C7377.

Opacity

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

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

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

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

This text has shadow with #4C7377 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7377.

Preview

Color preview on black background

This text has color #4C7377 on black background.


Color preview on white background

This text has color #4C7377 on white background.


Black color preview on #4C7377 background

This text has black color on #4C7377 background.


White color preview on #4C7377 background

This text has white color on #4C7377 background.


Related colors

Complementary color

Complementary color for #hex is #B38C88.


I love getcolorcode.com

Triadic colors

1 #774C73 and #73774C with #4C7377 are triadic colors.

2 #77734C and #734C77 with #4C7377 are triadic colors.