COLOR #4D4439

HEX: #4D4439
RGB: (77,68,57)

Color info

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

RGB color model

#4D4439 color RGB value is (77,68,57).

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

RGB channels and saturation

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

77
68
57

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

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 57 = 202 (100%)
R 77 of 202 ~ 38.12%
G 68 of 202 ~ 33.66%
B 57 of 202 ~ 28.22%

%38.12
%33.66
%28.22

CMYK color model

#4D4439 color CMYK value is (0,12,26,70).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 25.97%
  • key color value is 69.80%
CMYK:
(0,12,26,70)
C0M12Y26K70 
(0%,12%,26%,70%)
(0.00/0.12/0.26/0.70)	

CMYK percentages

%0
%11.69
%25.97
%69.8

Codes

Color #4D4439 in popluar color models

4D4439
RGB776857
HSL33°14.93%26.27%
HSB/HSV33°25.97%30.20%
CMYK0.00%11.69%25.97%
69.80%

Color #4D4439 in popluar number systems.

HEX4D4439
Decimal776857
Binary10011011000100111001
Octal11510471

Shades and tints

Shades of #4D4439

#4D4439
(77,68,57)
#463E34
(70,62,52)
#3F382F
(63,56,47)
#38322A
(56,50,42)
#312C25
(49,44,37)
#2A2620
(42,38,32)
#23201B
(35,32,27)
#1C1A16
(28,26,22)
#151411
(21,20,17)
#0E0E0C
(14,14,12)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #4D4439

#4D4439
(77,68,57)
#5D554B
(93,85,75)
#6D665D
(109,102,93)
#7D776F
(125,119,111)
#8D8881
(141,136,129)
#9D9993
(157,153,147)
#ADAAA5
(173,170,165)
#BDBBB7
(189,187,183)
#CDCCC9
(205,204,201)
#DDDDDB
(221,221,219)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4439; }

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

This text font color is #4D4439.


Background Color

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

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

This div background color is #4D4439.


Border color

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

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

This div border color is #4D4439.


Opacity

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

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

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

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

This text has shadow with #4D4439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4439 on black background.


Color preview on white background

This text has color #4D4439 on white background.



Black color preview on #4D4439 background

This text has black color on #4D4439 background.


White color preview on #4D4439 background

This text has white color on #4D4439 background.