COLOR #4D2D3D

HEX: #4D2D3D
RGB: (77,45,61)

Color info

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

RGB color model

#4D2D3D color RGB value is (77,45,61).

  • red value is 77;
  • green value is 45;
  • blue value is 61.
RGB:
(77,45,61)
(30%,18%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 45 of 255 = 18%
B 61 of 255 = 24%

77
45
61

R + G + B ~ 24%. #4D2D3D is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 45 + 61 = 183 (100%)
R 77 of 183 ~ 42.08%
G 45 of 183 ~ 24.59%
B 61 of 183 ~ 33.33%

%42.08
%24.59
%33.33

CMYK color model

#4D2D3D color CMYK value is (0,42,21,70).

  • cyan value is 0.00%
  • magenta value is 41.56%
  • yellow value is 20.78%
  • key color value is 69.80%
CMYK:
(0,42,21,70)
C0M42Y21K70 
(0%,42%,21%,70%)
(0.00/0.42/0.21/0.70)	

CMYK percentages

%0
%41.56
%20.78
%69.8

Codes

Color #4D2D3D in popluar color models

4D2D3D
RGB774561
HSL330°26.23%23.92%
HSB/HSV330°41.56%30.20%
CMYK0.00%41.56%20.78%
69.80%

Color #4D2D3D in popluar number systems.

HEX4D2D3D
Decimal774561
Binary1001101101101111101
Octal1155575

Shades and tints

Shades of #4D2D3D

#4D2D3D
(77,45,61)
#462938
(70,41,56)
#3F2533
(63,37,51)
#38212E
(56,33,46)
#311D29
(49,29,41)
#2A1924
(42,25,36)
#23151F
(35,21,31)
#1C111A
(28,17,26)
#150D15
(21,13,21)
#0E0910
(14,9,16)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #4D2D3D

#4D2D3D
(77,45,61)
#5D404E
(93,64,78)
#6D535F
(109,83,95)
#7D6670
(125,102,112)
#8D7981
(141,121,129)
#9D8C92
(157,140,146)
#AD9FA3
(173,159,163)
#BDB2B4
(189,178,180)
#CDC5C5
(205,197,197)
#DDD8D6
(221,216,214)
#EDEBE7
(237,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2D3D color. Also use rgb(77,45,61) instead hex code.

Text Font Color

.myTextColor { color: #4D2D3D; }

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

This text font color is #4D2D3D.


Background Color

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

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

This div background color is #4D2D3D.


Border color

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

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

This div border color is #4D2D3D.


Opacity

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

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

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

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

This text has shadow with #4D2D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2D3D on black background.


Color preview on white background

This text has color #4D2D3D on white background.



Black color preview on #4D2D3D background

This text has black color on #4D2D3D background.


White color preview on #4D2D3D background

This text has white color on #4D2D3D background.