COLOR #4D9392

HEX: #4D9392
RGB: (77,147,146)

Color info

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

RGB color model

#4D9392 color RGB value is (77,147,146).

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

RGB channels and saturation

R 77 of 255 = 30%
G 147 of 255 = 58%
B 146 of 255 = 57%

77
147
146

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

Portions of RGB colors in percentages

R + G + B =
77 + 147 + 146 = 370 (100%)
R 77 of 370 ~ 20.81%
G 147 of 370 ~ 39.73%
B 146 of 370 ~ 39.46%

%20.81
%39.73
%39.46

CMYK color model

#4D9392 color CMYK value is (48,0,1,42).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 42.35%
CMYK:
(48,0,1,42)
C48M0Y1K42 
(48%,0%,1%,42%)
(0.48/0.00/0.01/0.42)	

CMYK percentages

%47.62
%0
%0.68
%42.35

Codes

Color #4D9392 in popluar color models

4D9392
RGB77147146
HSL179°31.25%43.92%
HSB/HSV179°47.62%57.65%
CMYK47.62%0.00%0.68%
42.35%

Color #4D9392 in popluar number systems.

HEX4D9392
Decimal77147146
Binary10011011001001110010010
Octal115223222

Shades and tints

Shades of #4D9392

#4D9392
(77,147,146)
#468685
(70,134,133)
#3F7978
(63,121,120)
#386C6B
(56,108,107)
#315F5E
(49,95,94)
#2A5251
(42,82,81)
#234544
(35,69,68)
#1C3837
(28,56,55)
#152B2A
(21,43,42)
#0E1E1D
(14,30,29)
#071110
(7,17,16)
#000000
(0,0,0)

Tints of #4D9392

#4D9392
(77,147,146)
#5D9C9B
(93,156,155)
#6DA5A4
(109,165,164)
#7DAEAD
(125,174,173)
#8DB7B6
(141,183,182)
#9DC0BF
(157,192,191)
#ADC9C8
(173,201,200)
#BDD2D1
(189,210,209)
#CDDBDA
(205,219,218)
#DDE4E3
(221,228,227)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9392; }

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

This text font color is #4D9392.


Background Color

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

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

This div background color is #4D9392.


Border color

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

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

This div border color is #4D9392.


Opacity

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

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

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

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

This text has shadow with #4D9392 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9392 on black background.


Color preview on white background

This text has color #4D9392 on white background.



Black color preview on #4D9392 background

This text has black color on #4D9392 background.


White color preview on #4D9392 background

This text has white color on #4D9392 background.