COLOR #4D8395

HEX: #4D8395 RGB: (77,131,149)

Color info

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

RGB color model

#4D8395 color RGB value is (77,131,149).

RGB: (77,131,149) (30%, 51%, 58%)

RGB channels and saturation

R 77 of 255 = 30%
G 131 of 255 = 51%
B 149 of 255 = 58%

77
131
149

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

Portions of RGB colors in percentages

R + G + B = 77 + 131 + 149 = 357 (100%)
R 77 of 357 ~ 21.57%
G 131 of 357 ~ 36.69%
B 149 of 357 ~ 41.74'%

%21.57
%36.69
%41.74

CMYK color model

#4D8395 color CMYK value is (48,12,0,42).

  • cyan value is 48.32%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (48,12,0,42)
C48M12Y0K42 (48%, 12%, 0%, 42%)
(0.48 / 0.12 / 0.00 / 0.42)

CMYK percentages

%48.32
%12.08
%0
%41.57

Codes

Color #4D8395 in popluar color models

4D 83 95
RGB 77 131 149
HSL 195° 31.86% 44.31%
HSB/HSV 195° 48.32% 58.43%
CMYK 48.32% 12.08% 0.00%
41.57%

Color #4D8395 in popluar number systems.

HEX 4D 83 95
Decimal 77 131 149
Binary 1001101 10000011 10010101
Octal 115 203 225

Shades and tints

Shades of #4D8395

#4D8395
(77,131,149)
#467888
(70,120,136)
#3F6D7B
(63,109,123)
#38626E
(56,98,110)
#315761
(49,87,97)
#2A4C54
(42,76,84)
#234147
(35,65,71)
#1C363A
(28,54,58)
#152B2D
(21,43,45)
#0E2020
(14,32,32)
#071513
(7,21,19)
#000000
(0,0,0)

Tints of #4D8395

#4D8395
(77,131,149)
#5D8E9E
(93,142,158)
#6D99A7
(109,153,167)
#7DA4B0
(125,164,176)
#8DAFB9
(141,175,185)
#9DBAC2
(157,186,194)
#ADC5CB
(173,197,203)
#BDD0D4
(189,208,212)
#CDDBDD
(205,219,221)
#DDE6E6
(221,230,230)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8395; }

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

This text font color is #4D8395.

Background Color

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

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

This div background color is #4D8395.

Border color

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

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

This div border color is #4D8395.

Opacity

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

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

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

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

This text has shadow with #4D8395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8395.

Preview

Color preview on black background

This text has color #4D8395 on black background.


Color preview on white background

This text has color #4D8395 on white background.


Black color preview on #4D8395 background

This text has black color on #4D8395 background.


White color preview on #4D8395 background

This text has white color on #4D8395 background.


Related colors

Complementary color

Complementary color for #hex is #B27C6A.


I love getcolorcode.com

Triadic colors

1 #954D83 and #83954D with #4D8395 are triadic colors.

2 #95834D and #834D95 with #4D8395 are triadic colors.