COLOR #4D9484

HEX: #4D9484
RGB: (77,148,132)

Color info

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

RGB color model

#4D9484 color RGB value is (77,148,132).

  • red value is 77;
  • green value is 148;
  • blue value is 132.
RGB:
(77,148,132)
(30%,58%,52%)

RGB channels and saturation

R 77 of 255 = 30%
G 148 of 255 = 58%
B 132 of 255 = 52%

77
148
132

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

Portions of RGB colors in percentages

R + G + B =
77 + 148 + 132 = 357 (100%)
R 77 of 357 ~ 21.57%
G 148 of 357 ~ 41.46%
B 132 of 357 ~ 36.97%

%21.57
%41.46
%36.97

CMYK color model

#4D9484 color CMYK value is (48,0,11,42).

  • cyan value is 47.97%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 41.96%
CMYK:
(48,0,11,42)
C48M0Y11K42 
(48%,0%,11%,42%)
(0.48/0.00/0.11/0.42)	

CMYK percentages

%47.97
%0
%10.81
%41.96

Codes

Color #4D9484 in popluar color models

4D9484
RGB77148132
HSL166°31.56%44.12%
HSB/HSV166°47.97%58.04%
CMYK47.97%0.00%10.81%
41.96%

Color #4D9484 in popluar number systems.

HEX4D9484
Decimal77148132
Binary10011011001010010000100
Octal115224204

Shades and tints

Shades of #4D9484

#4D9484
(77,148,132)
#468778
(70,135,120)
#3F7A6C
(63,122,108)
#386D60
(56,109,96)
#316054
(49,96,84)
#2A5348
(42,83,72)
#23463C
(35,70,60)
#1C3930
(28,57,48)
#152C24
(21,44,36)
#0E1F18
(14,31,24)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #4D9484

#4D9484
(77,148,132)
#5D9D8F
(93,157,143)
#6DA69A
(109,166,154)
#7DAFA5
(125,175,165)
#8DB8B0
(141,184,176)
#9DC1BB
(157,193,187)
#ADCAC6
(173,202,198)
#BDD3D1
(189,211,209)
#CDDCDC
(205,220,220)
#DDE5E7
(221,229,231)
#EDEEF2
(237,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9484 color. Also use rgb(77,148,132) instead hex code.

Text Font Color

.myTextColor { color: #4D9484; }

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

This text font color is #4D9484.


Background Color

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

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

This div background color is #4D9484.


Border color

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

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

This div border color is #4D9484.


Opacity

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

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

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

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

This text has shadow with #4D9484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9484 on black background.


Color preview on white background

This text has color #4D9484 on white background.



Black color preview on #4D9484 background

This text has black color on #4D9484 background.


White color preview on #4D9484 background

This text has white color on #4D9484 background.