COLOR #4D8187

HEX: #4D8187
RGB: (77,129,135)

Color info

#4D8187 contains red, green and blue colors in about the same proportion. Web safe color of #4D8187 is #339999 (or #399).

RGB color model

#4D8187 color RGB value is (77,129,135).

  • red value is 77;
  • green value is 129;
  • blue value is 135.
RGB:
(77,129,135)
(30%,51%,53%)

RGB channels and saturation

R 77 of 255 = 30%
G 129 of 255 = 51%
B 135 of 255 = 53%

77
129
135

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

Portions of RGB colors in percentages

R + G + B =
77 + 129 + 135 = 341 (100%)
R 77 of 341 ~ 22.58%
G 129 of 341 ~ 37.83%
B 135 of 341 ~ 39.59%

%22.58
%37.83
%39.59

CMYK color model

#4D8187 color CMYK value is (43,4,0,47).

  • cyan value is 42.96%
  • magenta value is 4.44%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(43,4,0,47)
C43M4Y0K47 
(43%,4%,0%,47%)
(0.43/0.04/0.00/0.47)	

CMYK percentages

%42.96
%4.44
%0
%47.06

Codes

Color #4D8187 in popluar color models

4D8187
RGB77129135
HSL186°27.36%41.57%
HSB/HSV186°42.96%52.94%
CMYK42.96%4.44%0.00%
47.06%

Color #4D8187 in popluar number systems.

HEX4D8187
Decimal77129135
Binary10011011000000110000111
Octal115201207

Shades and tints

Shades of #4D8187

#4D8187
(77,129,135)
#46767B
(70,118,123)
#3F6B6F
(63,107,111)
#386063
(56,96,99)
#315557
(49,85,87)
#2A4A4B
(42,74,75)
#233F3F
(35,63,63)
#1C3433
(28,52,51)
#152927
(21,41,39)
#0E1E1B
(14,30,27)
#07130F
(7,19,15)
#000000
(0,0,0)

Tints of #4D8187

#4D8187
(77,129,135)
#5D8C91
(93,140,145)
#6D979B
(109,151,155)
#7DA2A5
(125,162,165)
#8DADAF
(141,173,175)
#9DB8B9
(157,184,185)
#ADC3C3
(173,195,195)
#BDCECD
(189,206,205)
#CDD9D7
(205,217,215)
#DDE4E1
(221,228,225)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8187; }

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

This text font color is #4D8187.


Background Color

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

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

This div background color is #4D8187.


Border color

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

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

This div border color is #4D8187.


Opacity

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

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

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

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

This text has shadow with #4D8187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8187 on black background.


Color preview on white background

This text has color #4D8187 on white background.



Black color preview on #4D8187 background

This text has black color on #4D8187 background.


White color preview on #4D8187 background

This text has white color on #4D8187 background.