COLOR #4D3544

HEX: #4D3544
RGB: (77,53,68)

Color info

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

RGB color model

#4D3544 color RGB value is (77,53,68).

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

RGB channels and saturation

R 77 of 255 = 30%
G 53 of 255 = 21%
B 68 of 255 = 27%

77
53
68

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

Portions of RGB colors in percentages

R + G + B =
77 + 53 + 68 = 198 (100%)
R 77 of 198 ~ 38.89%
G 53 of 198 ~ 26.77%
B 68 of 198 ~ 34.34%

%38.89
%26.77
%34.34

CMYK color model

#4D3544 color CMYK value is (0,31,12,70).

  • cyan value is 0.00%
  • magenta value is 31.17%
  • yellow value is 11.69%
  • key color value is 69.80%
CMYK:
(0,31,12,70)
C0M31Y12K70 
(0%,31%,12%,70%)
(0.00/0.31/0.12/0.70)	

CMYK percentages

%0
%31.17
%11.69
%69.8

Codes

Color #4D3544 in popluar color models

4D3544
RGB775368
HSL323°18.46%25.49%
HSB/HSV323°31.17%30.20%
CMYK0.00%31.17%11.69%
69.80%

Color #4D3544 in popluar number systems.

HEX4D3544
Decimal775368
Binary10011011101011000100
Octal11565104

Shades and tints

Shades of #4D3544

#4D3544
(77,53,68)
#46313E
(70,49,62)
#3F2D38
(63,45,56)
#382932
(56,41,50)
#31252C
(49,37,44)
#2A2126
(42,33,38)
#231D20
(35,29,32)
#1C191A
(28,25,26)
#151514
(21,21,20)
#0E110E
(14,17,14)
#070D08
(7,13,8)
#000000
(0,0,0)

Tints of #4D3544

#4D3544
(77,53,68)
#5D4755
(93,71,85)
#6D5966
(109,89,102)
#7D6B77
(125,107,119)
#8D7D88
(141,125,136)
#9D8F99
(157,143,153)
#ADA1AA
(173,161,170)
#BDB3BB
(189,179,187)
#CDC5CC
(205,197,204)
#DDD7DD
(221,215,221)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3544; }

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

This text font color is #4D3544.


Background Color

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

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

This div background color is #4D3544.


Border color

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

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

This div border color is #4D3544.


Opacity

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

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

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

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

This text has shadow with #4D3544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3544 on black background.


Color preview on white background

This text has color #4D3544 on white background.



Black color preview on #4D3544 background

This text has black color on #4D3544 background.


White color preview on #4D3544 background

This text has white color on #4D3544 background.