COLOR #4D614F

HEX: #4D614F
RGB: (77,97,79)

Color info

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

RGB color model

#4D614F color RGB value is (77,97,79).

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

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 79 of 255 = 31%

77
97
79

R + G + B ~ 33%. #4D614F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 79 = 253 (100%)
R 77 of 253 ~ 30.43%
G 97 of 253 ~ 38.34%
B 79 of 253 ~ 31.23%

%30.43
%38.34
%31.23

CMYK color model

#4D614F color CMYK value is (21,0,19,62).

  • cyan value is 20.62%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 61.96%
CMYK:
(21,0,19,62)
C21M0Y19K62 
(21%,0%,19%,62%)
(0.21/0.00/0.19/0.62)	

CMYK percentages

%20.62
%0
%18.56
%61.96

Codes

Color #4D614F in popluar color models

4D614F
RGB779779
HSL126°11.49%34.12%
HSB/HSV126°20.62%38.04%
CMYK20.62%0.00%18.56%
61.96%

Color #4D614F in popluar number systems.

HEX4D614F
Decimal779779
Binary100110111000011001111
Octal115141117

Shades and tints

Shades of #4D614F

#4D614F
(77,97,79)
#465948
(70,89,72)
#3F5141
(63,81,65)
#38493A
(56,73,58)
#314133
(49,65,51)
#2A392C
(42,57,44)
#233125
(35,49,37)
#1C291E
(28,41,30)
#152117
(21,33,23)
#0E1910
(14,25,16)
#071109
(7,17,9)
#000000
(0,0,0)

Tints of #4D614F

#4D614F
(77,97,79)
#5D6F5F
(93,111,95)
#6D7D6F
(109,125,111)
#7D8B7F
(125,139,127)
#8D998F
(141,153,143)
#9DA79F
(157,167,159)
#ADB5AF
(173,181,175)
#BDC3BF
(189,195,191)
#CDD1CF
(205,209,207)
#DDDFDF
(221,223,223)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D614F; }

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

This text font color is #4D614F.


Background Color

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

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

This div background color is #4D614F.


Border color

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

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

This div border color is #4D614F.


Opacity

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

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

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

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

This text has shadow with #4D614F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D614F on black background.


Color preview on white background

This text has color #4D614F on white background.



Black color preview on #4D614F background

This text has black color on #4D614F background.


White color preview on #4D614F background

This text has white color on #4D614F background.