COLOR #4DA292

HEX: #4DA292 RGB: (77,162,146)

Color info

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

RGB color model

#4DA292 color RGB value is (77,162,146).

RGB: (77,162,146) (30%, 64%, 57%)

RGB channels and saturation

R 77 of 255 = 30%
G 162 of 255 = 64%
B 146 of 255 = 57%

77
162
146

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

Portions of RGB colors in percentages

R + G + B = 77 + 162 + 146 = 385 (100%)
R 77 of 385 ~ 20%
G 162 of 385 ~ 42.08%
B 146 of 385 ~ 37.92'%

%20
%42.08
%37.92

CMYK color model

#4DA292 color CMYK value is (52,0,10,36).

  • cyan value is 52.47%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 36.47%
CMYK: (52,0,10,36) C52M0Y10K36 (52%,0%,10%,36%) (0.52/0.00/0.10/0.36) 

CMYK percentages

%52.47
%0
%9.88
%36.47

Codes

Color #4DA292 in popluar color models

4D A2 92
RGB 77 162 146
HSL 169° 35.56% 46.86%
HSB/HSV 169° 52.47% 63.53%
CMYK 52.47% 0.00% 9.88%
36.47%

Color #4DA292 in popluar number systems.

HEX 4D A2 92
Decimal 77 162 146
Binary 1001101 10100010 10010010
Octal 115 242 222

Shades and tints

Shades of #4DA292

#4DA292
(77,162,146)
#469485
(70,148,133)
#3F8678
(63,134,120)
#38786B
(56,120,107)
#316A5E
(49,106,94)
#2A5C51
(42,92,81)
#234E44
(35,78,68)
#1C4037
(28,64,55)
#15322A
(21,50,42)
#0E241D
(14,36,29)
#071610
(7,22,16)
#000000
(0,0,0)

Tints of #4DA292

#4DA292
(77,162,146)
#5DAA9B
(93,170,155)
#6DB2A4
(109,178,164)
#7DBAAD
(125,186,173)
#8DC2B6
(141,194,182)
#9DCABF
(157,202,191)
#ADD2C8
(173,210,200)
#BDDAD1
(189,218,209)
#CDE2DA
(205,226,218)
#DDEAE3
(221,234,227)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA292 color. Also use rgb(77,162,146) instead hex code.

Text Font Color

.myTextColor { color: #4DA292; }

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

This text font color is #4DA292.

Background Color

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

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

This div background color is #4DA292.

Border color

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

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

This div border color is #4DA292.

Opacity

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

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

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

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

This text has shadow with #4DA292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DA292.

Preview

Color preview on black background

This text has color #4DA292 on black background.


Color preview on white background

This text has color #4DA292 on white background.


Black color preview on #4DA292 background

This text has black color on #4DA292 background.


White color preview on #4DA292 background

This text has white color on #4DA292 background.


Related colors

Complementary color

Complementary color for #hex is #B25D6D.


I love getcolorcode.com

Triadic colors

1 #924DA2 and #A2924D with #4DA292 are triadic colors.

2 #92A24D and #A24D92 with #4DA292 are triadic colors.