COLOR #4D9093

HEX: #4D9093
RGB: (77,144,147)

Color info

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

RGB color model

#4D9093 color RGB value is (77,144,147).

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

RGB channels and saturation

R 77 of 255 = 30%
G 144 of 255 = 56%
B 147 of 255 = 58%

77
144
147

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

Portions of RGB colors in percentages

R + G + B =
77 + 144 + 147 = 368 (100%)
R 77 of 368 ~ 20.92%
G 144 of 368 ~ 39.13%
B 147 of 368 ~ 39.95%

%20.92
%39.13
%39.95

CMYK color model

#4D9093 color CMYK value is (48,2,0,42).

  • cyan value is 47.62%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(48,2,0,42)
C48M2Y0K42 
(48%,2%,0%,42%)
(0.48/0.02/0.00/0.42)	

CMYK percentages

%47.62
%2.04
%0
%42.35

Codes

Color #4D9093 in popluar color models

4D9093
RGB77144147
HSL183°31.25%43.92%
HSB/HSV183°47.62%57.65%
CMYK47.62%2.04%0.00%
42.35%

Color #4D9093 in popluar number systems.

HEX4D9093
Decimal77144147
Binary10011011001000010010011
Octal115220223

Shades and tints

Shades of #4D9093

#4D9093
(77,144,147)
#468386
(70,131,134)
#3F7679
(63,118,121)
#38696C
(56,105,108)
#315C5F
(49,92,95)
#2A4F52
(42,79,82)
#234245
(35,66,69)
#1C3538
(28,53,56)
#15282B
(21,40,43)
#0E1B1E
(14,27,30)
#070E11
(7,14,17)
#000000
(0,0,0)

Tints of #4D9093

#4D9093
(77,144,147)
#5D9A9C
(93,154,156)
#6DA4A5
(109,164,165)
#7DAEAE
(125,174,174)
#8DB8B7
(141,184,183)
#9DC2C0
(157,194,192)
#ADCCC9
(173,204,201)
#BDD6D2
(189,214,210)
#CDE0DB
(205,224,219)
#DDEAE4
(221,234,228)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9093; }

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

This text font color is #4D9093.


Background Color

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

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

This div background color is #4D9093.


Border color

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

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

This div border color is #4D9093.


Opacity

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

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

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

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

This text has shadow with #4D9093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9093 on black background.


Color preview on white background

This text has color #4D9093 on white background.



Black color preview on #4D9093 background

This text has black color on #4D9093 background.


White color preview on #4D9093 background

This text has white color on #4D9093 background.