COLOR #4D2B32

HEX: #4D2B32
RGB: (77,43,50)

Color info

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

RGB color model

#4D2B32 color RGB value is (77,43,50).

  • red value is 77;
  • green value is 43;
  • blue value is 50.
RGB:
(77,43,50)
(30%,17%,20%)

RGB channels and saturation

R 77 of 255 = 30%
G 43 of 255 = 17%
B 50 of 255 = 20%

77
43
50

R + G + B ~ 22%. #4D2B32 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 43 + 50 = 170 (100%)
R 77 of 170 ~ 45.29%
G 43 of 170 ~ 25.29%
B 50 of 170 ~ 29.41%

%45.29
%25.29
%29.41

CMYK color model

#4D2B32 color CMYK value is (0,44,35,70).

  • cyan value is 0.00%
  • magenta value is 44.16%
  • yellow value is 35.06%
  • key color value is 69.80%
CMYK:
(0,44,35,70)
C0M44Y35K70 
(0%,44%,35%,70%)
(0.00/0.44/0.35/0.70)	

CMYK percentages

%0
%44.16
%35.06
%69.8

Codes

Color #4D2B32 in popluar color models

4D2B32
RGB774350
HSL348°28.33%23.53%
HSB/HSV348°44.16%30.20%
CMYK0.00%44.16%35.06%
69.80%

Color #4D2B32 in popluar number systems.

HEX4D2B32
Decimal774350
Binary1001101101011110010
Octal1155362

Shades and tints

Shades of #4D2B32

#4D2B32
(77,43,50)
#46282E
(70,40,46)
#3F252A
(63,37,42)
#382226
(56,34,38)
#311F22
(49,31,34)
#2A1C1E
(42,28,30)
#23191A
(35,25,26)
#1C1616
(28,22,22)
#151312
(21,19,18)
#0E100E
(14,16,14)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D2B32

#4D2B32
(77,43,50)
#5D3E44
(93,62,68)
#6D5156
(109,81,86)
#7D6468
(125,100,104)
#8D777A
(141,119,122)
#9D8A8C
(157,138,140)
#AD9D9E
(173,157,158)
#BDB0B0
(189,176,176)
#CDC3C2
(205,195,194)
#DDD6D4
(221,214,212)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2B32 color. Also use rgb(77,43,50) instead hex code.

Text Font Color

.myTextColor { color: #4D2B32; }

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

This text font color is #4D2B32.


Background Color

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

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

This div background color is #4D2B32.


Border color

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

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

This div border color is #4D2B32.


Opacity

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

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

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

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

This text has shadow with #4D2B32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2B32 on black background.


Color preview on white background

This text has color #4D2B32 on white background.



Black color preview on #4D2B32 background

This text has black color on #4D2B32 background.


White color preview on #4D2B32 background

This text has white color on #4D2B32 background.