COLOR #4D9345

HEX: #4D9345
RGB: (77,147,69)

Color info

#4D9345 contains mainly green color. Web safe color of #4D9345 is #339933 (or #393).

RGB color model

#4D9345 color RGB value is (77,147,69).

  • red value is 77;
  • green value is 147;
  • blue value is 69.
RGB:
(77,147,69)
(30%,58%,27%)

RGB channels and saturation

R 77 of 255 = 30%
G 147 of 255 = 58%
B 69 of 255 = 27%

77
147
69

R + G + B ~ 38%. #4D9345 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 147 + 69 = 293 (100%)
R 77 of 293 ~ 26.28%
G 147 of 293 ~ 50.17%
B 69 of 293 ~ 23.55%

%26.28
%50.17
%23.55

CMYK color model

#4D9345 color CMYK value is (48,0,53,42).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 53.06%
  • key color value is 42.35%
CMYK:
(48,0,53,42)
C48M0Y53K42 
(48%,0%,53%,42%)
(0.48/0.00/0.53/0.42)	

CMYK percentages

%47.62
%0
%53.06
%42.35

Codes

Color #4D9345 in popluar color models

4D9345
RGB7714769
HSL114°36.11%42.35%
HSB/HSV114°53.06%57.65%
CMYK47.62%0.00%53.06%
42.35%

Color #4D9345 in popluar number systems.

HEX4D9345
Decimal7714769
Binary1001101100100111000101
Octal115223105

Shades and tints

Shades of #4D9345

#4D9345
(77,147,69)
#46863F
(70,134,63)
#3F7939
(63,121,57)
#386C33
(56,108,51)
#315F2D
(49,95,45)
#2A5227
(42,82,39)
#234521
(35,69,33)
#1C381B
(28,56,27)
#152B15
(21,43,21)
#0E1E0F
(14,30,15)
#071109
(7,17,9)
#000000
(0,0,0)

Tints of #4D9345

#4D9345
(77,147,69)
#5D9C55
(93,156,85)
#6DA565
(109,165,101)
#7DAE75
(125,174,117)
#8DB785
(141,183,133)
#9DC095
(157,192,149)
#ADC9A5
(173,201,165)
#BDD2B5
(189,210,181)
#CDDBC5
(205,219,197)
#DDE4D5
(221,228,213)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D9345 color. Also use rgb(77,147,69) instead hex code.

Text Font Color

.myTextColor { color: #4D9345; }

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

This text font color is #4D9345.


Background Color

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

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

This div background color is #4D9345.


Border color

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

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

This div border color is #4D9345.


Opacity

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

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

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

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

This text has shadow with #4D9345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9345 on black background.


Color preview on white background

This text has color #4D9345 on white background.



Black color preview on #4D9345 background

This text has black color on #4D9345 background.


White color preview on #4D9345 background

This text has white color on #4D9345 background.