COLOR #4D927D

HEX: #4D927D RGB: (77,146,125)

Color info

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

RGB color model

#4D927D color RGB value is (77,146,125).

RGB: (77,146,125) (30%, 57%, 49%)

RGB channels and saturation

R 77 of 255 = 30%
G 146 of 255 = 57%
B 125 of 255 = 49%

77
146
125

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

Portions of RGB colors in percentages

R + G + B = 77 + 146 + 125 = 348 (100%)
R 77 of 348 ~ 22.13%
G 146 of 348 ~ 41.95%
B 125 of 348 ~ 35.92'%

%22.13
%41.95
%35.92

CMYK color model

#4D927D color CMYK value is (47,0,14,43).

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

CMYK: (47,0,14,43)
C47M0Y14K43 (47%, 0%, 14%, 43%)
(0.47 / 0.00 / 0.14 / 0.43)

CMYK percentages

%47.26
%0
%14.38
%42.75

Codes

Color #4D927D in popluar color models

4D 92 7D
RGB 77 146 125
HSL 162° 30.94% 43.73%
HSB/HSV 162° 47.26% 57.25%
CMYK 47.26% 0.00% 14.38%
42.75%

Color #4D927D in popluar number systems.

HEX 4D 92 7D
Decimal 77 146 125
Binary 1001101 10010010 1111101
Octal 115 222 175

Shades and tints

Shades of #4D927D

#4D927D
(77,146,125)
#468572
(70,133,114)
#3F7867
(63,120,103)
#386B5C
(56,107,92)
#315E51
(49,94,81)
#2A5146
(42,81,70)
#23443B
(35,68,59)
#1C3730
(28,55,48)
#152A25
(21,42,37)
#0E1D1A
(14,29,26)
#07100F
(7,16,15)
#000000
(0,0,0)

Tints of #4D927D

#4D927D
(77,146,125)
#5D9B88
(93,155,136)
#6DA493
(109,164,147)
#7DAD9E
(125,173,158)
#8DB6A9
(141,182,169)
#9DBFB4
(157,191,180)
#ADC8BF
(173,200,191)
#BDD1CA
(189,209,202)
#CDDAD5
(205,218,213)
#DDE3E0
(221,227,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D927D; }

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

This text font color is #4D927D.

Background Color

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

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

This div background color is #4D927D.

Border color

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

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

This div border color is #4D927D.

Opacity

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

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

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

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

This text has shadow with #4D927D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D927D.

Preview

Color preview on black background

This text has color #4D927D on black background.


Color preview on white background

This text has color #4D927D on white background.


Black color preview on #4D927D background

This text has black color on #4D927D background.


White color preview on #4D927D background

This text has white color on #4D927D background.


Related colors

Complementary color

Complementary color for #hex is #B26D82.


I love getcolorcode.com

Triadic colors

1 #7D4D92 and #927D4D with #4D927D are triadic colors.

2 #7D924D and #924D7D with #4D927D are triadic colors.