COLOR #4D4935

HEX: #4D4935 RGB: (77,73,53)

Color info

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

RGB color model

#4D4935 color RGB value is (77,73,53).

RGB: (77,73,53) (30%, 29%, 21%)

RGB channels and saturation

R 77 of 255 = 30%
G 73 of 255 = 29%
B 53 of 255 = 21%

77
73
53

R + G + B ~ 27%. #4D4935 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 73 + 53 = 203 (100%)
R 77 of 203 ~ 37.93%
G 73 of 203 ~ 35.96%
B 53 of 203 ~ 26.11'%

%37.93
%35.96
%26.11

CMYK color model

#4D4935 color CMYK value is (0,5,31,70).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 31.17%
  • key color value is 69.80%

CMYK: (0,5,31,70)
C0M5Y31K70 (0%, 5%, 31%, 70%)
(0.00 / 0.05 / 0.31 / 0.70)

CMYK percentages

%0
%5.19
%31.17
%69.8

Codes

Color #4D4935 in popluar color models

4D 49 35
RGB 77 73 53
HSL 50° 18.46% 25.49%
HSB/HSV 50° 31.17% 30.20%
CMYK 0.00% 5.19% 31.17%
69.80%

Color #4D4935 in popluar number systems.

HEX 4D 49 35
Decimal 77 73 53
Binary 1001101 1001001 110101
Octal 115 111 65

Shades and tints

Shades of #4D4935

#4D4935
(77,73,53)
#464331
(70,67,49)
#3F3D2D
(63,61,45)
#383729
(56,55,41)
#313125
(49,49,37)
#2A2B21
(42,43,33)
#23251D
(35,37,29)
#1C1F19
(28,31,25)
#151915
(21,25,21)
#0E1311
(14,19,17)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #4D4935

#4D4935
(77,73,53)
#5D5947
(93,89,71)
#6D6959
(109,105,89)
#7D796B
(125,121,107)
#8D897D
(141,137,125)
#9D998F
(157,153,143)
#ADA9A1
(173,169,161)
#BDB9B3
(189,185,179)
#CDC9C5
(205,201,197)
#DDD9D7
(221,217,215)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4935 color. Also use rgb(77,73,53) instead hex code.

Text Font Color

.myTextColor { color: #4D4935; }

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

This text font color is #4D4935.

Background Color

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

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

This div background color is #4D4935.

Border color

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

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

This div border color is #4D4935.

Opacity

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

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

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

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

This text has shadow with #4D4935 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4935.

Preview

Color preview on black background

This text has color #4D4935 on black background.


Color preview on white background

This text has color #4D4935 on white background.


Black color preview on #4D4935 background

This text has black color on #4D4935 background.


White color preview on #4D4935 background

This text has white color on #4D4935 background.


Related colors

Complementary color

Complementary color for #hex is #B2B6CA.


I love getcolorcode.com

Triadic colors

1 #354D49 and #49354D with #4D4935 are triadic colors.

2 #35494D and #494D35 with #4D4935 are triadic colors.