COLOR #4D2415

HEX: #4D2415
RGB: (77,36,21)

Color info

#4D2415 contains red, green and blue colors in about the same proportion. Web safe color of #4D2415 is #333300 (or #330).

RGB color model

#4D2415 color RGB value is (77,36,21).

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

RGB channels and saturation

R 77 of 255 = 30%
G 36 of 255 = 14%
B 21 of 255 = 8%

77
36
21

R + G + B ~ 17%. #4D2415 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 36 + 21 = 134 (100%)
R 77 of 134 ~ 57.46%
G 36 of 134 ~ 26.87%
B 21 of 134 ~ 15.67%

%57.46
%26.87
%15.67

CMYK color model

#4D2415 color CMYK value is (0,53,73,70).

  • cyan value is 0.00%
  • magenta value is 53.25%
  • yellow value is 72.73%
  • key color value is 69.80%
CMYK:
(0,53,73,70)
C0M53Y73K70 
(0%,53%,73%,70%)
(0.00/0.53/0.73/0.70)	

CMYK percentages

%0
%53.25
%72.73
%69.8

Codes

Color #4D2415 in popluar color models

4D2415
RGB773621
HSL16°57.14%19.22%
HSB/HSV16°72.73%30.20%
CMYK0.00%53.25%72.73%
69.80%

Color #4D2415 in popluar number systems.

HEX4D2415
Decimal773621
Binary100110110010010101
Octal1154425

Shades and tints

Shades of #4D2415

#4D2415
(77,36,21)
#462114
(70,33,20)
#3F1E13
(63,30,19)
#381B12
(56,27,18)
#311811
(49,24,17)
#2A1510
(42,21,16)
#23120F
(35,18,15)
#1C0F0E
(28,15,14)
#150C0D
(21,12,13)
#0E090C
(14,9,12)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D2415

#4D2415
(77,36,21)
#5D372A
(93,55,42)
#6D4A3F
(109,74,63)
#7D5D54
(125,93,84)
#8D7069
(141,112,105)
#9D837E
(157,131,126)
#AD9693
(173,150,147)
#BDA9A8
(189,169,168)
#CDBCBD
(205,188,189)
#DDCFD2
(221,207,210)
#EDE2E7
(237,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2415; }

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

This text font color is #4D2415.


Background Color

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

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

This div background color is #4D2415.


Border color

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

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

This div border color is #4D2415.


Opacity

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

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

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

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

This text has shadow with #4D2415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2415 on black background.


Color preview on white background

This text has color #4D2415 on white background.



Black color preview on #4D2415 background

This text has black color on #4D2415 background.


White color preview on #4D2415 background

This text has white color on #4D2415 background.