COLOR #4C7B78

HEX: #4C7B78
RGB: (76,123,120)

Color info

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

RGB color model

#4C7B78 color RGB value is (76,123,120).

  • red value is 76;
  • green value is 123;
  • blue value is 120.
RGB:
(76,123,120)
(30%,48%,47%)

RGB channels and saturation

R 76 of 255 = 30%
G 123 of 255 = 48%
B 120 of 255 = 47%

76
123
120

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

Portions of RGB colors in percentages

R + G + B =
76 + 123 + 120 = 319 (100%)
R 76 of 319 ~ 23.82%
G 123 of 319 ~ 38.56%
B 120 of 319 ~ 37.62%

%23.82
%38.56
%37.62

CMYK color model

#4C7B78 color CMYK value is (38,0,2,52).

  • cyan value is 38.21%
  • magenta value is 0.00%
  • yellow value is 2.44%
  • key color value is 51.76%
CMYK:
(38,0,2,52)
C38M0Y2K52 
(38%,0%,2%,52%)
(0.38/0.00/0.02/0.52)	

CMYK percentages

%38.21
%0
%2.44
%51.76

Codes

Color #4C7B78 in popluar color models

4C7B78
RGB76123120
HSL176°23.62%39.02%
HSB/HSV176°38.21%48.24%
CMYK38.21%0.00%2.44%
51.76%

Color #4C7B78 in popluar number systems.

HEX4C7B78
Decimal76123120
Binary100110011110111111000
Octal114173170

Shades and tints

Shades of #4C7B78

#4C7B78
(76,123,120)
#46706E
(70,112,110)
#406564
(64,101,100)
#3A5A5A
(58,90,90)
#344F50
(52,79,80)
#2E4446
(46,68,70)
#28393C
(40,57,60)
#222E32
(34,46,50)
#1C2328
(28,35,40)
#16181E
(22,24,30)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #4C7B78

#4C7B78
(76,123,120)
#5C8784
(92,135,132)
#6C9390
(108,147,144)
#7C9F9C
(124,159,156)
#8CABA8
(140,171,168)
#9CB7B4
(156,183,180)
#ACC3C0
(172,195,192)
#BCCFCC
(188,207,204)
#CCDBD8
(204,219,216)
#DCE7E4
(220,231,228)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7B78 color. Also use rgb(76,123,120) instead hex code.

Text Font Color

.myTextColor { color: #4C7B78; }

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

This text font color is #4C7B78.


Background Color

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

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

This div background color is #4C7B78.


Border color

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

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

This div border color is #4C7B78.


Opacity

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

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

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

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

This text has shadow with #4C7B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7B78 on black background.


Color preview on white background

This text has color #4C7B78 on white background.



Black color preview on #4C7B78 background

This text has black color on #4C7B78 background.


White color preview on #4C7B78 background

This text has white color on #4C7B78 background.