COLOR #4D9892

HEX: #4D9892
RGB: (77,152,146)

Color info

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

RGB color model

#4D9892 color RGB value is (77,152,146).

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

RGB channels and saturation

R 77 of 255 = 30%
G 152 of 255 = 60%
B 146 of 255 = 57%

77
152
146

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

Portions of RGB colors in percentages

R + G + B =
77 + 152 + 146 = 375 (100%)
R 77 of 375 ~ 20.53%
G 152 of 375 ~ 40.53%
B 146 of 375 ~ 38.93%

%20.53
%40.53
%38.93

CMYK color model

#4D9892 color CMYK value is (49,0,4,40).

  • cyan value is 49.34%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 40.39%
CMYK:
(49,0,4,40)
C49M0Y4K40 
(49%,0%,4%,40%)
(0.49/0.00/0.04/0.40)	

CMYK percentages

%49.34
%0
%3.95
%40.39

Codes

Color #4D9892 in popluar color models

4D9892
RGB77152146
HSL175°32.75%44.90%
HSB/HSV175°49.34%59.61%
CMYK49.34%0.00%3.95%
40.39%

Color #4D9892 in popluar number systems.

HEX4D9892
Decimal77152146
Binary10011011001100010010010
Octal115230222

Shades and tints

Shades of #4D9892

#4D9892
(77,152,146)
#468B85
(70,139,133)
#3F7E78
(63,126,120)
#38716B
(56,113,107)
#31645E
(49,100,94)
#2A5751
(42,87,81)
#234A44
(35,74,68)
#1C3D37
(28,61,55)
#15302A
(21,48,42)
#0E231D
(14,35,29)
#071610
(7,22,16)
#000000
(0,0,0)

Tints of #4D9892

#4D9892
(77,152,146)
#5DA19B
(93,161,155)
#6DAAA4
(109,170,164)
#7DB3AD
(125,179,173)
#8DBCB6
(141,188,182)
#9DC5BF
(157,197,191)
#ADCEC8
(173,206,200)
#BDD7D1
(189,215,209)
#CDE0DA
(205,224,218)
#DDE9E3
(221,233,227)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9892; }

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

This text font color is #4D9892.


Background Color

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

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

This div background color is #4D9892.


Border color

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

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

This div border color is #4D9892.


Opacity

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

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

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

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

This text has shadow with #4D9892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9892 on black background.


Color preview on white background

This text has color #4D9892 on white background.



Black color preview on #4D9892 background

This text has black color on #4D9892 background.


White color preview on #4D9892 background

This text has white color on #4D9892 background.