COLOR #4D8374

HEX: #4D8374 RGB: (77,131,116)

Color info

#4D8374 contains red, green and blue colors in about the same proportion. Web safe color of #4D8374 is #339966 (or #396).

RGB color model

#4D8374 color RGB value is (77,131,116).

RGB: (77,131,116) (30%, 51%, 45%)

RGB channels and saturation

R 77 of 255 = 30%
G 131 of 255 = 51%
B 116 of 255 = 45%

77
131
116

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

Portions of RGB colors in percentages

R + G + B = 77 + 131 + 116 = 324 (100%)
R 77 of 324 ~ 23.77%
G 131 of 324 ~ 40.43%
B 116 of 324 ~ 35.8'%

%23.77
%40.43
%35.8

CMYK color model

#4D8374 color CMYK value is (41,0,11,49).

  • cyan value is 41.22%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 48.63%

CMYK: (41,0,11,49)
C41M0Y11K49 (41%, 0%, 11%, 49%)
(0.41 / 0.00 / 0.11 / 0.49)

CMYK percentages

%41.22
%0
%11.45
%48.63

Codes

Color #4D8374 in popluar color models

4D 83 74
RGB 77 131 116
HSL 163° 25.96% 40.78%
HSB/HSV 163° 41.22% 51.37%
CMYK 41.22% 0.00% 11.45%
48.63%

Color #4D8374 in popluar number systems.

HEX 4D 83 74
Decimal 77 131 116
Binary 1001101 10000011 1110100
Octal 115 203 164

Shades and tints

Shades of #4D8374

#4D8374
(77,131,116)
#46786A
(70,120,106)
#3F6D60
(63,109,96)
#386256
(56,98,86)
#31574C
(49,87,76)
#2A4C42
(42,76,66)
#234138
(35,65,56)
#1C362E
(28,54,46)
#152B24
(21,43,36)
#0E201A
(14,32,26)
#071510
(7,21,16)
#000000
(0,0,0)

Tints of #4D8374

#4D8374
(77,131,116)
#5D8E80
(93,142,128)
#6D998C
(109,153,140)
#7DA498
(125,164,152)
#8DAFA4
(141,175,164)
#9DBAB0
(157,186,176)
#ADC5BC
(173,197,188)
#BDD0C8
(189,208,200)
#CDDBD4
(205,219,212)
#DDE6E0
(221,230,224)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8374 color. Also use rgb(77,131,116) instead hex code.

Text Font Color

.myTextColor { color: #4D8374; }

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

This text font color is #4D8374.

Background Color

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

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

This div background color is #4D8374.

Border color

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

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

This div border color is #4D8374.

Opacity

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

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

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

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

This text has shadow with #4D8374 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D8374.

Preview

Color preview on black background

This text has color #4D8374 on black background.


Color preview on white background

This text has color #4D8374 on white background.


Black color preview on #4D8374 background

This text has black color on #4D8374 background.


White color preview on #4D8374 background

This text has white color on #4D8374 background.


Related colors

Complementary color

Complementary color for #hex is #B27C8B.


I love getcolorcode.com

Triadic colors

1 #744D83 and #83744D with #4D8374 are triadic colors.

2 #74834D and #834D74 with #4D8374 are triadic colors.