COLOR #4D2822

HEX: #4D2822
RGB: (77,40,34)

Color info

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

RGB color model

#4D2822 color RGB value is (77,40,34).

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

RGB channels and saturation

R 77 of 255 = 30%
G 40 of 255 = 16%
B 34 of 255 = 13%

77
40
34

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

Portions of RGB colors in percentages

R + G + B =
77 + 40 + 34 = 151 (100%)
R 77 of 151 ~ 50.99%
G 40 of 151 ~ 26.49%
B 34 of 151 ~ 22.52%

%50.99
%26.49
%22.52

CMYK color model

#4D2822 color CMYK value is (0,48,56,70).

  • cyan value is 0.00%
  • magenta value is 48.05%
  • yellow value is 55.84%
  • key color value is 69.80%
CMYK:
(0,48,56,70)
C0M48Y56K70 
(0%,48%,56%,70%)
(0.00/0.48/0.56/0.70)	

CMYK percentages

%0
%48.05
%55.84
%69.8

Codes

Color #4D2822 in popluar color models

4D2822
RGB774034
HSL38.74%21.76%
HSB/HSV55.84%30.20%
CMYK0.00%48.05%55.84%
69.80%

Color #4D2822 in popluar number systems.

HEX4D2822
Decimal774034
Binary1001101101000100010
Octal1155042

Shades and tints

Shades of #4D2822

#4D2822
(77,40,34)
#46251F
(70,37,31)
#3F221C
(63,34,28)
#381F19
(56,31,25)
#311C16
(49,28,22)
#2A1913
(42,25,19)
#231610
(35,22,16)
#1C130D
(28,19,13)
#15100A
(21,16,10)
#0E0D07
(14,13,7)
#070A04
(7,10,4)
#000000
(0,0,0)

Tints of #4D2822

#4D2822
(77,40,34)
#5D3B36
(93,59,54)
#6D4E4A
(109,78,74)
#7D615E
(125,97,94)
#8D7472
(141,116,114)
#9D8786
(157,135,134)
#AD9A9A
(173,154,154)
#BDADAE
(189,173,174)
#CDC0C2
(205,192,194)
#DDD3D6
(221,211,214)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2822; }

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

This text font color is #4D2822.


Background Color

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

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

This div background color is #4D2822.


Border color

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

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

This div border color is #4D2822.


Opacity

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

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

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

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

This text has shadow with #4D2822 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2822 on black background.


Color preview on white background

This text has color #4D2822 on white background.



Black color preview on #4D2822 background

This text has black color on #4D2822 background.


White color preview on #4D2822 background

This text has white color on #4D2822 background.