COLOR #4D2426

HEX: #4D2426
RGB: (77,36,38)

Color info

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

RGB color model

#4D2426 color RGB value is (77,36,38).

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

RGB channels and saturation

R 77 of 255 = 30%
G 36 of 255 = 14%
B 38 of 255 = 15%

77
36
38

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

Portions of RGB colors in percentages

R + G + B =
77 + 36 + 38 = 151 (100%)
R 77 of 151 ~ 50.99%
G 36 of 151 ~ 23.84%
B 38 of 151 ~ 25.17%

%50.99
%23.84
%25.17

CMYK color model

#4D2426 color CMYK value is (0,53,51,70).

  • cyan value is 0.00%
  • magenta value is 53.25%
  • yellow value is 50.65%
  • key color value is 69.80%
CMYK:
(0,53,51,70)
C0M53Y51K70 
(0%,53%,51%,70%)
(0.00/0.53/0.51/0.70)	

CMYK percentages

%0
%53.25
%50.65
%69.8

Codes

Color #4D2426 in popluar color models

4D2426
RGB773638
HSL357°36.28%22.16%
HSB/HSV357°53.25%30.20%
CMYK0.00%53.25%50.65%
69.80%

Color #4D2426 in popluar number systems.

HEX4D2426
Decimal773638
Binary1001101100100100110
Octal1154446

Shades and tints

Shades of #4D2426

#4D2426
(77,36,38)
#462123
(70,33,35)
#3F1E20
(63,30,32)
#381B1D
(56,27,29)
#31181A
(49,24,26)
#2A1517
(42,21,23)
#231214
(35,18,20)
#1C0F11
(28,15,17)
#150C0E
(21,12,14)
#0E090B
(14,9,11)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #4D2426

#4D2426
(77,36,38)
#5D3739
(93,55,57)
#6D4A4C
(109,74,76)
#7D5D5F
(125,93,95)
#8D7072
(141,112,114)
#9D8385
(157,131,133)
#AD9698
(173,150,152)
#BDA9AB
(189,169,171)
#CDBCBE
(205,188,190)
#DDCFD1
(221,207,209)
#EDE2E4
(237,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2426; }

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

This text font color is #4D2426.


Background Color

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

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

This div background color is #4D2426.


Border color

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

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

This div border color is #4D2426.


Opacity

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

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

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

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

This text has shadow with #4D2426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2426 on black background.


Color preview on white background

This text has color #4D2426 on white background.



Black color preview on #4D2426 background

This text has black color on #4D2426 background.


White color preview on #4D2426 background

This text has white color on #4D2426 background.