COLOR #4D8169

HEX: #4D8169
RGB: (77,129,105)

Color info

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

RGB color model

#4D8169 color RGB value is (77,129,105).

  • red value is 77;
  • green value is 129;
  • blue value is 105.
RGB:
(77,129,105)
(30%,51%,41%)

RGB channels and saturation

R 77 of 255 = 30%
G 129 of 255 = 51%
B 105 of 255 = 41%

77
129
105

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

Portions of RGB colors in percentages

R + G + B =
77 + 129 + 105 = 311 (100%)
R 77 of 311 ~ 24.76%
G 129 of 311 ~ 41.48%
B 105 of 311 ~ 33.76%

%24.76
%41.48
%33.76

CMYK color model

#4D8169 color CMYK value is (40,0,19,49).

  • cyan value is 40.31%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 49.41%
CMYK:
(40,0,19,49)
C40M0Y19K49 
(40%,0%,19%,49%)
(0.40/0.00/0.19/0.49)	

CMYK percentages

%40.31
%0
%18.6
%49.41

Codes

Color #4D8169 in popluar color models

4D8169
RGB77129105
HSL152°25.24%40.39%
HSB/HSV152°40.31%50.59%
CMYK40.31%0.00%18.60%
49.41%

Color #4D8169 in popluar number systems.

HEX4D8169
Decimal77129105
Binary1001101100000011101001
Octal115201151

Shades and tints

Shades of #4D8169

#4D8169
(77,129,105)
#467660
(70,118,96)
#3F6B57
(63,107,87)
#38604E
(56,96,78)
#315545
(49,85,69)
#2A4A3C
(42,74,60)
#233F33
(35,63,51)
#1C342A
(28,52,42)
#152921
(21,41,33)
#0E1E18
(14,30,24)
#07130F
(7,19,15)
#000000
(0,0,0)

Tints of #4D8169

#4D8169
(77,129,105)
#5D8C76
(93,140,118)
#6D9783
(109,151,131)
#7DA290
(125,162,144)
#8DAD9D
(141,173,157)
#9DB8AA
(157,184,170)
#ADC3B7
(173,195,183)
#BDCEC4
(189,206,196)
#CDD9D1
(205,217,209)
#DDE4DE
(221,228,222)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D8169 color. Also use rgb(77,129,105) instead hex code.

Text Font Color

.myTextColor { color: #4D8169; }

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

This text font color is #4D8169.


Background Color

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

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

This div background color is #4D8169.


Border color

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

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

This div border color is #4D8169.


Opacity

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

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

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

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

This text has shadow with #4D8169 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8169 on black background.


Color preview on white background

This text has color #4D8169 on white background.



Black color preview on #4D8169 background

This text has black color on #4D8169 background.


White color preview on #4D8169 background

This text has white color on #4D8169 background.