COLOR #4D2727

HEX: #4D2727
RGB: (77,39,39)

Color info

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

RGB color model

#4D2727 color RGB value is (77,39,39).

  • red value is 77;
  • green value is 39;
  • blue value is 39.
RGB:
(77,39,39)
(30%,15%,15%)

RGB channels and saturation

R 77 of 255 = 30%
G 39 of 255 = 15%
B 39 of 255 = 15%

77
39
39

R + G + B ~ 20%. #4D2727 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 39 + 39 = 155 (100%)
R 77 of 155 ~ 49.68%
G 39 of 155 ~ 25.16%
B 39 of 155 ~ 25.16%

%49.68
%25.16
%25.16

CMYK color model

#4D2727 color CMYK value is (0,49,49,70).

  • cyan value is 0.00%
  • magenta value is 49.35%
  • yellow value is 49.35%
  • key color value is 69.80%
CMYK:
(0,49,49,70)
C0M49Y49K70 
(0%,49%,49%,70%)
(0.00/0.49/0.49/0.70)	

CMYK percentages

%0
%49.35
%49.35
%69.8

Codes

Color #4D2727 in popluar color models

4D2727
RGB773939
HSL32.76%22.75%
HSB/HSV49.35%30.20%
CMYK0.00%49.35%49.35%
69.80%

Color #4D2727 in popluar number systems.

HEX4D2727
Decimal773939
Binary1001101100111100111
Octal1154747

Shades and tints

Shades of #4D2727

#4D2727
(77,39,39)
#462424
(70,36,36)
#3F2121
(63,33,33)
#381E1E
(56,30,30)
#311B1B
(49,27,27)
#2A1818
(42,24,24)
#231515
(35,21,21)
#1C1212
(28,18,18)
#150F0F
(21,15,15)
#0E0C0C
(14,12,12)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #4D2727

#4D2727
(77,39,39)
#5D3A3A
(93,58,58)
#6D4D4D
(109,77,77)
#7D6060
(125,96,96)
#8D7373
(141,115,115)
#9D8686
(157,134,134)
#AD9999
(173,153,153)
#BDACAC
(189,172,172)
#CDBFBF
(205,191,191)
#DDD2D2
(221,210,210)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2727; }

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

This text font color is #4D2727.


Background Color

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

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

This div background color is #4D2727.


Border color

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

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

This div border color is #4D2727.


Opacity

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

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

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

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

This text has shadow with #4D2727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2727 on black background.


Color preview on white background

This text has color #4D2727 on white background.



Black color preview on #4D2727 background

This text has black color on #4D2727 background.


White color preview on #4D2727 background

This text has white color on #4D2727 background.