COLOR #4D4845

HEX: #4D4845
RGB: (77,72,69)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
72
69

R + G + B ~ 28%. #4D4845 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 69 = 218 (100%)
R 77 of 218 ~ 35.32%
G 72 of 218 ~ 33.03%
B 69 of 218 ~ 31.65%

%35.32
%33.03
%31.65

CMYK color model

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

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

CMYK percentages

%0
%6.49
%10.39
%69.8

Codes

Color #4D4845 in popluar color models

4D4845
RGB777269
HSL23°5.48%28.63%
HSB/HSV23°10.39%30.20%
CMYK0.00%6.49%10.39%
69.80%

Color #4D4845 in popluar number systems.

HEX4D4845
Decimal777269
Binary100110110010001000101
Octal115110105

Shades and tints

Shades of #4D4845

#4D4845
(77,72,69)
#46423F
(70,66,63)
#3F3C39
(63,60,57)
#383633
(56,54,51)
#31302D
(49,48,45)
#2A2A27
(42,42,39)
#232421
(35,36,33)
#1C1E1B
(28,30,27)
#151815
(21,24,21)
#0E120F
(14,18,15)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #4D4845

#4D4845
(77,72,69)
#5D5855
(93,88,85)
#6D6865
(109,104,101)
#7D7875
(125,120,117)
#8D8885
(141,136,133)
#9D9895
(157,152,149)
#ADA8A5
(173,168,165)
#BDB8B5
(189,184,181)
#CDC8C5
(205,200,197)
#DDD8D5
(221,216,213)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4845; }

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

This text font color is #4D4845.


Background Color

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

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

This div background color is #4D4845.


Border color

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

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

This div border color is #4D4845.


Opacity

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

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

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

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

This text has shadow with #4D4845 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4845 on black background.


Color preview on white background

This text has color #4D4845 on white background.



Black color preview on #4D4845 background

This text has black color on #4D4845 background.


White color preview on #4D4845 background

This text has white color on #4D4845 background.