COLOR #4D937A

HEX: #4D937A
RGB: (77,147,122)

Color info

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

RGB color model

#4D937A color RGB value is (77,147,122).

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

RGB channels and saturation

R 77 of 255 = 30%
G 147 of 255 = 58%
B 122 of 255 = 48%

77
147
122

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

Portions of RGB colors in percentages

R + G + B =
77 + 147 + 122 = 346 (100%)
R 77 of 346 ~ 22.25%
G 147 of 346 ~ 42.49%
B 122 of 346 ~ 35.26%

%22.25
%42.49
%35.26

CMYK color model

#4D937A color CMYK value is (48,0,17,42).

  • cyan value is 47.62%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 42.35%
CMYK:
(48,0,17,42)
C48M0Y17K42 
(48%,0%,17%,42%)
(0.48/0.00/0.17/0.42)	

CMYK percentages

%47.62
%0
%17.01
%42.35

Codes

Color #4D937A in popluar color models

4D937A
RGB77147122
HSL159°31.25%43.92%
HSB/HSV159°47.62%57.65%
CMYK47.62%0.00%17.01%
42.35%

Color #4D937A in popluar number systems.

HEX4D937A
Decimal77147122
Binary1001101100100111111010
Octal115223172

Shades and tints

Shades of #4D937A

#4D937A
(77,147,122)
#46866F
(70,134,111)
#3F7964
(63,121,100)
#386C59
(56,108,89)
#315F4E
(49,95,78)
#2A5243
(42,82,67)
#234538
(35,69,56)
#1C382D
(28,56,45)
#152B22
(21,43,34)
#0E1E17
(14,30,23)
#07110C
(7,17,12)
#000000
(0,0,0)

Tints of #4D937A

#4D937A
(77,147,122)
#5D9C86
(93,156,134)
#6DA592
(109,165,146)
#7DAE9E
(125,174,158)
#8DB7AA
(141,183,170)
#9DC0B6
(157,192,182)
#ADC9C2
(173,201,194)
#BDD2CE
(189,210,206)
#CDDBDA
(205,219,218)
#DDE4E6
(221,228,230)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D937A; }

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

This text font color is #4D937A.


Background Color

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

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

This div background color is #4D937A.


Border color

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

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

This div border color is #4D937A.


Opacity

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

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

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

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

This text has shadow with #4D937A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D937A on black background.


Color preview on white background

This text has color #4D937A on white background.



Black color preview on #4D937A background

This text has black color on #4D937A background.


White color preview on #4D937A background

This text has white color on #4D937A background.