COLOR #4C9790

HEX: #4C9790
RGB: (76,151,144)

Color info

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

RGB color model

#4C9790 color RGB value is (76,151,144).

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

RGB channels and saturation

R 76 of 255 = 30%
G 151 of 255 = 59%
B 144 of 255 = 56%

76
151
144

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

Portions of RGB colors in percentages

R + G + B =
76 + 151 + 144 = 371 (100%)
R 76 of 371 ~ 20.49%
G 151 of 371 ~ 40.7%
B 144 of 371 ~ 38.81%

%20.49
%40.7
%38.81

CMYK color model

#4C9790 color CMYK value is (50,0,5,41).

  • cyan value is 49.67%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 40.78%
CMYK:
(50,0,5,41)
C50M0Y5K41 
(50%,0%,5%,41%)
(0.50/0.00/0.05/0.41)	

CMYK percentages

%49.67
%0
%4.64
%40.78

Codes

Color #4C9790 in popluar color models

4C9790
RGB76151144
HSL174°33.04%44.51%
HSB/HSV174°49.67%59.22%
CMYK49.67%0.00%4.64%
40.78%

Color #4C9790 in popluar number systems.

HEX4C9790
Decimal76151144
Binary10011001001011110010000
Octal114227220

Shades and tints

Shades of #4C9790

#4C9790
(76,151,144)
#468A83
(70,138,131)
#407D76
(64,125,118)
#3A7069
(58,112,105)
#34635C
(52,99,92)
#2E564F
(46,86,79)
#284942
(40,73,66)
#223C35
(34,60,53)
#1C2F28
(28,47,40)
#16221B
(22,34,27)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #4C9790

#4C9790
(76,151,144)
#5CA09A
(92,160,154)
#6CA9A4
(108,169,164)
#7CB2AE
(124,178,174)
#8CBBB8
(140,187,184)
#9CC4C2
(156,196,194)
#ACCDCC
(172,205,204)
#BCD6D6
(188,214,214)
#CCDFE0
(204,223,224)
#DCE8EA
(220,232,234)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C9790; }

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

This text font color is #4C9790.


Background Color

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

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

This div background color is #4C9790.


Border color

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

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

This div border color is #4C9790.


Opacity

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

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

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

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

This text has shadow with #4C9790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9790 on black background.


Color preview on white background

This text has color #4C9790 on white background.



Black color preview on #4C9790 background

This text has black color on #4C9790 background.


White color preview on #4C9790 background

This text has white color on #4C9790 background.