COLOR #4D6261

HEX: #4D6261
RGB: (77,98,97)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
98
97

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

Portions of RGB colors in percentages

R + G + B =
77 + 98 + 97 = 272 (100%)
R 77 of 272 ~ 28.31%
G 98 of 272 ~ 36.03%
B 97 of 272 ~ 35.66%

%28.31
%36.03
%35.66

CMYK color model

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

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 1.02%
  • key color value is 61.57%
CMYK:
(21,0,1,62)
C21M0Y1K62 
(21%,0%,1%,62%)
(0.21/0.00/0.01/0.62)	

CMYK percentages

%21.43
%0
%1.02
%61.57

Codes

Color #4D6261 in popluar color models

4D6261
RGB779897
HSL177°12.00%34.31%
HSB/HSV177°21.43%38.43%
CMYK21.43%0.00%1.02%
61.57%

Color #4D6261 in popluar number systems.

HEX4D6261
Decimal779897
Binary100110111000101100001
Octal115142141

Shades and tints

Shades of #4D6261

#4D6261
(77,98,97)
#465A59
(70,90,89)
#3F5251
(63,82,81)
#384A49
(56,74,73)
#314241
(49,66,65)
#2A3A39
(42,58,57)
#233231
(35,50,49)
#1C2A29
(28,42,41)
#152221
(21,34,33)
#0E1A19
(14,26,25)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #4D6261

#4D6261
(77,98,97)
#5D706F
(93,112,111)
#6D7E7D
(109,126,125)
#7D8C8B
(125,140,139)
#8D9A99
(141,154,153)
#9DA8A7
(157,168,167)
#ADB6B5
(173,182,181)
#BDC4C3
(189,196,195)
#CDD2D1
(205,210,209)
#DDE0DF
(221,224,223)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6261; }

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

This text font color is #4D6261.


Background Color

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

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

This div background color is #4D6261.


Border color

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

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

This div border color is #4D6261.


Opacity

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

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

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

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

This text has shadow with #4D6261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6261 on black background.


Color preview on white background

This text has color #4D6261 on white background.



Black color preview on #4D6261 background

This text has black color on #4D6261 background.


White color preview on #4D6261 background

This text has white color on #4D6261 background.