COLOR #4D4C45

HEX: #4D4C45
RGB: (77,76,69)

Color info

#4D4C45 contains red, green and blue colors in about the same proportion. Web safe color of #4D4C45 is #333333 (or #333).

RGB color model

#4D4C45 color RGB value is (77,76,69).

  • red value is 77;
  • green value is 76;
  • blue value is 69.
RGB:
(77,76,69)
(30%,30%,27%)

RGB channels and saturation

R 77 of 255 = 30%
G 76 of 255 = 30%
B 69 of 255 = 27%

77
76
69

R + G + B ~ 29%. #4D4C45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 76 + 69 = 222 (100%)
R 77 of 222 ~ 34.68%
G 76 of 222 ~ 34.23%
B 69 of 222 ~ 31.08%

%34.68
%34.23
%31.08

CMYK color model

#4D4C45 color CMYK value is (0,1,10,70).

  • cyan value is 0.00%
  • magenta value is 1.30%
  • yellow value is 10.39%
  • key color value is 69.80%
CMYK:
(0,1,10,70)
C0M1Y10K70 
(0%,1%,10%,70%)
(0.00/0.01/0.10/0.70)	

CMYK percentages

%0
%1.3
%10.39
%69.8

Codes

Color #4D4C45 in popluar color models

4D4C45
RGB777669
HSL53°5.48%28.63%
HSB/HSV53°10.39%30.20%
CMYK0.00%1.30%10.39%
69.80%

Color #4D4C45 in popluar number systems.

HEX4D4C45
Decimal777669
Binary100110110011001000101
Octal115114105

Shades and tints

Shades of #4D4C45

#4D4C45
(77,76,69)
#46463F
(70,70,63)
#3F4039
(63,64,57)
#383A33
(56,58,51)
#31342D
(49,52,45)
#2A2E27
(42,46,39)
#232821
(35,40,33)
#1C221B
(28,34,27)
#151C15
(21,28,21)
#0E160F
(14,22,15)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #4D4C45

#4D4C45
(77,76,69)
#5D5C55
(93,92,85)
#6D6C65
(109,108,101)
#7D7C75
(125,124,117)
#8D8C85
(141,140,133)
#9D9C95
(157,156,149)
#ADACA5
(173,172,165)
#BDBCB5
(189,188,181)
#CDCCC5
(205,204,197)
#DDDCD5
(221,220,213)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4C45; }

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

This text font color is #4D4C45.


Background Color

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

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

This div background color is #4D4C45.


Border color

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

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

This div border color is #4D4C45.


Opacity

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

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

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

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

This text has shadow with #4D4C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4C45 on black background.


Color preview on white background

This text has color #4D4C45 on white background.



Black color preview on #4D4C45 background

This text has black color on #4D4C45 background.


White color preview on #4D4C45 background

This text has white color on #4D4C45 background.