COLOR #4D2A24

HEX: #4D2A24
RGB: (77,42,36)

Color info

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

RGB color model

#4D2A24 color RGB value is (77,42,36).

  • red value is 77;
  • green value is 42;
  • blue value is 36.
RGB:
(77,42,36)
(30%,16%,14%)

RGB channels and saturation

R 77 of 255 = 30%
G 42 of 255 = 16%
B 36 of 255 = 14%

77
42
36

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

Portions of RGB colors in percentages

R + G + B =
77 + 42 + 36 = 155 (100%)
R 77 of 155 ~ 49.68%
G 42 of 155 ~ 27.1%
B 36 of 155 ~ 23.23%

%49.68
%27.1
%23.23

CMYK color model

#4D2A24 color CMYK value is (0,45,53,70).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 53.25%
  • key color value is 69.80%
CMYK:
(0,45,53,70)
C0M45Y53K70 
(0%,45%,53%,70%)
(0.00/0.45/0.53/0.70)	

CMYK percentages

%0
%45.45
%53.25
%69.8

Codes

Color #4D2A24 in popluar color models

4D2A24
RGB774236
HSL36.28%22.16%
HSB/HSV53.25%30.20%
CMYK0.00%45.45%53.25%
69.80%

Color #4D2A24 in popluar number systems.

HEX4D2A24
Decimal774236
Binary1001101101010100100
Octal1155244

Shades and tints

Shades of #4D2A24

#4D2A24
(77,42,36)
#462721
(70,39,33)
#3F241E
(63,36,30)
#38211B
(56,33,27)
#311E18
(49,30,24)
#2A1B15
(42,27,21)
#231812
(35,24,18)
#1C150F
(28,21,15)
#15120C
(21,18,12)
#0E0F09
(14,15,9)
#070C06
(7,12,6)
#000000
(0,0,0)

Tints of #4D2A24

#4D2A24
(77,42,36)
#5D3D37
(93,61,55)
#6D504A
(109,80,74)
#7D635D
(125,99,93)
#8D7670
(141,118,112)
#9D8983
(157,137,131)
#AD9C96
(173,156,150)
#BDAFA9
(189,175,169)
#CDC2BC
(205,194,188)
#DDD5CF
(221,213,207)
#EDE8E2
(237,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2A24; }

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

This text font color is #4D2A24.


Background Color

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

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

This div background color is #4D2A24.


Border color

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

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

This div border color is #4D2A24.


Opacity

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

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

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

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

This text has shadow with #4D2A24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2A24 on black background.


Color preview on white background

This text has color #4D2A24 on white background.



Black color preview on #4D2A24 background

This text has black color on #4D2A24 background.


White color preview on #4D2A24 background

This text has white color on #4D2A24 background.