COLOR #4D920A

HEX: #4D920A RGB: (77,146,10)

Color info

#4D920A contains mainly green color. Web safe color of #4D920A is #339900 (or #390).

RGB color model

#4D920A color RGB value is (77,146,10).

RGB: (77,146,10) (30%, 57%, 4%)

RGB channels and saturation

R 77 of 255 = 30%
G 146 of 255 = 57%
B 10 of 255 = 4%

77
146
10

R + G + B ~ 30%. #4D920A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 146 + 10 = 233 (100%)
R 77 of 233 ~ 33.05%
G 146 of 233 ~ 62.66%
B 10 of 233 ~ 4.29'%

%33.05
%62.66

CMYK color model

#4D920A color CMYK value is (47,0,93,43).

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

CMYK: (47,0,93,43)
C47M0Y93K43 (47%, 0%, 93%, 43%)
(0.47 / 0.00 / 0.93 / 0.43)

CMYK percentages

%47.26
%0
%93.15
%42.75

Codes

Color #4D920A in popluar color models

4D 92 0A
RGB 77 146 10
HSL 90° 87.18% 30.59%
HSB/HSV 90° 93.15% 57.25%
CMYK 47.26% 0.00% 93.15%
42.75%

Color #4D920A in popluar number systems.

HEX 4D 92 0A
Decimal 77 146 10
Binary 1001101 10010010 1010
Octal 115 222 12

Shades and tints

Shades of #4D920A

#4D920A
(77,146,10)
#46850A
(70,133,10)
#3F780A
(63,120,10)
#386B0A
(56,107,10)
#315E0A
(49,94,10)
#2A510A
(42,81,10)
#23440A
(35,68,10)
#1C370A
(28,55,10)
#152A0A
(21,42,10)
#0E1D0A
(14,29,10)
#07100A
(7,16,10)
#000000
(0,0,0)

Tints of #4D920A

#4D920A
(77,146,10)
#5D9B20
(93,155,32)
#6DA436
(109,164,54)
#7DAD4C
(125,173,76)
#8DB662
(141,182,98)
#9DBF78
(157,191,120)
#ADC88E
(173,200,142)
#BDD1A4
(189,209,164)
#CDDABA
(205,218,186)
#DDE3D0
(221,227,208)
#EDECE6
(237,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D920A; }

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

This text font color is #4D920A.

Background Color

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

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

This div background color is #4D920A.

Border color

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

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

This div border color is #4D920A.

Opacity

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

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

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

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

This text has shadow with #4D920A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D920A.

Preview

Color preview on black background

This text has color #4D920A on black background.


Color preview on white background

This text has color #4D920A on white background.


Black color preview on #4D920A background

This text has black color on #4D920A background.


White color preview on #4D920A background

This text has white color on #4D920A background.


Related colors

Complementary color

Complementary color for #hex is #B26DF5.


I love getcolorcode.com

Triadic colors

1 #0A4D92 and #920A4D with #4D920A are triadic colors.

2 #0A924D and #924D0A with #4D920A are triadic colors.