COLOR #4D4D45

HEX: #4D4D45
RGB: (77,77,69)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
77
69

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

Portions of RGB colors in percentages

R + G + B =
77 + 77 + 69 = 223 (100%)
R 77 of 223 ~ 34.53%
G 77 of 223 ~ 34.53%
B 69 of 223 ~ 30.94%

%34.53
%34.53
%30.94

CMYK color model

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

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

CMYK percentages

%0
%0
%10.39
%69.8

Codes

Color #4D4D45 in popluar color models

4D4D45
RGB777769
HSL60°5.48%28.63%
HSB/HSV60°10.39%30.20%
CMYK0.00%0.00%10.39%
69.80%

Color #4D4D45 in popluar number systems.

HEX4D4D45
Decimal777769
Binary100110110011011000101
Octal115115105

Shades and tints

Shades of #4D4D45

#4D4D45
(77,77,69)
#46463F
(70,70,63)
#3F3F39
(63,63,57)
#383833
(56,56,51)
#31312D
(49,49,45)
#2A2A27
(42,42,39)
#232321
(35,35,33)
#1C1C1B
(28,28,27)
#151515
(21,21,21)
#0E0E0F
(14,14,15)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #4D4D45

#4D4D45
(77,77,69)
#5D5D55
(93,93,85)
#6D6D65
(109,109,101)
#7D7D75
(125,125,117)
#8D8D85
(141,141,133)
#9D9D95
(157,157,149)
#ADADA5
(173,173,165)
#BDBDB5
(189,189,181)
#CDCDC5
(205,205,197)
#DDDDD5
(221,221,213)
#EDEDE5
(237,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4D45; }

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

This text font color is #4D4D45.


Background Color

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

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

This div background color is #4D4D45.


Border color

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

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

This div border color is #4D4D45.


Opacity

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

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

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

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

This text has shadow with #4D4D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4D45 on black background.


Color preview on white background

This text has color #4D4D45 on white background.



Black color preview on #4D4D45 background

This text has black color on #4D4D45 background.


White color preview on #4D4D45 background

This text has white color on #4D4D45 background.