COLOR #4D9FA3

HEX: #4D9FA3
RGB: (77,159,163)

Color info

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

RGB color model

#4D9FA3 color RGB value is (77,159,163).

  • red value is 77;
  • green value is 159;
  • blue value is 163.
RGB:
(77,159,163)
(30%,62%,64%)

RGB channels and saturation

R 77 of 255 = 30%
G 159 of 255 = 62%
B 163 of 255 = 64%

77
159
163

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

Portions of RGB colors in percentages

R + G + B =
77 + 159 + 163 = 399 (100%)
R 77 of 399 ~ 19.3%
G 159 of 399 ~ 39.85%
B 163 of 399 ~ 40.85%

%19.3
%39.85
%40.85

CMYK color model

#4D9FA3 color CMYK value is (53,2,0,36).

  • cyan value is 52.76%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(53,2,0,36)
C53M2Y0K36 
(53%,2%,0%,36%)
(0.53/0.02/0.00/0.36)	

CMYK percentages

%52.76
%2.45
%0
%36.08

Codes

Color #4D9FA3 in popluar color models

4D9FA3
RGB77159163
HSL183°35.83%47.06%
HSB/HSV183°52.76%63.92%
CMYK52.76%2.45%0.00%
36.08%

Color #4D9FA3 in popluar number systems.

HEX4D9FA3
Decimal77159163
Binary10011011001111110100011
Octal115237243

Shades and tints

Shades of #4D9FA3

#4D9FA3
(77,159,163)
#469195
(70,145,149)
#3F8387
(63,131,135)
#387579
(56,117,121)
#31676B
(49,103,107)
#2A595D
(42,89,93)
#234B4F
(35,75,79)
#1C3D41
(28,61,65)
#152F33
(21,47,51)
#0E2125
(14,33,37)
#071317
(7,19,23)
#000000
(0,0,0)

Tints of #4D9FA3

#4D9FA3
(77,159,163)
#5DA7AB
(93,167,171)
#6DAFB3
(109,175,179)
#7DB7BB
(125,183,187)
#8DBFC3
(141,191,195)
#9DC7CB
(157,199,203)
#ADCFD3
(173,207,211)
#BDD7DB
(189,215,219)
#CDDFE3
(205,223,227)
#DDE7EB
(221,231,235)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9FA3 color. Also use rgb(77,159,163) instead hex code.

Text Font Color

.myTextColor { color: #4D9FA3; }

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

This text font color is #4D9FA3.


Background Color

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

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

This div background color is #4D9FA3.


Border color

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

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

This div border color is #4D9FA3.


Opacity

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

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

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

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

This text has shadow with #4D9FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9FA3 on black background.


Color preview on white background

This text has color #4D9FA3 on white background.



Black color preview on #4D9FA3 background

This text has black color on #4D9FA3 background.


White color preview on #4D9FA3 background

This text has white color on #4D9FA3 background.