COLOR #4D8694

HEX: #4D8694
RGB: (77,134,148)

Color info

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

RGB color model

#4D8694 color RGB value is (77,134,148).

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

RGB channels and saturation

R 77 of 255 = 30%
G 134 of 255 = 53%
B 148 of 255 = 58%

77
134
148

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

Portions of RGB colors in percentages

R + G + B =
77 + 134 + 148 = 359 (100%)
R 77 of 359 ~ 21.45%
G 134 of 359 ~ 37.33%
B 148 of 359 ~ 41.23%

%21.45
%37.33
%41.23

CMYK color model

#4D8694 color CMYK value is (48,9,0,42).

  • cyan value is 47.97%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(48,9,0,42)
C48M9Y0K42 
(48%,9%,0%,42%)
(0.48/0.09/0.00/0.42)	

CMYK percentages

%47.97
%9.46
%0
%41.96

Codes

Color #4D8694 in popluar color models

4D8694
RGB77134148
HSL192°31.56%44.12%
HSB/HSV192°47.97%58.04%
CMYK47.97%9.46%0.00%
41.96%

Color #4D8694 in popluar number systems.

HEX4D8694
Decimal77134148
Binary10011011000011010010100
Octal115206224

Shades and tints

Shades of #4D8694

#4D8694
(77,134,148)
#467A87
(70,122,135)
#3F6E7A
(63,110,122)
#38626D
(56,98,109)
#315660
(49,86,96)
#2A4A53
(42,74,83)
#233E46
(35,62,70)
#1C3239
(28,50,57)
#15262C
(21,38,44)
#0E1A1F
(14,26,31)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #4D8694

#4D8694
(77,134,148)
#5D919D
(93,145,157)
#6D9CA6
(109,156,166)
#7DA7AF
(125,167,175)
#8DB2B8
(141,178,184)
#9DBDC1
(157,189,193)
#ADC8CA
(173,200,202)
#BDD3D3
(189,211,211)
#CDDEDC
(205,222,220)
#DDE9E5
(221,233,229)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8694; }

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

This text font color is #4D8694.


Background Color

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

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

This div background color is #4D8694.


Border color

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

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

This div border color is #4D8694.


Opacity

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

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

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

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

This text has shadow with #4D8694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8694 on black background.


Color preview on white background

This text has color #4D8694 on white background.



Black color preview on #4D8694 background

This text has black color on #4D8694 background.


White color preview on #4D8694 background

This text has white color on #4D8694 background.