COLOR #4DA368

HEX: #4DA368
RGB: (77,163,104)

Color info

#4DA368 contains mainly green and blue colors. Web safe color of #4DA368 is #339966 (or #396).

RGB color model

#4DA368 color RGB value is (77,163,104).

  • red value is 77;
  • green value is 163;
  • blue value is 104.
RGB:
(77,163,104)
(30%,64%,41%)

RGB channels and saturation

R 77 of 255 = 30%
G 163 of 255 = 64%
B 104 of 255 = 41%

77
163
104

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

Portions of RGB colors in percentages

R + G + B =
77 + 163 + 104 = 344 (100%)
R 77 of 344 ~ 22.38%
G 163 of 344 ~ 47.38%
B 104 of 344 ~ 30.23%

%22.38
%47.38
%30.23

CMYK color model

#4DA368 color CMYK value is (53,0,36,36).

  • cyan value is 52.76%
  • magenta value is 0.00%
  • yellow value is 36.20%
  • key color value is 36.08%
CMYK:
(53,0,36,36)
C53M0Y36K36 
(53%,0%,36%,36%)
(0.53/0.00/0.36/0.36)	

CMYK percentages

%52.76
%0
%36.2
%36.08

Codes

Color #4DA368 in popluar color models

4DA368
RGB77163104
HSL139°35.83%47.06%
HSB/HSV139°52.76%63.92%
CMYK52.76%0.00%36.20%
36.08%

Color #4DA368 in popluar number systems.

HEX4DA368
Decimal77163104
Binary1001101101000111101000
Octal115243150

Shades and tints

Shades of #4DA368

#4DA368
(77,163,104)
#46955F
(70,149,95)
#3F8756
(63,135,86)
#38794D
(56,121,77)
#316B44
(49,107,68)
#2A5D3B
(42,93,59)
#234F32
(35,79,50)
#1C4129
(28,65,41)
#153320
(21,51,32)
#0E2517
(14,37,23)
#07170E
(7,23,14)
#000000
(0,0,0)

Tints of #4DA368

#4DA368
(77,163,104)
#5DAB75
(93,171,117)
#6DB382
(109,179,130)
#7DBB8F
(125,187,143)
#8DC39C
(141,195,156)
#9DCBA9
(157,203,169)
#ADD3B6
(173,211,182)
#BDDBC3
(189,219,195)
#CDE3D0
(205,227,208)
#DDEBDD
(221,235,221)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DA368 color. Also use rgb(77,163,104) instead hex code.

Text Font Color

.myTextColor { color: #4DA368; }

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

This text font color is #4DA368.


Background Color

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

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

This div background color is #4DA368.


Border color

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

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

This div border color is #4DA368.


Opacity

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

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

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

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

This text has shadow with #4DA368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DA368 on black background.


Color preview on white background

This text has color #4DA368 on white background.



Black color preview on #4DA368 background

This text has black color on #4DA368 background.


White color preview on #4DA368 background

This text has white color on #4DA368 background.