COLOR #4D6161

HEX: #4D6161
RGB: (77,97,97)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
97
97

R + G + B ~ 35%. #4D6161 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 97 + 97 = 271 (100%)
R 77 of 271 ~ 28.41%
G 97 of 271 ~ 35.79%
B 97 of 271 ~ 35.79%

%28.41
%35.79
%35.79

CMYK color model

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

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

CMYK percentages

%20.62
%0
%0
%61.96

Codes

Color #4D6161 in popluar color models

4D6161
RGB779797
HSL180°11.49%34.12%
HSB/HSV180°20.62%38.04%
CMYK20.62%0.00%0.00%
61.96%

Color #4D6161 in popluar number systems.

HEX4D6161
Decimal779797
Binary100110111000011100001
Octal115141141

Shades and tints

Shades of #4D6161

#4D6161
(77,97,97)
#465959
(70,89,89)
#3F5151
(63,81,81)
#384949
(56,73,73)
#314141
(49,65,65)
#2A3939
(42,57,57)
#233131
(35,49,49)
#1C2929
(28,41,41)
#152121
(21,33,33)
#0E1919
(14,25,25)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #4D6161

#4D6161
(77,97,97)
#5D6F6F
(93,111,111)
#6D7D7D
(109,125,125)
#7D8B8B
(125,139,139)
#8D9999
(141,153,153)
#9DA7A7
(157,167,167)
#ADB5B5
(173,181,181)
#BDC3C3
(189,195,195)
#CDD1D1
(205,209,209)
#DDDFDF
(221,223,223)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6161; }

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

This text font color is #4D6161.


Background Color

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

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

This div background color is #4D6161.


Border color

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

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

This div border color is #4D6161.


Opacity

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

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

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

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

This text has shadow with #4D6161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6161 on black background.


Color preview on white background

This text has color #4D6161 on white background.



Black color preview on #4D6161 background

This text has black color on #4D6161 background.


White color preview on #4D6161 background

This text has white color on #4D6161 background.