COLOR #4D2A15

HEX: #4D2A15
RGB: (77,42,21)

Color info

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

RGB color model

#4D2A15 color RGB value is (77,42,21).

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

RGB channels and saturation

R 77 of 255 = 30%
G 42 of 255 = 16%
B 21 of 255 = 8%

77
42
21

R + G + B ~ 18%. #4D2A15 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 42 + 21 = 140 (100%)
R 77 of 140 ~ 55%
G 42 of 140 ~ 30%
B 21 of 140 ~ 15%

%55
%30
%15

CMYK color model

#4D2A15 color CMYK value is (0,45,73,70).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 72.73%
  • key color value is 69.80%
CMYK:
(0,45,73,70)
C0M45Y73K70 
(0%,45%,73%,70%)
(0.00/0.45/0.73/0.70)	

CMYK percentages

%0
%45.45
%72.73
%69.8

Codes

Color #4D2A15 in popluar color models

4D2A15
RGB774221
HSL23°57.14%19.22%
HSB/HSV23°72.73%30.20%
CMYK0.00%45.45%72.73%
69.80%

Color #4D2A15 in popluar number systems.

HEX4D2A15
Decimal774221
Binary100110110101010101
Octal1155225

Shades and tints

Shades of #4D2A15

#4D2A15
(77,42,21)
#462714
(70,39,20)
#3F2413
(63,36,19)
#382112
(56,33,18)
#311E11
(49,30,17)
#2A1B10
(42,27,16)
#23180F
(35,24,15)
#1C150E
(28,21,14)
#15120D
(21,18,13)
#0E0F0C
(14,15,12)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #4D2A15

#4D2A15
(77,42,21)
#5D3D2A
(93,61,42)
#6D503F
(109,80,63)
#7D6354
(125,99,84)
#8D7669
(141,118,105)
#9D897E
(157,137,126)
#AD9C93
(173,156,147)
#BDAFA8
(189,175,168)
#CDC2BD
(205,194,189)
#DDD5D2
(221,213,210)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2A15; }

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

This text font color is #4D2A15.


Background Color

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

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

This div background color is #4D2A15.


Border color

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

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

This div border color is #4D2A15.


Opacity

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

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

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

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

This text has shadow with #4D2A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2A15 on black background.


Color preview on white background

This text has color #4D2A15 on white background.



Black color preview on #4D2A15 background

This text has black color on #4D2A15 background.


White color preview on #4D2A15 background

This text has white color on #4D2A15 background.