COLOR #4D9C9C

HEX: #4D9C9C
RGB: (77,156,156)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
156
156

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

Portions of RGB colors in percentages

R + G + B =
77 + 156 + 156 = 389 (100%)
R 77 of 389 ~ 19.79%
G 156 of 389 ~ 40.1%
B 156 of 389 ~ 40.1%

%19.79
%40.1
%40.1

CMYK color model

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

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

CMYK percentages

%50.64
%0
%0
%38.82

Codes

Color #4D9C9C in popluar color models

4D9C9C
RGB77156156
HSL180°33.91%45.69%
HSB/HSV180°50.64%61.18%
CMYK50.64%0.00%0.00%
38.82%

Color #4D9C9C in popluar number systems.

HEX4D9C9C
Decimal77156156
Binary10011011001110010011100
Octal115234234

Shades and tints

Shades of #4D9C9C

#4D9C9C
(77,156,156)
#468E8E
(70,142,142)
#3F8080
(63,128,128)
#387272
(56,114,114)
#316464
(49,100,100)
#2A5656
(42,86,86)
#234848
(35,72,72)
#1C3A3A
(28,58,58)
#152C2C
(21,44,44)
#0E1E1E
(14,30,30)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #4D9C9C

#4D9C9C
(77,156,156)
#5DA5A5
(93,165,165)
#6DAEAE
(109,174,174)
#7DB7B7
(125,183,183)
#8DC0C0
(141,192,192)
#9DC9C9
(157,201,201)
#ADD2D2
(173,210,210)
#BDDBDB
(189,219,219)
#CDE4E4
(205,228,228)
#DDEDED
(221,237,237)
#EDF6F6
(237,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9C9C; }

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

This text font color is #4D9C9C.


Background Color

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

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

This div background color is #4D9C9C.


Border color

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

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

This div border color is #4D9C9C.


Opacity

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

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

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

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

This text has shadow with #4D9C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9C9C on black background.


Color preview on white background

This text has color #4D9C9C on white background.



Black color preview on #4D9C9C background

This text has black color on #4D9C9C background.


White color preview on #4D9C9C background

This text has white color on #4D9C9C background.