COLOR #4D4F28

HEX: #4D4F28
RGB: (77,79,40)

Color info

#4D4F28 contains red, green and blue colors in about the same proportion. Web safe color of #4D4F28 is #336633 (or #363).

RGB color model

#4D4F28 color RGB value is (77,79,40).

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

RGB channels and saturation

R 77 of 255 = 30%
G 79 of 255 = 31%
B 40 of 255 = 16%

77
79
40

R + G + B ~ 26%. #4D4F28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 79 + 40 = 196 (100%)
R 77 of 196 ~ 39.29%
G 79 of 196 ~ 40.31%
B 40 of 196 ~ 20.41%

%39.29
%40.31
%20.41

CMYK color model

#4D4F28 color CMYK value is (3,0,49,69).

  • cyan value is 2.53%
  • magenta value is 0.00%
  • yellow value is 49.37%
  • key color value is 69.02%
CMYK:
(3,0,49,69)
C3M0Y49K69 
(3%,0%,49%,69%)
(0.03/0.00/0.49/0.69)	

CMYK percentages

%2.53
%0
%49.37
%69.02

Codes

Color #4D4F28 in popluar color models

4D4F28
RGB777940
HSL63°32.77%23.33%
HSB/HSV63°49.37%30.98%
CMYK2.53%0.00%49.37%
69.02%

Color #4D4F28 in popluar number systems.

HEX4D4F28
Decimal777940
Binary10011011001111101000
Octal11511750

Shades and tints

Shades of #4D4F28

#4D4F28
(77,79,40)
#464825
(70,72,37)
#3F4122
(63,65,34)
#383A1F
(56,58,31)
#31331C
(49,51,28)
#2A2C19
(42,44,25)
#232516
(35,37,22)
#1C1E13
(28,30,19)
#151710
(21,23,16)
#0E100D
(14,16,13)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #4D4F28

#4D4F28
(77,79,40)
#5D5F3B
(93,95,59)
#6D6F4E
(109,111,78)
#7D7F61
(125,127,97)
#8D8F74
(141,143,116)
#9D9F87
(157,159,135)
#ADAF9A
(173,175,154)
#BDBFAD
(189,191,173)
#CDCFC0
(205,207,192)
#DDDFD3
(221,223,211)
#EDEFE6
(237,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4F28; }

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

This text font color is #4D4F28.


Background Color

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

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

This div background color is #4D4F28.


Border color

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

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

This div border color is #4D4F28.


Opacity

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

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

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

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

This text has shadow with #4D4F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4F28 on black background.


Color preview on white background

This text has color #4D4F28 on white background.



Black color preview on #4D4F28 background

This text has black color on #4D4F28 background.


White color preview on #4D4F28 background

This text has white color on #4D4F28 background.