COLOR #4D3D37

HEX: #4D3D37
RGB: (77,61,55)

Color info

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

RGB color model

#4D3D37 color RGB value is (77,61,55).

  • red value is 77;
  • green value is 61;
  • blue value is 55.
RGB:
(77,61,55)
(30%,24%,22%)

RGB channels and saturation

R 77 of 255 = 30%
G 61 of 255 = 24%
B 55 of 255 = 22%

77
61
55

R + G + B ~ 25%. #4D3D37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 61 + 55 = 193 (100%)
R 77 of 193 ~ 39.9%
G 61 of 193 ~ 31.61%
B 55 of 193 ~ 28.5%

%39.9
%31.61
%28.5

CMYK color model

#4D3D37 color CMYK value is (0,21,29,70).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 28.57%
  • key color value is 69.80%
CMYK:
(0,21,29,70)
C0M21Y29K70 
(0%,21%,29%,70%)
(0.00/0.21/0.29/0.70)	

CMYK percentages

%0
%20.78
%28.57
%69.8

Codes

Color #4D3D37 in popluar color models

4D3D37
RGB776155
HSL16°16.67%25.88%
HSB/HSV16°28.57%30.20%
CMYK0.00%20.78%28.57%
69.80%

Color #4D3D37 in popluar number systems.

HEX4D3D37
Decimal776155
Binary1001101111101110111
Octal1157567

Shades and tints

Shades of #4D3D37

#4D3D37
(77,61,55)
#463832
(70,56,50)
#3F332D
(63,51,45)
#382E28
(56,46,40)
#312923
(49,41,35)
#2A241E
(42,36,30)
#231F19
(35,31,25)
#1C1A14
(28,26,20)
#15150F
(21,21,15)
#0E100A
(14,16,10)
#070B05
(7,11,5)
#000000
(0,0,0)

Tints of #4D3D37

#4D3D37
(77,61,55)
#5D4E49
(93,78,73)
#6D5F5B
(109,95,91)
#7D706D
(125,112,109)
#8D817F
(141,129,127)
#9D9291
(157,146,145)
#ADA3A3
(173,163,163)
#BDB4B5
(189,180,181)
#CDC5C7
(205,197,199)
#DDD6D9
(221,214,217)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3D37; }

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

This text font color is #4D3D37.


Background Color

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

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

This div background color is #4D3D37.


Border color

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

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

This div border color is #4D3D37.


Opacity

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

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

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

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

This text has shadow with #4D3D37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3D37 on black background.


Color preview on white background

This text has color #4D3D37 on white background.



Black color preview on #4D3D37 background

This text has black color on #4D3D37 background.


White color preview on #4D3D37 background

This text has white color on #4D3D37 background.