COLOR #4D6266

HEX: #4D6266
RGB: (77,98,102)

Color info

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

RGB color model

#4D6266 color RGB value is (77,98,102).

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

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 102 of 255 = 40%

77
98
102

R + G + B ~ 36%. #4D6266 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 98 + 102 = 277 (100%)
R 77 of 277 ~ 27.8%
G 98 of 277 ~ 35.38%
B 102 of 277 ~ 36.82%

%27.8
%35.38
%36.82

CMYK color model

#4D6266 color CMYK value is (25,4,0,60).

  • cyan value is 24.51%
  • magenta value is 3.92%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(25,4,0,60)
C25M4Y0K60 
(25%,4%,0%,60%)
(0.25/0.04/0.00/0.60)	

CMYK percentages

%24.51
%3.92
%0
%60

Codes

Color #4D6266 in popluar color models

4D6266
RGB7798102
HSL190°13.97%35.10%
HSB/HSV190°24.51%40.00%
CMYK24.51%3.92%0.00%
60.00%

Color #4D6266 in popluar number systems.

HEX4D6266
Decimal7798102
Binary100110111000101100110
Octal115142146

Shades and tints

Shades of #4D6266

#4D6266
(77,98,102)
#465A5D
(70,90,93)
#3F5254
(63,82,84)
#384A4B
(56,74,75)
#314242
(49,66,66)
#2A3A39
(42,58,57)
#233230
(35,50,48)
#1C2A27
(28,42,39)
#15221E
(21,34,30)
#0E1A15
(14,26,21)
#07120C
(7,18,12)
#000000
(0,0,0)

Tints of #4D6266

#4D6266
(77,98,102)
#5D7073
(93,112,115)
#6D7E80
(109,126,128)
#7D8C8D
(125,140,141)
#8D9A9A
(141,154,154)
#9DA8A7
(157,168,167)
#ADB6B4
(173,182,180)
#BDC4C1
(189,196,193)
#CDD2CE
(205,210,206)
#DDE0DB
(221,224,219)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6266; }

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

This text font color is #4D6266.


Background Color

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

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

This div background color is #4D6266.


Border color

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

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

This div border color is #4D6266.


Opacity

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

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

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

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

This text has shadow with #4D6266 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6266 on black background.


Color preview on white background

This text has color #4D6266 on white background.



Black color preview on #4D6266 background

This text has black color on #4D6266 background.


White color preview on #4D6266 background

This text has white color on #4D6266 background.