COLOR #4DA051

HEX: #4DA051
RGB: (77,160,81)

Color info

#4DA051 contains mainly green color. Web safe color of #4DA051 is #339966 (or #396).

RGB color model

#4DA051 color RGB value is (77,160,81).

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

RGB channels and saturation

R 77 of 255 = 30%
G 160 of 255 = 63%
B 81 of 255 = 32%

77
160
81

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

Portions of RGB colors in percentages

R + G + B =
77 + 160 + 81 = 318 (100%)
R 77 of 318 ~ 24.21%
G 160 of 318 ~ 50.31%
B 81 of 318 ~ 25.47%

%24.21
%50.31
%25.47

CMYK color model

#4DA051 color CMYK value is (52,0,49,37).

  • cyan value is 51.88%
  • magenta value is 0.00%
  • yellow value is 49.38%
  • key color value is 37.25%
CMYK:
(52,0,49,37)
C52M0Y49K37 
(52%,0%,49%,37%)
(0.52/0.00/0.49/0.37)	

CMYK percentages

%51.88
%0
%49.38
%37.25

Codes

Color #4DA051 in popluar color models

4DA051
RGB7716081
HSL123°35.02%46.47%
HSB/HSV123°51.88%62.75%
CMYK51.88%0.00%49.38%
37.25%

Color #4DA051 in popluar number systems.

HEX4DA051
Decimal7716081
Binary1001101101000001010001
Octal115240121

Shades and tints

Shades of #4DA051

#4DA051
(77,160,81)
#46924A
(70,146,74)
#3F8443
(63,132,67)
#38763C
(56,118,60)
#316835
(49,104,53)
#2A5A2E
(42,90,46)
#234C27
(35,76,39)
#1C3E20
(28,62,32)
#153019
(21,48,25)
#0E2212
(14,34,18)
#07140B
(7,20,11)
#000000
(0,0,0)

Tints of #4DA051

#4DA051
(77,160,81)
#5DA860
(93,168,96)
#6DB06F
(109,176,111)
#7DB87E
(125,184,126)
#8DC08D
(141,192,141)
#9DC89C
(157,200,156)
#ADD0AB
(173,208,171)
#BDD8BA
(189,216,186)
#CDE0C9
(205,224,201)
#DDE8D8
(221,232,216)
#EDF0E7
(237,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DA051; }

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

This text font color is #4DA051.


Background Color

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

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

This div background color is #4DA051.


Border color

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

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

This div border color is #4DA051.


Opacity

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

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

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

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

This text has shadow with #4DA051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA051 on black background.


Color preview on white background

This text has color #4DA051 on white background.



Black color preview on #4DA051 background

This text has black color on #4DA051 background.


White color preview on #4DA051 background

This text has white color on #4DA051 background.