COLOR #4D6157

HEX: #4D6157
RGB: (77,97,87)

Color info

#4D6157 contains red, green and blue colors in about the same proportion. Web safe color of #4D6157 is #336666 (or #366).

RGB color model

#4D6157 color RGB value is (77,97,87).

  • red value is 77;
  • green value is 97;
  • blue value is 87.
RGB:
(77,97,87)
(30%,38%,34%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 87 of 255 = 34%

77
97
87

R + G + B ~ 34%. #4D6157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 87 = 261 (100%)
R 77 of 261 ~ 29.5%
G 97 of 261 ~ 37.16%
B 87 of 261 ~ 33.33%

%29.5
%37.16
%33.33

CMYK color model

#4D6157 color CMYK value is (21,0,10,62).

  • cyan value is 20.62%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 61.96%
CMYK:
(21,0,10,62)
C21M0Y10K62 
(21%,0%,10%,62%)
(0.21/0.00/0.10/0.62)	

CMYK percentages

%20.62
%0
%10.31
%61.96

Codes

Color #4D6157 in popluar color models

4D6157
RGB779787
HSL150°11.49%34.12%
HSB/HSV150°20.62%38.04%
CMYK20.62%0.00%10.31%
61.96%

Color #4D6157 in popluar number systems.

HEX4D6157
Decimal779787
Binary100110111000011010111
Octal115141127

Shades and tints

Shades of #4D6157

#4D6157
(77,97,87)
#465950
(70,89,80)
#3F5149
(63,81,73)
#384942
(56,73,66)
#31413B
(49,65,59)
#2A3934
(42,57,52)
#23312D
(35,49,45)
#1C2926
(28,41,38)
#15211F
(21,33,31)
#0E1918
(14,25,24)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #4D6157

#4D6157
(77,97,87)
#5D6F66
(93,111,102)
#6D7D75
(109,125,117)
#7D8B84
(125,139,132)
#8D9993
(141,153,147)
#9DA7A2
(157,167,162)
#ADB5B1
(173,181,177)
#BDC3C0
(189,195,192)
#CDD1CF
(205,209,207)
#DDDFDE
(221,223,222)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6157 color. Also use rgb(77,97,87) instead hex code.

Text Font Color

.myTextColor { color: #4D6157; }

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

This text font color is #4D6157.


Background Color

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

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

This div background color is #4D6157.


Border color

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

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

This div border color is #4D6157.


Opacity

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

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

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

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

This text has shadow with #4D6157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6157 on black background.


Color preview on white background

This text has color #4D6157 on white background.



Black color preview on #4D6157 background

This text has black color on #4D6157 background.


White color preview on #4D6157 background

This text has white color on #4D6157 background.