COLOR #4D4438

HEX: #4D4438
RGB: (77,68,56)

Color info

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

RGB color model

#4D4438 color RGB value is (77,68,56).

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

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 56 of 255 = 22%

77
68
56

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

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 56 = 201 (100%)
R 77 of 201 ~ 38.31%
G 68 of 201 ~ 33.83%
B 56 of 201 ~ 27.86%

%38.31
%33.83
%27.86

CMYK color model

#4D4438 color CMYK value is (0,12,27,70).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 27.27%
  • key color value is 69.80%
CMYK:
(0,12,27,70)
C0M12Y27K70 
(0%,12%,27%,70%)
(0.00/0.12/0.27/0.70)	

CMYK percentages

%0
%11.69
%27.27
%69.8

Codes

Color #4D4438 in popluar color models

4D4438
RGB776856
HSL34°15.79%26.08%
HSB/HSV34°27.27%30.20%
CMYK0.00%11.69%27.27%
69.80%

Color #4D4438 in popluar number systems.

HEX4D4438
Decimal776856
Binary10011011000100111000
Octal11510470

Shades and tints

Shades of #4D4438

#4D4438
(77,68,56)
#463E33
(70,62,51)
#3F382E
(63,56,46)
#383229
(56,50,41)
#312C24
(49,44,36)
#2A261F
(42,38,31)
#23201A
(35,32,26)
#1C1A15
(28,26,21)
#151410
(21,20,16)
#0E0E0B
(14,14,11)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #4D4438

#4D4438
(77,68,56)
#5D554A
(93,85,74)
#6D665C
(109,102,92)
#7D776E
(125,119,110)
#8D8880
(141,136,128)
#9D9992
(157,153,146)
#ADAAA4
(173,170,164)
#BDBBB6
(189,187,182)
#CDCCC8
(205,204,200)
#DDDDDA
(221,221,218)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4438; }

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

This text font color is #4D4438.


Background Color

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

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

This div background color is #4D4438.


Border color

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

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

This div border color is #4D4438.


Opacity

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

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

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

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

This text has shadow with #4D4438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4438 on black background.


Color preview on white background

This text has color #4D4438 on white background.



Black color preview on #4D4438 background

This text has black color on #4D4438 background.


White color preview on #4D4438 background

This text has white color on #4D4438 background.