COLOR #4D9B92

HEX: #4D9B92
RGB: (77,155,146)

Color info

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

RGB color model

#4D9B92 color RGB value is (77,155,146).

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

RGB channels and saturation

R 77 of 255 = 30%
G 155 of 255 = 61%
B 146 of 255 = 57%

77
155
146

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

Portions of RGB colors in percentages

R + G + B =
77 + 155 + 146 = 378 (100%)
R 77 of 378 ~ 20.37%
G 155 of 378 ~ 41.01%
B 146 of 378 ~ 38.62%

%20.37
%41.01
%38.62

CMYK color model

#4D9B92 color CMYK value is (50,0,6,39).

  • cyan value is 50.32%
  • magenta value is 0.00%
  • yellow value is 5.81%
  • key color value is 39.22%
CMYK:
(50,0,6,39)
C50M0Y6K39 
(50%,0%,6%,39%)
(0.50/0.00/0.06/0.39)	

CMYK percentages

%50.32
%0
%5.81
%39.22

Codes

Color #4D9B92 in popluar color models

4D9B92
RGB77155146
HSL173°33.62%45.49%
HSB/HSV173°50.32%60.78%
CMYK50.32%0.00%5.81%
39.22%

Color #4D9B92 in popluar number systems.

HEX4D9B92
Decimal77155146
Binary10011011001101110010010
Octal115233222

Shades and tints

Shades of #4D9B92

#4D9B92
(77,155,146)
#468D85
(70,141,133)
#3F7F78
(63,127,120)
#38716B
(56,113,107)
#31635E
(49,99,94)
#2A5551
(42,85,81)
#234744
(35,71,68)
#1C3937
(28,57,55)
#152B2A
(21,43,42)
#0E1D1D
(14,29,29)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #4D9B92

#4D9B92
(77,155,146)
#5DA49B
(93,164,155)
#6DADA4
(109,173,164)
#7DB6AD
(125,182,173)
#8DBFB6
(141,191,182)
#9DC8BF
(157,200,191)
#ADD1C8
(173,209,200)
#BDDAD1
(189,218,209)
#CDE3DA
(205,227,218)
#DDECE3
(221,236,227)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9B92; }

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

This text font color is #4D9B92.


Background Color

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

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

This div background color is #4D9B92.


Border color

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

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

This div border color is #4D9B92.


Opacity

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

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

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

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

This text has shadow with #4D9B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9B92 on black background.


Color preview on white background

This text has color #4D9B92 on white background.



Black color preview on #4D9B92 background

This text has black color on #4D9B92 background.


White color preview on #4D9B92 background

This text has white color on #4D9B92 background.