COLOR #4DA095

HEX: #4DA095
RGB: (77,160,149)

Color info

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

RGB color model

#4DA095 color RGB value is (77,160,149).

  • red value is 77;
  • green value is 160;
  • blue value is 149.
RGB:
(77,160,149)
(30%,63%,58%)

RGB channels and saturation

R 77 of 255 = 30%
G 160 of 255 = 63%
B 149 of 255 = 58%

77
160
149

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

Portions of RGB colors in percentages

R + G + B =
77 + 160 + 149 = 386 (100%)
R 77 of 386 ~ 19.95%
G 160 of 386 ~ 41.45%
B 149 of 386 ~ 38.6%

%19.95
%41.45
%38.6

CMYK color model

#4DA095 color CMYK value is (52,0,7,37).

  • cyan value is 51.88%
  • magenta value is 0.00%
  • yellow value is 6.87%
  • key color value is 37.25%
CMYK:
(52,0,7,37)
C52M0Y7K37 
(52%,0%,7%,37%)
(0.52/0.00/0.07/0.37)	

CMYK percentages

%51.88
%0
%6.87
%37.25

Codes

Color #4DA095 in popluar color models

4DA095
RGB77160149
HSL172°35.02%46.47%
HSB/HSV172°51.88%62.75%
CMYK51.88%0.00%6.87%
37.25%

Color #4DA095 in popluar number systems.

HEX4DA095
Decimal77160149
Binary10011011010000010010101
Octal115240225

Shades and tints

Shades of #4DA095

#4DA095
(77,160,149)
#469288
(70,146,136)
#3F847B
(63,132,123)
#38766E
(56,118,110)
#316861
(49,104,97)
#2A5A54
(42,90,84)
#234C47
(35,76,71)
#1C3E3A
(28,62,58)
#15302D
(21,48,45)
#0E2220
(14,34,32)
#071413
(7,20,19)
#000000
(0,0,0)

Tints of #4DA095

#4DA095
(77,160,149)
#5DA89E
(93,168,158)
#6DB0A7
(109,176,167)
#7DB8B0
(125,184,176)
#8DC0B9
(141,192,185)
#9DC8C2
(157,200,194)
#ADD0CB
(173,208,203)
#BDD8D4
(189,216,212)
#CDE0DD
(205,224,221)
#DDE8E6
(221,232,230)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA095 color. Also use rgb(77,160,149) instead hex code.

Text Font Color

.myTextColor { color: #4DA095; }

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

This text font color is #4DA095.


Background Color

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

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

This div background color is #4DA095.


Border color

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

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

This div border color is #4DA095.


Opacity

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

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

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

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

This text has shadow with #4DA095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA095 on black background.


Color preview on white background

This text has color #4DA095 on white background.



Black color preview on #4DA095 background

This text has black color on #4DA095 background.


White color preview on #4DA095 background

This text has white color on #4DA095 background.