COLOR #4D3637

HEX: #4D3637 RGB: (77,54,55)

Color info

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

RGB color model

#4D3637 color RGB value is (77,54,55).

RGB: (77,54,55) (30%, 21%, 22%)

RGB channels and saturation

R 77 of 255 = 30%
G 54 of 255 = 21%
B 55 of 255 = 22%

77
54
55

R + G + B ~ 24%. #4D3637 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 54 + 55 = 186 (100%)
R 77 of 186 ~ 41.4%
G 54 of 186 ~ 29.03%
B 55 of 186 ~ 29.57'%

%41.4
%29.03
%29.57

CMYK color model

#4D3637 color CMYK value is (0,30,29,70).

  • cyan value is 0.00%
  • magenta value is 29.87%
  • yellow value is 28.57%
  • key color value is 69.80%

CMYK: (0,30,29,70)
C0M30Y29K70 (0%, 30%, 29%, 70%)
(0.00 / 0.30 / 0.29 / 0.70)

CMYK percentages

%0
%29.87
%28.57
%69.8

Codes

Color #4D3637 in popluar color models

4D 36 37
RGB 77 54 55
HSL 357° 17.56% 25.69%
HSB/HSV 357° 29.87% 30.20%
CMYK 0.00% 29.87% 28.57%
69.80%

Color #4D3637 in popluar number systems.

HEX 4D 36 37
Decimal 77 54 55
Binary 1001101 110110 110111
Octal 115 66 67

Shades and tints

Shades of #4D3637

#4D3637
(77,54,55)
#463232
(70,50,50)
#3F2E2D
(63,46,45)
#382A28
(56,42,40)
#312623
(49,38,35)
#2A221E
(42,34,30)
#231E19
(35,30,25)
#1C1A14
(28,26,20)
#15160F
(21,22,15)
#0E120A
(14,18,10)
#070E05
(7,14,5)
#000000
(0,0,0)

Tints of #4D3637

#4D3637
(77,54,55)
#5D4849
(93,72,73)
#6D5A5B
(109,90,91)
#7D6C6D
(125,108,109)
#8D7E7F
(141,126,127)
#9D9091
(157,144,145)
#ADA2A3
(173,162,163)
#BDB4B5
(189,180,181)
#CDC6C7
(205,198,199)
#DDD8D9
(221,216,217)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3637; }

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

This text font color is #4D3637.

Background Color

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

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

This div background color is #4D3637.

Border color

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

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

This div border color is #4D3637.

Opacity

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

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

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

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

This text has shadow with #4D3637 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3637.

Preview

Color preview on black background

This text has color #4D3637 on black background.


Color preview on white background

This text has color #4D3637 on white background.


Black color preview on #4D3637 background

This text has black color on #4D3637 background.


White color preview on #4D3637 background

This text has white color on #4D3637 background.


Related colors

Complementary color

Complementary color for #hex is #B2C9C8.


I love getcolorcode.com

Triadic colors

1 #374D36 and #36374D with #4D3637 are triadic colors.

2 #37364D and #364D37 with #4D3637 are triadic colors.