COLOR #4D4222

HEX: #4D4222
RGB: (77,66,34)

Color info

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

RGB color model

#4D4222 color RGB value is (77,66,34).

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

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 34 of 255 = 13%

77
66
34

R + G + B ~ 23%. #4D4222 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 34 = 177 (100%)
R 77 of 177 ~ 43.5%
G 66 of 177 ~ 37.29%
B 34 of 177 ~ 19.21%

%43.5
%37.29
%19.21

CMYK color model

#4D4222 color CMYK value is (0,14,56,70).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 55.84%
  • key color value is 69.80%
CMYK:
(0,14,56,70)
C0M14Y56K70 
(0%,14%,56%,70%)
(0.00/0.14/0.56/0.70)	

CMYK percentages

%0
%14.29
%55.84
%69.8

Codes

Color #4D4222 in popluar color models

4D4222
RGB776634
HSL45°38.74%21.76%
HSB/HSV45°55.84%30.20%
CMYK0.00%14.29%55.84%
69.80%

Color #4D4222 in popluar number systems.

HEX4D4222
Decimal776634
Binary10011011000010100010
Octal11510242

Shades and tints

Shades of #4D4222

#4D4222
(77,66,34)
#463C1F
(70,60,31)
#3F361C
(63,54,28)
#383019
(56,48,25)
#312A16
(49,42,22)
#2A2413
(42,36,19)
#231E10
(35,30,16)
#1C180D
(28,24,13)
#15120A
(21,18,10)
#0E0C07
(14,12,7)
#070604
(7,6,4)
#000000
(0,0,0)

Tints of #4D4222

#4D4222
(77,66,34)
#5D5336
(93,83,54)
#6D644A
(109,100,74)
#7D755E
(125,117,94)
#8D8672
(141,134,114)
#9D9786
(157,151,134)
#ADA89A
(173,168,154)
#BDB9AE
(189,185,174)
#CDCAC2
(205,202,194)
#DDDBD6
(221,219,214)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4222; }

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

This text font color is #4D4222.


Background Color

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

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

This div background color is #4D4222.


Border color

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

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

This div border color is #4D4222.


Opacity

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

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

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

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

This text has shadow with #4D4222 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4222 on black background.


Color preview on white background

This text has color #4D4222 on white background.



Black color preview on #4D4222 background

This text has black color on #4D4222 background.


White color preview on #4D4222 background

This text has white color on #4D4222 background.