COLOR #4DAE91

HEX: #4DAE91 RGB: (77,174,145)

Color info

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

RGB color model

#4DAE91 color RGB value is (77,174,145).

RGB: (77,174,145) (30%, 68%, 57%)

RGB channels and saturation

R 77 of 255 = 30%
G 174 of 255 = 68%
B 145 of 255 = 57%

77
174
145

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

Portions of RGB colors in percentages

R + G + B = 77 + 174 + 145 = 396 (100%)
R 77 of 396 ~ 19.44%
G 174 of 396 ~ 43.94%
B 145 of 396 ~ 36.62'%

%19.44
%43.94
%36.62

CMYK color model

#4DAE91 color CMYK value is (56,0,17,32).

  • cyan value is 55.75%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 31.76%
CMYK: (56,0,17,32) C56M0Y17K32 (56%,0%,17%,32%) (0.56/0.00/0.17/0.32) 

CMYK percentages

%55.75
%0
%16.67
%31.76

Codes

Color #4DAE91 in popluar color models

4D AE 91
RGB 77 174 145
HSL 162° 38.65% 49.22%
HSB/HSV 162° 55.75% 68.24%
CMYK 55.75% 0.00% 16.67%
31.76%

Color #4DAE91 in popluar number systems.

HEX 4D AE 91
Decimal 77 174 145
Binary 1001101 10101110 10010001
Octal 115 256 221

Shades and tints

Shades of #4DAE91

#4DAE91
(77,174,145)
#469F84
(70,159,132)
#3F9077
(63,144,119)
#38816A
(56,129,106)
#31725D
(49,114,93)
#2A6350
(42,99,80)
#235443
(35,84,67)
#1C4536
(28,69,54)
#153629
(21,54,41)
#0E271C
(14,39,28)
#07180F
(7,24,15)
#000000
(0,0,0)

Tints of #4DAE91

#4DAE91
(77,174,145)
#5DB59B
(93,181,155)
#6DBCA5
(109,188,165)
#7DC3AF
(125,195,175)
#8DCAB9
(141,202,185)
#9DD1C3
(157,209,195)
#ADD8CD
(173,216,205)
#BDDFD7
(189,223,215)
#CDE6E1
(205,230,225)
#DDEDEB
(221,237,235)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DAE91 color. Also use rgb(77,174,145) instead hex code.

Text Font Color

.myTextColor { color: #4DAE91; }

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

This text font color is #4DAE91.

Background Color

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

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

This div background color is #4DAE91.

Border color

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

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

This div border color is #4DAE91.

Opacity

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

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

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

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

This text has shadow with #4DAE91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DAE91.

Preview

Color preview on black background

This text has color #4DAE91 on black background.


Color preview on white background

This text has color #4DAE91 on white background.


Black color preview on #4DAE91 background

This text has black color on #4DAE91 background.


White color preview on #4DAE91 background

This text has white color on #4DAE91 background.


Related colors

Complementary color

Complementary color for #hex is #B2516E.


I love getcolorcode.com

Triadic colors

1 #914DAE and #AE914D with #4DAE91 are triadic colors.

2 #91AE4D and #AE4D91 with #4DAE91 are triadic colors.