COLOR #4C9782

HEX: #4C9782
RGB: (76,151,130)

Color info

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

RGB color model

#4C9782 color RGB value is (76,151,130).

  • red value is 76;
  • green value is 151;
  • blue value is 130.
RGB:
(76,151,130)
(30%,59%,51%)

RGB channels and saturation

R 76 of 255 = 30%
G 151 of 255 = 59%
B 130 of 255 = 51%

76
151
130

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

Portions of RGB colors in percentages

R + G + B =
76 + 151 + 130 = 357 (100%)
R 76 of 357 ~ 21.29%
G 151 of 357 ~ 42.3%
B 130 of 357 ~ 36.41%

%21.29
%42.3
%36.41

CMYK color model

#4C9782 color CMYK value is (50,0,14,41).

  • cyan value is 49.67%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 40.78%
CMYK:
(50,0,14,41)
C50M0Y14K41 
(50%,0%,14%,41%)
(0.50/0.00/0.14/0.41)	

CMYK percentages

%49.67
%0
%13.91
%40.78

Codes

Color #4C9782 in popluar color models

4C9782
RGB76151130
HSL163°33.04%44.51%
HSB/HSV163°49.67%59.22%
CMYK49.67%0.00%13.91%
40.78%

Color #4C9782 in popluar number systems.

HEX4C9782
Decimal76151130
Binary10011001001011110000010
Octal114227202

Shades and tints

Shades of #4C9782

#4C9782
(76,151,130)
#468A77
(70,138,119)
#407D6C
(64,125,108)
#3A7061
(58,112,97)
#346356
(52,99,86)
#2E564B
(46,86,75)
#284940
(40,73,64)
#223C35
(34,60,53)
#1C2F2A
(28,47,42)
#16221F
(22,34,31)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #4C9782

#4C9782
(76,151,130)
#5CA08D
(92,160,141)
#6CA998
(108,169,152)
#7CB2A3
(124,178,163)
#8CBBAE
(140,187,174)
#9CC4B9
(156,196,185)
#ACCDC4
(172,205,196)
#BCD6CF
(188,214,207)
#CCDFDA
(204,223,218)
#DCE8E5
(220,232,229)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9782 color. Also use rgb(76,151,130) instead hex code.

Text Font Color

.myTextColor { color: #4C9782; }

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

This text font color is #4C9782.


Background Color

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

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

This div background color is #4C9782.


Border color

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

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

This div border color is #4C9782.


Opacity

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

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

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

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

This text has shadow with #4C9782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9782 on black background.


Color preview on white background

This text has color #4C9782 on white background.



Black color preview on #4C9782 background

This text has black color on #4C9782 background.


White color preview on #4C9782 background

This text has white color on #4C9782 background.