COLOR #4D241F

HEX: #4D241F
RGB: (77,36,31)

Color info

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

RGB color model

#4D241F color RGB value is (77,36,31).

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

RGB channels and saturation

R 77 of 255 = 30%
G 36 of 255 = 14%
B 31 of 255 = 12%

77
36
31

R + G + B ~ 19%. #4D241F is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 36 + 31 = 144 (100%)
R 77 of 144 ~ 53.47%
G 36 of 144 ~ 25%
B 31 of 144 ~ 21.53%

%53.47
%25
%21.53

CMYK color model

#4D241F color CMYK value is (0,53,60,70).

  • cyan value is 0.00%
  • magenta value is 53.25%
  • yellow value is 59.74%
  • key color value is 69.80%
CMYK:
(0,53,60,70)
C0M53Y60K70 
(0%,53%,60%,70%)
(0.00/0.53/0.60/0.70)	

CMYK percentages

%0
%53.25
%59.74
%69.8

Codes

Color #4D241F in popluar color models

4D241F
RGB773631
HSL42.59%21.18%
HSB/HSV59.74%30.20%
CMYK0.00%53.25%59.74%
69.80%

Color #4D241F in popluar number systems.

HEX4D241F
Decimal773631
Binary100110110010011111
Octal1154437

Shades and tints

Shades of #4D241F

#4D241F
(77,36,31)
#46211D
(70,33,29)
#3F1E1B
(63,30,27)
#381B19
(56,27,25)
#311817
(49,24,23)
#2A1515
(42,21,21)
#231213
(35,18,19)
#1C0F11
(28,15,17)
#150C0F
(21,12,15)
#0E090D
(14,9,13)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D241F

#4D241F
(77,36,31)
#5D3733
(93,55,51)
#6D4A47
(109,74,71)
#7D5D5B
(125,93,91)
#8D706F
(141,112,111)
#9D8383
(157,131,131)
#AD9697
(173,150,151)
#BDA9AB
(189,169,171)
#CDBCBF
(205,188,191)
#DDCFD3
(221,207,211)
#EDE2E7
(237,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D241F; }

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

This text font color is #4D241F.


Background Color

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

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

This div background color is #4D241F.


Border color

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

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

This div border color is #4D241F.


Opacity

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

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

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

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

This text has shadow with #4D241F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D241F on black background.


Color preview on white background

This text has color #4D241F on white background.



Black color preview on #4D241F background

This text has black color on #4D241F background.


White color preview on #4D241F background

This text has white color on #4D241F background.