COLOR #4D9C93

HEX: #4D9C93
RGB: (77,156,147)

Color info

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

RGB color model

#4D9C93 color RGB value is (77,156,147).

  • red value is 77;
  • green value is 156;
  • blue value is 147.
RGB:
(77,156,147)
(30%,61%,58%)

RGB channels and saturation

R 77 of 255 = 30%
G 156 of 255 = 61%
B 147 of 255 = 58%

77
156
147

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

Portions of RGB colors in percentages

R + G + B =
77 + 156 + 147 = 380 (100%)
R 77 of 380 ~ 20.26%
G 156 of 380 ~ 41.05%
B 147 of 380 ~ 38.68%

%20.26
%41.05
%38.68

CMYK color model

#4D9C93 color CMYK value is (51,0,6,39).

  • cyan value is 50.64%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK:
(51,0,6,39)
C51M0Y6K39 
(51%,0%,6%,39%)
(0.51/0.00/0.06/0.39)	

CMYK percentages

%50.64
%0
%5.77
%38.82

Codes

Color #4D9C93 in popluar color models

4D9C93
RGB77156147
HSL173°33.91%45.69%
HSB/HSV173°50.64%61.18%
CMYK50.64%0.00%5.77%
38.82%

Color #4D9C93 in popluar number systems.

HEX4D9C93
Decimal77156147
Binary10011011001110010010011
Octal115234223

Shades and tints

Shades of #4D9C93

#4D9C93
(77,156,147)
#468E86
(70,142,134)
#3F8079
(63,128,121)
#38726C
(56,114,108)
#31645F
(49,100,95)
#2A5652
(42,86,82)
#234845
(35,72,69)
#1C3A38
(28,58,56)
#152C2B
(21,44,43)
#0E1E1E
(14,30,30)
#071011
(7,16,17)
#000000
(0,0,0)

Tints of #4D9C93

#4D9C93
(77,156,147)
#5DA59C
(93,165,156)
#6DAEA5
(109,174,165)
#7DB7AE
(125,183,174)
#8DC0B7
(141,192,183)
#9DC9C0
(157,201,192)
#ADD2C9
(173,210,201)
#BDDBD2
(189,219,210)
#CDE4DB
(205,228,219)
#DDEDE4
(221,237,228)
#EDF6ED
(237,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9C93 color. Also use rgb(77,156,147) instead hex code.

Text Font Color

.myTextColor { color: #4D9C93; }

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

This text font color is #4D9C93.


Background Color

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

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

This div background color is #4D9C93.


Border color

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

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

This div border color is #4D9C93.


Opacity

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

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

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

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

This text has shadow with #4D9C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9C93 on black background.


Color preview on white background

This text has color #4D9C93 on white background.



Black color preview on #4D9C93 background

This text has black color on #4D9C93 background.


White color preview on #4D9C93 background

This text has white color on #4D9C93 background.