COLOR #4D2219

HEX: #4D2219
RGB: (77,34,25)

Color info

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

RGB color model

#4D2219 color RGB value is (77,34,25).

  • red value is 77;
  • green value is 34;
  • blue value is 25.
RGB:
(77,34,25)
(30%,13%,10%)

RGB channels and saturation

R 77 of 255 = 30%
G 34 of 255 = 13%
B 25 of 255 = 10%

77
34
25

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

Portions of RGB colors in percentages

R + G + B =
77 + 34 + 25 = 136 (100%)
R 77 of 136 ~ 56.62%
G 34 of 136 ~ 25%
B 25 of 136 ~ 18.38%

%56.62
%25
%18.38

CMYK color model

#4D2219 color CMYK value is (0,56,68,70).

  • cyan value is 0.00%
  • magenta value is 55.84%
  • yellow value is 67.53%
  • key color value is 69.80%
CMYK:
(0,56,68,70)
C0M56Y68K70 
(0%,56%,68%,70%)
(0.00/0.56/0.68/0.70)	

CMYK percentages

%0
%55.84
%67.53
%69.8

Codes

Color #4D2219 in popluar color models

4D2219
RGB773425
HSL10°50.98%20.00%
HSB/HSV10°67.53%30.20%
CMYK0.00%55.84%67.53%
69.80%

Color #4D2219 in popluar number systems.

HEX4D2219
Decimal773425
Binary100110110001011001
Octal1154231

Shades and tints

Shades of #4D2219

#4D2219
(77,34,25)
#461F17
(70,31,23)
#3F1C15
(63,28,21)
#381913
(56,25,19)
#311611
(49,22,17)
#2A130F
(42,19,15)
#23100D
(35,16,13)
#1C0D0B
(28,13,11)
#150A09
(21,10,9)
#0E0707
(14,7,7)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #4D2219

#4D2219
(77,34,25)
#5D362D
(93,54,45)
#6D4A41
(109,74,65)
#7D5E55
(125,94,85)
#8D7269
(141,114,105)
#9D867D
(157,134,125)
#AD9A91
(173,154,145)
#BDAEA5
(189,174,165)
#CDC2B9
(205,194,185)
#DDD6CD
(221,214,205)
#EDEAE1
(237,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2219 color. Also use rgb(77,34,25) instead hex code.

Text Font Color

.myTextColor { color: #4D2219; }

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

This text font color is #4D2219.


Background Color

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

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

This div background color is #4D2219.


Border color

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

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

This div border color is #4D2219.


Opacity

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

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

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

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

This text has shadow with #4D2219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2219 on black background.


Color preview on white background

This text has color #4D2219 on white background.



Black color preview on #4D2219 background

This text has black color on #4D2219 background.


White color preview on #4D2219 background

This text has white color on #4D2219 background.