COLOR #4D922C

HEX: #4D922C RGB: (77,146,44)

Color info

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

RGB color model

#4D922C color RGB value is (77,146,44).

RGB: (77,146,44) (30%, 57%, 17%)

RGB channels and saturation

R 77 of 255 = 30%
G 146 of 255 = 57%
B 44 of 255 = 17%

77
146
44

R + G + B ~ 35%. #4D922C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 146 + 44 = 267 (100%)
R 77 of 267 ~ 28.84%
G 146 of 267 ~ 54.68%
B 44 of 267 ~ 16.48'%

%28.84
%54.68
%16.48

CMYK color model

#4D922C color CMYK value is (47,0,70,43).

  • cyan value is 47.26%
  • magenta value is 0.00%
  • yellow value is 69.86%
  • key color value is 42.75%

CMYK: (47,0,70,43)
C47M0Y70K43 (47%, 0%, 70%, 43%)
(0.47 / 0.00 / 0.70 / 0.43)

CMYK percentages

%47.26
%0
%69.86
%42.75

Codes

Color #4D922C in popluar color models

4D 92 2C
RGB 77 146 44
HSL 101° 53.68% 37.25%
HSB/HSV 101° 69.86% 57.25%
CMYK 47.26% 0.00% 69.86%
42.75%

Color #4D922C in popluar number systems.

HEX 4D 92 2C
Decimal 77 146 44
Binary 1001101 10010010 101100
Octal 115 222 54

Shades and tints

Shades of #4D922C

#4D922C
(77,146,44)
#468528
(70,133,40)
#3F7824
(63,120,36)
#386B20
(56,107,32)
#315E1C
(49,94,28)
#2A5118
(42,81,24)
#234414
(35,68,20)
#1C3710
(28,55,16)
#152A0C
(21,42,12)
#0E1D08
(14,29,8)
#071004
(7,16,4)
#000000
(0,0,0)

Tints of #4D922C

#4D922C
(77,146,44)
#5D9B3F
(93,155,63)
#6DA452
(109,164,82)
#7DAD65
(125,173,101)
#8DB678
(141,182,120)
#9DBF8B
(157,191,139)
#ADC89E
(173,200,158)
#BDD1B1
(189,209,177)
#CDDAC4
(205,218,196)
#DDE3D7
(221,227,215)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D922C; }

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

This text font color is #4D922C.

Background Color

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

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

This div background color is #4D922C.

Border color

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

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

This div border color is #4D922C.

Opacity

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

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

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

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

This text has shadow with #4D922C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D922C.

Preview

Color preview on black background

This text has color #4D922C on black background.


Color preview on white background

This text has color #4D922C on white background.


Black color preview on #4D922C background

This text has black color on #4D922C background.


White color preview on #4D922C background

This text has white color on #4D922C background.


Related colors

Complementary color

Complementary color for #hex is #B26DD3.


I love getcolorcode.com

Triadic colors

1 #2C4D92 and #922C4D with #4D922C are triadic colors.

2 #2C924D and #924D2C with #4D922C are triadic colors.