COLOR #4D8F88

HEX: #4D8F88
RGB: (77,143,136)

Color info

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

RGB color model

#4D8F88 color RGB value is (77,143,136).

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

RGB channels and saturation

R 77 of 255 = 30%
G 143 of 255 = 56%
B 136 of 255 = 53%

77
143
136

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

Portions of RGB colors in percentages

R + G + B =
77 + 143 + 136 = 356 (100%)
R 77 of 356 ~ 21.63%
G 143 of 356 ~ 40.17%
B 136 of 356 ~ 38.2%

%21.63
%40.17
%38.2

CMYK color model

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

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 43.92%
CMYK:
(46,0,5,44)
C46M0Y5K44 
(46%,0%,5%,44%)
(0.46/0.00/0.05/0.44)	

CMYK percentages

%46.15
%0
%4.9
%43.92

Codes

Color #4D8F88 in popluar color models

4D8F88
RGB77143136
HSL174°30.00%43.14%
HSB/HSV174°46.15%56.08%
CMYK46.15%0.00%4.90%
43.92%

Color #4D8F88 in popluar number systems.

HEX4D8F88
Decimal77143136
Binary10011011000111110001000
Octal115217210

Shades and tints

Shades of #4D8F88

#4D8F88
(77,143,136)
#46827C
(70,130,124)
#3F7570
(63,117,112)
#386864
(56,104,100)
#315B58
(49,91,88)
#2A4E4C
(42,78,76)
#234140
(35,65,64)
#1C3434
(28,52,52)
#152728
(21,39,40)
#0E1A1C
(14,26,28)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #4D8F88

#4D8F88
(77,143,136)
#5D9992
(93,153,146)
#6DA39C
(109,163,156)
#7DADA6
(125,173,166)
#8DB7B0
(141,183,176)
#9DC1BA
(157,193,186)
#ADCBC4
(173,203,196)
#BDD5CE
(189,213,206)
#CDDFD8
(205,223,216)
#DDE9E2
(221,233,226)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8F88; }

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

This text font color is #4D8F88.


Background Color

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

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

This div background color is #4D8F88.


Border color

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

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

This div border color is #4D8F88.


Opacity

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

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

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

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

This text has shadow with #4D8F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8F88 on black background.


Color preview on white background

This text has color #4D8F88 on white background.



Black color preview on #4D8F88 background

This text has black color on #4D8F88 background.


White color preview on #4D8F88 background

This text has white color on #4D8F88 background.