COLOR #4C7C8C

HEX: #4C7C8C
RGB: (76,124,140)

Color info

#4C7C8C contains mainly green and blue colors. Web safe color of #4C7C8C is #336699 (or #369).

RGB color model

#4C7C8C color RGB value is (76,124,140).

  • red value is 76;
  • green value is 124;
  • blue value is 140.
RGB:
(76,124,140)
(30%,49%,55%)

RGB channels and saturation

R 76 of 255 = 30%
G 124 of 255 = 49%
B 140 of 255 = 55%

76
124
140

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

Portions of RGB colors in percentages

R + G + B =
76 + 124 + 140 = 340 (100%)
R 76 of 340 ~ 22.35%
G 124 of 340 ~ 36.47%
B 140 of 340 ~ 41.18%

%22.35
%36.47
%41.18

CMYK color model

#4C7C8C color CMYK value is (46,11,0,45).

  • cyan value is 45.71%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(46,11,0,45)
C46M11Y0K45 
(46%,11%,0%,45%)
(0.46/0.11/0.00/0.45)	

CMYK percentages

%45.71
%11.43
%0
%45.1

Codes

Color #4C7C8C in popluar color models

4C7C8C
RGB76124140
HSL195°29.63%42.35%
HSB/HSV195°45.71%54.90%
CMYK45.71%11.43%0.00%
45.10%

Color #4C7C8C in popluar number systems.

HEX4C7C8C
Decimal76124140
Binary1001100111110010001100
Octal114174214

Shades and tints

Shades of #4C7C8C

#4C7C8C
(76,124,140)
#467180
(70,113,128)
#406674
(64,102,116)
#3A5B68
(58,91,104)
#34505C
(52,80,92)
#2E4550
(46,69,80)
#283A44
(40,58,68)
#222F38
(34,47,56)
#1C242C
(28,36,44)
#161920
(22,25,32)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #4C7C8C

#4C7C8C
(76,124,140)
#5C8796
(92,135,150)
#6C92A0
(108,146,160)
#7C9DAA
(124,157,170)
#8CA8B4
(140,168,180)
#9CB3BE
(156,179,190)
#ACBEC8
(172,190,200)
#BCC9D2
(188,201,210)
#CCD4DC
(204,212,220)
#DCDFE6
(220,223,230)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7C8C color. Also use rgb(76,124,140) instead hex code.

Text Font Color

.myTextColor { color: #4C7C8C; }

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

This text font color is #4C7C8C.


Background Color

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

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

This div background color is #4C7C8C.


Border color

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

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

This div border color is #4C7C8C.


Opacity

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

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

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

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

This text has shadow with #4C7C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7C8C on black background.


Color preview on white background

This text has color #4C7C8C on white background.



Black color preview on #4C7C8C background

This text has black color on #4C7C8C background.


White color preview on #4C7C8C background

This text has white color on #4C7C8C background.