COLOR #4C788C

HEX: #4C788C
RGB: (76,120,140)

Color info

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

RGB color model

#4C788C color RGB value is (76,120,140).

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

RGB channels and saturation

R 76 of 255 = 30%
G 120 of 255 = 47%
B 140 of 255 = 55%

76
120
140

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

Portions of RGB colors in percentages

R + G + B =
76 + 120 + 140 = 336 (100%)
R 76 of 336 ~ 22.62%
G 120 of 336 ~ 35.71%
B 140 of 336 ~ 41.67%

%22.62
%35.71
%41.67

CMYK color model

#4C788C color CMYK value is (46,14,0,45).

  • cyan value is 45.71%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(46,14,0,45)
C46M14Y0K45 
(46%,14%,0%,45%)
(0.46/0.14/0.00/0.45)	

CMYK percentages

%45.71
%14.29
%0
%45.1

Codes

Color #4C788C in popluar color models

4C788C
RGB76120140
HSL199°29.63%42.35%
HSB/HSV199°45.71%54.90%
CMYK45.71%14.29%0.00%
45.10%

Color #4C788C in popluar number systems.

HEX4C788C
Decimal76120140
Binary1001100111100010001100
Octal114170214

Shades and tints

Shades of #4C788C

#4C788C
(76,120,140)
#466E80
(70,110,128)
#406474
(64,100,116)
#3A5A68
(58,90,104)
#34505C
(52,80,92)
#2E4650
(46,70,80)
#283C44
(40,60,68)
#223238
(34,50,56)
#1C282C
(28,40,44)
#161E20
(22,30,32)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #4C788C

#4C788C
(76,120,140)
#5C8496
(92,132,150)
#6C90A0
(108,144,160)
#7C9CAA
(124,156,170)
#8CA8B4
(140,168,180)
#9CB4BE
(156,180,190)
#ACC0C8
(172,192,200)
#BCCCD2
(188,204,210)
#CCD8DC
(204,216,220)
#DCE4E6
(220,228,230)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C788C; }

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

This text font color is #4C788C.


Background Color

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

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

This div background color is #4C788C.


Border color

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

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

This div border color is #4C788C.


Opacity

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

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

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

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

This text has shadow with #4C788C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C788C on black background.


Color preview on white background

This text has color #4C788C on white background.



Black color preview on #4C788C background

This text has black color on #4C788C background.


White color preview on #4C788C background

This text has white color on #4C788C background.