COLOR #4D8093

HEX: #4D8093
RGB: (77,128,147)

Color info

#4D8093 contains mainly green and blue colors. Web safe color of #4D8093 is #336699 (or #369).

RGB color model

#4D8093 color RGB value is (77,128,147).

  • red value is 77;
  • green value is 128;
  • blue value is 147.
RGB:
(77,128,147)
(30%,50%,58%)

RGB channels and saturation

R 77 of 255 = 30%
G 128 of 255 = 50%
B 147 of 255 = 58%

77
128
147

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

Portions of RGB colors in percentages

R + G + B =
77 + 128 + 147 = 352 (100%)
R 77 of 352 ~ 21.88%
G 128 of 352 ~ 36.36%
B 147 of 352 ~ 41.76%

%21.88
%36.36
%41.76

CMYK color model

#4D8093 color CMYK value is (48,13,0,42).

  • cyan value is 47.62%
  • magenta value is 12.93%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(48,13,0,42)
C48M13Y0K42 
(48%,13%,0%,42%)
(0.48/0.13/0.00/0.42)	

CMYK percentages

%47.62
%12.93
%0
%42.35

Codes

Color #4D8093 in popluar color models

4D8093
RGB77128147
HSL196°31.25%43.92%
HSB/HSV196°47.62%57.65%
CMYK47.62%12.93%0.00%
42.35%

Color #4D8093 in popluar number systems.

HEX4D8093
Decimal77128147
Binary10011011000000010010011
Octal115200223

Shades and tints

Shades of #4D8093

#4D8093
(77,128,147)
#467586
(70,117,134)
#3F6A79
(63,106,121)
#385F6C
(56,95,108)
#31545F
(49,84,95)
#2A4952
(42,73,82)
#233E45
(35,62,69)
#1C3338
(28,51,56)
#15282B
(21,40,43)
#0E1D1E
(14,29,30)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #4D8093

#4D8093
(77,128,147)
#5D8B9C
(93,139,156)
#6D96A5
(109,150,165)
#7DA1AE
(125,161,174)
#8DACB7
(141,172,183)
#9DB7C0
(157,183,192)
#ADC2C9
(173,194,201)
#BDCDD2
(189,205,210)
#CDD8DB
(205,216,219)
#DDE3E4
(221,227,228)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8093 color. Also use rgb(77,128,147) instead hex code.

Text Font Color

.myTextColor { color: #4D8093; }

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

This text font color is #4D8093.


Background Color

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

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

This div background color is #4D8093.


Border color

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

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

This div border color is #4D8093.


Opacity

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

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

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

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

This text has shadow with #4D8093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8093 on black background.


Color preview on white background

This text has color #4D8093 on white background.



Black color preview on #4D8093 background

This text has black color on #4D8093 background.


White color preview on #4D8093 background

This text has white color on #4D8093 background.