COLOR #4D4738

HEX: #4D4738
RGB: (77,71,56)

Color info

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

RGB color model

#4D4738 color RGB value is (77,71,56).

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

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 56 of 255 = 22%

77
71
56

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

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 56 = 204 (100%)
R 77 of 204 ~ 37.75%
G 71 of 204 ~ 34.8%
B 56 of 204 ~ 27.45%

%37.75
%34.8
%27.45

CMYK color model

#4D4738 color CMYK value is (0,8,27,70).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 27.27%
  • key color value is 69.80%
CMYK:
(0,8,27,70)
C0M8Y27K70 
(0%,8%,27%,70%)
(0.00/0.08/0.27/0.70)	

CMYK percentages

%0
%7.79
%27.27
%69.8

Codes

Color #4D4738 in popluar color models

4D4738
RGB777156
HSL43°15.79%26.08%
HSB/HSV43°27.27%30.20%
CMYK0.00%7.79%27.27%
69.80%

Color #4D4738 in popluar number systems.

HEX4D4738
Decimal777156
Binary10011011000111111000
Octal11510770

Shades and tints

Shades of #4D4738

#4D4738
(77,71,56)
#464133
(70,65,51)
#3F3B2E
(63,59,46)
#383529
(56,53,41)
#312F24
(49,47,36)
#2A291F
(42,41,31)
#23231A
(35,35,26)
#1C1D15
(28,29,21)
#151710
(21,23,16)
#0E110B
(14,17,11)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #4D4738

#4D4738
(77,71,56)
#5D574A
(93,87,74)
#6D675C
(109,103,92)
#7D776E
(125,119,110)
#8D8780
(141,135,128)
#9D9792
(157,151,146)
#ADA7A4
(173,167,164)
#BDB7B6
(189,183,182)
#CDC7C8
(205,199,200)
#DDD7DA
(221,215,218)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4738; }

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

This text font color is #4D4738.


Background Color

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

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

This div background color is #4D4738.


Border color

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

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

This div border color is #4D4738.


Opacity

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

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

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

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

This text has shadow with #4D4738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4738 on black background.


Color preview on white background

This text has color #4D4738 on white background.



Black color preview on #4D4738 background

This text has black color on #4D4738 background.


White color preview on #4D4738 background

This text has white color on #4D4738 background.