COLOR #4D4741

HEX: #4D4741
RGB: (77,71,65)

Color info

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

RGB color model

#4D4741 color RGB value is (77,71,65).

  • red value is 77;
  • green value is 71;
  • blue value is 65.
RGB:
(77,71,65)
(30%,28%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 65 of 255 = 25%

77
71
65

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

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 65 = 213 (100%)
R 77 of 213 ~ 36.15%
G 71 of 213 ~ 33.33%
B 65 of 213 ~ 30.52%

%36.15
%33.33
%30.52

CMYK color model

#4D4741 color CMYK value is (0,8,16,70).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 15.58%
  • key color value is 69.80%
CMYK:
(0,8,16,70)
C0M8Y16K70 
(0%,8%,16%,70%)
(0.00/0.08/0.16/0.70)	

CMYK percentages

%0
%7.79
%15.58
%69.8

Codes

Color #4D4741 in popluar color models

4D4741
RGB777165
HSL30°8.45%27.84%
HSB/HSV30°15.58%30.20%
CMYK0.00%7.79%15.58%
69.80%

Color #4D4741 in popluar number systems.

HEX4D4741
Decimal777165
Binary100110110001111000001
Octal115107101

Shades and tints

Shades of #4D4741

#4D4741
(77,71,65)
#46413C
(70,65,60)
#3F3B37
(63,59,55)
#383532
(56,53,50)
#312F2D
(49,47,45)
#2A2928
(42,41,40)
#232323
(35,35,35)
#1C1D1E
(28,29,30)
#151719
(21,23,25)
#0E1114
(14,17,20)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #4D4741

#4D4741
(77,71,65)
#5D5752
(93,87,82)
#6D6763
(109,103,99)
#7D7774
(125,119,116)
#8D8785
(141,135,133)
#9D9796
(157,151,150)
#ADA7A7
(173,167,167)
#BDB7B8
(189,183,184)
#CDC7C9
(205,199,201)
#DDD7DA
(221,215,218)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4741; }

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

This text font color is #4D4741.


Background Color

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

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

This div background color is #4D4741.


Border color

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

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

This div border color is #4D4741.


Opacity

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

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

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

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

This text has shadow with #4D4741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4741 on black background.


Color preview on white background

This text has color #4D4741 on white background.



Black color preview on #4D4741 background

This text has black color on #4D4741 background.


White color preview on #4D4741 background

This text has white color on #4D4741 background.