COLOR #4C8984

HEX: #4C8984
RGB: (76,137,132)

Color info

#4C8984 contains mainly green and blue colors. Web safe color of #4C8984 is #339999 (or #399).

RGB color model

#4C8984 color RGB value is (76,137,132).

  • red value is 76;
  • green value is 137;
  • blue value is 132.
RGB:
(76,137,132)
(30%,54%,52%)

RGB channels and saturation

R 76 of 255 = 30%
G 137 of 255 = 54%
B 132 of 255 = 52%

76
137
132

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

Portions of RGB colors in percentages

R + G + B =
76 + 137 + 132 = 345 (100%)
R 76 of 345 ~ 22.03%
G 137 of 345 ~ 39.71%
B 132 of 345 ~ 38.26%

%22.03
%39.71
%38.26

CMYK color model

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

  • cyan value is 44.53%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 46.27%
CMYK:
(45,0,4,46)
C45M0Y4K46 
(45%,0%,4%,46%)
(0.45/0.00/0.04/0.46)	

CMYK percentages

%44.53
%0
%3.65
%46.27

Codes

Color #4C8984 in popluar color models

4C8984
RGB76137132
HSL175°28.64%41.76%
HSB/HSV175°44.53%53.73%
CMYK44.53%0.00%3.65%
46.27%

Color #4C8984 in popluar number systems.

HEX4C8984
Decimal76137132
Binary10011001000100110000100
Octal114211204

Shades and tints

Shades of #4C8984

#4C8984
(76,137,132)
#467D78
(70,125,120)
#40716C
(64,113,108)
#3A6560
(58,101,96)
#345954
(52,89,84)
#2E4D48
(46,77,72)
#28413C
(40,65,60)
#223530
(34,53,48)
#1C2924
(28,41,36)
#161D18
(22,29,24)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #4C8984

#4C8984
(76,137,132)
#5C938F
(92,147,143)
#6C9D9A
(108,157,154)
#7CA7A5
(124,167,165)
#8CB1B0
(140,177,176)
#9CBBBB
(156,187,187)
#ACC5C6
(172,197,198)
#BCCFD1
(188,207,209)
#CCD9DC
(204,217,220)
#DCE3E7
(220,227,231)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8984 color. Also use rgb(76,137,132) instead hex code.

Text Font Color

.myTextColor { color: #4C8984; }

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

This text font color is #4C8984.


Background Color

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

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

This div background color is #4C8984.


Border color

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

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

This div border color is #4C8984.


Opacity

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

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

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

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

This text has shadow with #4C8984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8984 on black background.


Color preview on white background

This text has color #4C8984 on white background.



Black color preview on #4C8984 background

This text has black color on #4C8984 background.


White color preview on #4C8984 background

This text has white color on #4C8984 background.