COLOR #4D4045

HEX: #4D4045
RGB: (77,64,69)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
64
69

R + G + B ~ 27%. #4D4045 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 64 + 69 = 210 (100%)
R 77 of 210 ~ 36.67%
G 64 of 210 ~ 30.48%
B 69 of 210 ~ 32.86%

%36.67
%30.48
%32.86

CMYK color model

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

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

CMYK percentages

%0
%16.88
%10.39
%69.8

Codes

Color #4D4045 in popluar color models

4D4045
RGB776469
HSL337°9.22%27.65%
HSB/HSV337°16.88%30.20%
CMYK0.00%16.88%10.39%
69.80%

Color #4D4045 in popluar number systems.

HEX4D4045
Decimal776469
Binary100110110000001000101
Octal115100105

Shades and tints

Shades of #4D4045

#4D4045
(77,64,69)
#463B3F
(70,59,63)
#3F3639
(63,54,57)
#383133
(56,49,51)
#312C2D
(49,44,45)
#2A2727
(42,39,39)
#232221
(35,34,33)
#1C1D1B
(28,29,27)
#151815
(21,24,21)
#0E130F
(14,19,15)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #4D4045

#4D4045
(77,64,69)
#5D5155
(93,81,85)
#6D6265
(109,98,101)
#7D7375
(125,115,117)
#8D8485
(141,132,133)
#9D9595
(157,149,149)
#ADA6A5
(173,166,165)
#BDB7B5
(189,183,181)
#CDC8C5
(205,200,197)
#DDD9D5
(221,217,213)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4045; }

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

This text font color is #4D4045.


Background Color

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

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

This div background color is #4D4045.


Border color

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

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

This div border color is #4D4045.


Opacity

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

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

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

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

This text has shadow with #4D4045 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4045 on black background.


Color preview on white background

This text has color #4D4045 on white background.



Black color preview on #4D4045 background

This text has black color on #4D4045 background.


White color preview on #4D4045 background

This text has white color on #4D4045 background.