COLOR #4D6B68

HEX: #4D6B68
RGB: (77,107,104)

Color info

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

RGB color model

#4D6B68 color RGB value is (77,107,104).

  • red value is 77;
  • green value is 107;
  • blue value is 104.
RGB:
(77,107,104)
(30%,42%,41%)

RGB channels and saturation

R 77 of 255 = 30%
G 107 of 255 = 42%
B 104 of 255 = 41%

77
107
104

R + G + B ~ 38%. #4D6B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 107 + 104 = 288 (100%)
R 77 of 288 ~ 26.74%
G 107 of 288 ~ 37.15%
B 104 of 288 ~ 36.11%

%26.74
%37.15
%36.11

CMYK color model

#4D6B68 color CMYK value is (28,0,3,58).

  • cyan value is 28.04%
  • magenta value is 0.00%
  • yellow value is 2.80%
  • key color value is 58.04%
CMYK:
(28,0,3,58)
C28M0Y3K58 
(28%,0%,3%,58%)
(0.28/0.00/0.03/0.58)	

CMYK percentages

%28.04
%0
%2.8
%58.04

Codes

Color #4D6B68 in popluar color models

4D6B68
RGB77107104
HSL174°16.30%36.08%
HSB/HSV174°28.04%41.96%
CMYK28.04%0.00%2.80%
58.04%

Color #4D6B68 in popluar number systems.

HEX4D6B68
Decimal77107104
Binary100110111010111101000
Octal115153150

Shades and tints

Shades of #4D6B68

#4D6B68
(77,107,104)
#46625F
(70,98,95)
#3F5956
(63,89,86)
#38504D
(56,80,77)
#314744
(49,71,68)
#2A3E3B
(42,62,59)
#233532
(35,53,50)
#1C2C29
(28,44,41)
#152320
(21,35,32)
#0E1A17
(14,26,23)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #4D6B68

#4D6B68
(77,107,104)
#5D7875
(93,120,117)
#6D8582
(109,133,130)
#7D928F
(125,146,143)
#8D9F9C
(141,159,156)
#9DACA9
(157,172,169)
#ADB9B6
(173,185,182)
#BDC6C3
(189,198,195)
#CDD3D0
(205,211,208)
#DDE0DD
(221,224,221)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D6B68; }

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

This text font color is #4D6B68.


Background Color

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

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

This div background color is #4D6B68.


Border color

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

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

This div border color is #4D6B68.


Opacity

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

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

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

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

This text has shadow with #4D6B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D6B68 on black background.


Color preview on white background

This text has color #4D6B68 on white background.



Black color preview on #4D6B68 background

This text has black color on #4D6B68 background.


White color preview on #4D6B68 background

This text has white color on #4D6B68 background.