COLOR #4D5652

HEX: #4D5652
RGB: (77,86,82)

Color info

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

RGB color model

#4D5652 color RGB value is (77,86,82).

  • red value is 77;
  • green value is 86;
  • blue value is 82.
RGB:
(77,86,82)
(30%,34%,32%)

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 82 of 255 = 32%

77
86
82

R + G + B ~ 32%. #4D5652 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 86 + 82 = 245 (100%)
R 77 of 245 ~ 31.43%
G 86 of 245 ~ 35.1%
B 82 of 245 ~ 33.47%

%31.43
%35.1
%33.47

CMYK color model

#4D5652 color CMYK value is (10,0,5,66).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 66.27%
CMYK:
(10,0,5,66)
C10M0Y5K66 
(10%,0%,5%,66%)
(0.10/0.00/0.05/0.66)	

CMYK percentages

%10.47
%0
%4.65
%66.27

Codes

Color #4D5652 in popluar color models

4D5652
RGB778682
HSL153°5.52%31.96%
HSB/HSV153°10.47%33.73%
CMYK10.47%0.00%4.65%
66.27%

Color #4D5652 in popluar number systems.

HEX4D5652
Decimal778682
Binary100110110101101010010
Octal115126122

Shades and tints

Shades of #4D5652

#4D5652
(77,86,82)
#464F4B
(70,79,75)
#3F4844
(63,72,68)
#38413D
(56,65,61)
#313A36
(49,58,54)
#2A332F
(42,51,47)
#232C28
(35,44,40)
#1C2521
(28,37,33)
#151E1A
(21,30,26)
#0E1713
(14,23,19)
#07100C
(7,16,12)
#000000
(0,0,0)

Tints of #4D5652

#4D5652
(77,86,82)
#5D6561
(93,101,97)
#6D7470
(109,116,112)
#7D837F
(125,131,127)
#8D928E
(141,146,142)
#9DA19D
(157,161,157)
#ADB0AC
(173,176,172)
#BDBFBB
(189,191,187)
#CDCECA
(205,206,202)
#DDDDD9
(221,221,217)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5652; }

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

This text font color is #4D5652.


Background Color

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

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

This div background color is #4D5652.


Border color

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

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

This div border color is #4D5652.


Opacity

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

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

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

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

This text has shadow with #4D5652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5652 on black background.


Color preview on white background

This text has color #4D5652 on white background.



Black color preview on #4D5652 background

This text has black color on #4D5652 background.


White color preview on #4D5652 background

This text has white color on #4D5652 background.