COLOR #4D8186

HEX: #4D8186
RGB: (77,129,134)

Color info

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

RGB color model

#4D8186 color RGB value is (77,129,134).

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

RGB channels and saturation

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

77
129
134

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

Portions of RGB colors in percentages

R + G + B =
77 + 129 + 134 = 340 (100%)
R 77 of 340 ~ 22.65%
G 129 of 340 ~ 37.94%
B 134 of 340 ~ 39.41%

%22.65
%37.94
%39.41

CMYK color model

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

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

CMYK percentages

%42.54
%3.73
%0
%47.45

Codes

Color #4D8186 in popluar color models

4D8186
RGB77129134
HSL185°27.01%41.37%
HSB/HSV185°42.54%52.55%
CMYK42.54%3.73%0.00%
47.45%

Color #4D8186 in popluar number systems.

HEX4D8186
Decimal77129134
Binary10011011000000110000110
Octal115201206

Shades and tints

Shades of #4D8186

#4D8186
(77,129,134)
#46767A
(70,118,122)
#3F6B6E
(63,107,110)
#386062
(56,96,98)
#315556
(49,85,86)
#2A4A4A
(42,74,74)
#233F3E
(35,63,62)
#1C3432
(28,52,50)
#152926
(21,41,38)
#0E1E1A
(14,30,26)
#07130E
(7,19,14)
#000000
(0,0,0)

Tints of #4D8186

#4D8186
(77,129,134)
#5D8C91
(93,140,145)
#6D979C
(109,151,156)
#7DA2A7
(125,162,167)
#8DADB2
(141,173,178)
#9DB8BD
(157,184,189)
#ADC3C8
(173,195,200)
#BDCED3
(189,206,211)
#CDD9DE
(205,217,222)
#DDE4E9
(221,228,233)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8186; }

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

This text font color is #4D8186.


Background Color

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

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

This div background color is #4D8186.


Border color

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

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

This div border color is #4D8186.


Opacity

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

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

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

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

This text has shadow with #4D8186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8186 on black background.


Color preview on white background

This text has color #4D8186 on white background.



Black color preview on #4D8186 background

This text has black color on #4D8186 background.


White color preview on #4D8186 background

This text has white color on #4D8186 background.