COLOR #4C7874

HEX: #4C7874
RGB: (76,120,116)

Color info

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

RGB color model

#4C7874 color RGB value is (76,120,116).

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

RGB channels and saturation

R 76 of 255 = 30%
G 120 of 255 = 47%
B 116 of 255 = 45%

76
120
116

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

Portions of RGB colors in percentages

R + G + B =
76 + 120 + 116 = 312 (100%)
R 76 of 312 ~ 24.36%
G 120 of 312 ~ 38.46%
B 116 of 312 ~ 37.18%

%24.36
%38.46
%37.18

CMYK color model

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

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(37,0,3,53)
C37M0Y3K53 
(37%,0%,3%,53%)
(0.37/0.00/0.03/0.53)	

CMYK percentages

%36.67
%0
%3.33
%52.94

Codes

Color #4C7874 in popluar color models

4C7874
RGB76120116
HSL175°22.45%38.43%
HSB/HSV175°36.67%47.06%
CMYK36.67%0.00%3.33%
52.94%

Color #4C7874 in popluar number systems.

HEX4C7874
Decimal76120116
Binary100110011110001110100
Octal114170164

Shades and tints

Shades of #4C7874

#4C7874
(76,120,116)
#466E6A
(70,110,106)
#406460
(64,100,96)
#3A5A56
(58,90,86)
#34504C
(52,80,76)
#2E4642
(46,70,66)
#283C38
(40,60,56)
#22322E
(34,50,46)
#1C2824
(28,40,36)
#161E1A
(22,30,26)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #4C7874

#4C7874
(76,120,116)
#5C8480
(92,132,128)
#6C908C
(108,144,140)
#7C9C98
(124,156,152)
#8CA8A4
(140,168,164)
#9CB4B0
(156,180,176)
#ACC0BC
(172,192,188)
#BCCCC8
(188,204,200)
#CCD8D4
(204,216,212)
#DCE4E0
(220,228,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C7874; }

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

This text font color is #4C7874.


Background Color

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

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

This div background color is #4C7874.


Border color

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

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

This div border color is #4C7874.


Opacity

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

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

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

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

This text has shadow with #4C7874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7874 on black background.


Color preview on white background

This text has color #4C7874 on white background.



Black color preview on #4C7874 background

This text has black color on #4C7874 background.


White color preview on #4C7874 background

This text has white color on #4C7874 background.