COLOR #4DA186

HEX: #4DA186
RGB: (77,161,134)

Color info

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

RGB color model

#4DA186 color RGB value is (77,161,134).

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

RGB channels and saturation

R 77 of 255 = 30%
G 161 of 255 = 63%
B 134 of 255 = 53%

77
161
134

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

Portions of RGB colors in percentages

R + G + B =
77 + 161 + 134 = 372 (100%)
R 77 of 372 ~ 20.7%
G 161 of 372 ~ 43.28%
B 134 of 372 ~ 36.02%

%20.7
%43.28
%36.02

CMYK color model

#4DA186 color CMYK value is (52,0,17,37).

  • cyan value is 52.17%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 36.86%
CMYK:
(52,0,17,37)
C52M0Y17K37 
(52%,0%,17%,37%)
(0.52/0.00/0.17/0.37)	

CMYK percentages

%52.17
%0
%16.77
%36.86

Codes

Color #4DA186 in popluar color models

4DA186
RGB77161134
HSL161°35.29%46.67%
HSB/HSV161°52.17%63.14%
CMYK52.17%0.00%16.77%
36.86%

Color #4DA186 in popluar number systems.

HEX4DA186
Decimal77161134
Binary10011011010000110000110
Octal115241206

Shades and tints

Shades of #4DA186

#4DA186
(77,161,134)
#46937A
(70,147,122)
#3F856E
(63,133,110)
#387762
(56,119,98)
#316956
(49,105,86)
#2A5B4A
(42,91,74)
#234D3E
(35,77,62)
#1C3F32
(28,63,50)
#153126
(21,49,38)
#0E231A
(14,35,26)
#07150E
(7,21,14)
#000000
(0,0,0)

Tints of #4DA186

#4DA186
(77,161,134)
#5DA991
(93,169,145)
#6DB19C
(109,177,156)
#7DB9A7
(125,185,167)
#8DC1B2
(141,193,178)
#9DC9BD
(157,201,189)
#ADD1C8
(173,209,200)
#BDD9D3
(189,217,211)
#CDE1DE
(205,225,222)
#DDE9E9
(221,233,233)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DA186; }

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

This text font color is #4DA186.


Background Color

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

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

This div background color is #4DA186.


Border color

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

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

This div border color is #4DA186.


Opacity

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

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

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

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

This text has shadow with #4DA186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA186 on black background.


Color preview on white background

This text has color #4DA186 on white background.



Black color preview on #4DA186 background

This text has black color on #4DA186 background.


White color preview on #4DA186 background

This text has white color on #4DA186 background.