COLOR #4D4338

HEX: #4D4338 RGB: (77,67,56)

Color info

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

RGB color model

#4D4338 color RGB value is (77,67,56).

RGB: (77,67,56) (30%, 26%, 22%)

RGB channels and saturation

R 77 of 255 = 30%
G 67 of 255 = 26%
B 56 of 255 = 22%

77
67
56

R + G + B ~ 26%. #4D4338 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 67 + 56 = 200 (100%)
R 77 of 200 ~ 38.5%
G 67 of 200 ~ 33.5%
B 56 of 200 ~ 28'%

%38.5
%33.5
%28

CMYK color model

#4D4338 color CMYK value is (0,13,27,70).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 27.27%
  • key color value is 69.80%

CMYK: (0,13,27,70)
C0M13Y27K70 (0%, 13%, 27%, 70%)
(0.00 / 0.13 / 0.27 / 0.70)

CMYK percentages

%0
%12.99
%27.27
%69.8

Codes

Color #4D4338 in popluar color models

4D 43 38
RGB 77 67 56
HSL 31° 15.79% 26.08%
HSB/HSV 31° 27.27% 30.20%
CMYK 0.00% 12.99% 27.27%
69.80%

Color #4D4338 in popluar number systems.

HEX 4D 43 38
Decimal 77 67 56
Binary 1001101 1000011 111000
Octal 115 103 70

Shades and tints

Shades of #4D4338

#4D4338
(77,67,56)
#463D33
(70,61,51)
#3F372E
(63,55,46)
#383129
(56,49,41)
#312B24
(49,43,36)
#2A251F
(42,37,31)
#231F1A
(35,31,26)
#1C1915
(28,25,21)
#151310
(21,19,16)
#0E0D0B
(14,13,11)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #4D4338

#4D4338
(77,67,56)
#5D544A
(93,84,74)
#6D655C
(109,101,92)
#7D766E
(125,118,110)
#8D8780
(141,135,128)
#9D9892
(157,152,146)
#ADA9A4
(173,169,164)
#BDBAB6
(189,186,182)
#CDCBC8
(205,203,200)
#DDDCDA
(221,220,218)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4338; }

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

This text font color is #4D4338.

Background Color

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

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

This div background color is #4D4338.

Border color

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

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

This div border color is #4D4338.

Opacity

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

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

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

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

This text has shadow with #4D4338 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4338.

Preview

Color preview on black background

This text has color #4D4338 on black background.


Color preview on white background

This text has color #4D4338 on white background.


Black color preview on #4D4338 background

This text has black color on #4D4338 background.


White color preview on #4D4338 background

This text has white color on #4D4338 background.


Related colors

Complementary color

Complementary color for #hex is #B2BCC7.


I love getcolorcode.com

Triadic colors

1 #384D43 and #43384D with #4D4338 are triadic colors.

2 #38434D and #434D38 with #4D4338 are triadic colors.