COLOR #4D272B

HEX: #4D272B
RGB: (77,39,43)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
39
43

R + G + B ~ 21%. #4D272B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 39 + 43 = 159 (100%)
R 77 of 159 ~ 48.43%
G 39 of 159 ~ 24.53%
B 43 of 159 ~ 27.04%

%48.43
%24.53
%27.04

CMYK color model

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

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

CMYK percentages

%0
%49.35
%44.16
%69.8

Codes

Color #4D272B in popluar color models

4D272B
RGB773943
HSL354°32.76%22.75%
HSB/HSV354°49.35%30.20%
CMYK0.00%49.35%44.16%
69.80%

Color #4D272B in popluar number systems.

HEX4D272B
Decimal773943
Binary1001101100111101011
Octal1154753

Shades and tints

Shades of #4D272B

#4D272B
(77,39,43)
#462428
(70,36,40)
#3F2125
(63,33,37)
#381E22
(56,30,34)
#311B1F
(49,27,31)
#2A181C
(42,24,28)
#231519
(35,21,25)
#1C1216
(28,18,22)
#150F13
(21,15,19)
#0E0C10
(14,12,16)
#07090D
(7,9,13)
#000000
(0,0,0)

Tints of #4D272B

#4D272B
(77,39,43)
#5D3A3E
(93,58,62)
#6D4D51
(109,77,81)
#7D6064
(125,96,100)
#8D7377
(141,115,119)
#9D868A
(157,134,138)
#AD999D
(173,153,157)
#BDACB0
(189,172,176)
#CDBFC3
(205,191,195)
#DDD2D6
(221,210,214)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D272B; }

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

This text font color is #4D272B.


Background Color

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

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

This div background color is #4D272B.


Border color

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

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

This div border color is #4D272B.


Opacity

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

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

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

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

This text has shadow with #4D272B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D272B on black background.


Color preview on white background

This text has color #4D272B on white background.



Black color preview on #4D272B background

This text has black color on #4D272B background.


White color preview on #4D272B background

This text has white color on #4D272B background.