COLOR #4D8E8E

HEX: #4D8E8E
RGB: (77,142,142)

Color info

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

RGB color model

#4D8E8E color RGB value is (77,142,142).

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

RGB channels and saturation

R 77 of 255 = 30%
G 142 of 255 = 56%
B 142 of 255 = 56%

77
142
142

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

Portions of RGB colors in percentages

R + G + B =
77 + 142 + 142 = 361 (100%)
R 77 of 361 ~ 21.33%
G 142 of 361 ~ 39.34%
B 142 of 361 ~ 39.34%

%21.33
%39.34
%39.34

CMYK color model

#4D8E8E color CMYK value is (46,0,0,44).

  • cyan value is 45.77%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(46,0,0,44)
C46M0Y0K44 
(46%,0%,0%,44%)
(0.46/0.00/0.00/0.44)	

CMYK percentages

%45.77
%0
%0
%44.31

Codes

Color #4D8E8E in popluar color models

4D8E8E
RGB77142142
HSL180°29.68%42.94%
HSB/HSV180°45.77%55.69%
CMYK45.77%0.00%0.00%
44.31%

Color #4D8E8E in popluar number systems.

HEX4D8E8E
Decimal77142142
Binary10011011000111010001110
Octal115216216

Shades and tints

Shades of #4D8E8E

#4D8E8E
(77,142,142)
#468282
(70,130,130)
#3F7676
(63,118,118)
#386A6A
(56,106,106)
#315E5E
(49,94,94)
#2A5252
(42,82,82)
#234646
(35,70,70)
#1C3A3A
(28,58,58)
#152E2E
(21,46,46)
#0E2222
(14,34,34)
#071616
(7,22,22)
#000000
(0,0,0)

Tints of #4D8E8E

#4D8E8E
(77,142,142)
#5D9898
(93,152,152)
#6DA2A2
(109,162,162)
#7DACAC
(125,172,172)
#8DB6B6
(141,182,182)
#9DC0C0
(157,192,192)
#ADCACA
(173,202,202)
#BDD4D4
(189,212,212)
#CDDEDE
(205,222,222)
#DDE8E8
(221,232,232)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8E8E; }

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

This text font color is #4D8E8E.


Background Color

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

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

This div background color is #4D8E8E.


Border color

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

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

This div border color is #4D8E8E.


Opacity

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

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

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

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

This text has shadow with #4D8E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8E8E on black background.


Color preview on white background

This text has color #4D8E8E on white background.



Black color preview on #4D8E8E background

This text has black color on #4D8E8E background.


White color preview on #4D8E8E background

This text has white color on #4D8E8E background.