COLOR #4D652D

HEX: #4D652D RGB: (77,101,45)

Color info

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

RGB color model

#4D652D color RGB value is (77,101,45).

RGB: (77,101,45) (30%, 40%, 18%)

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 45 of 255 = 18%

77
101
45

R + G + B ~ 29%. #4D652D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 101 + 45 = 223 (100%)
R 77 of 223 ~ 34.53%
G 101 of 223 ~ 45.29%
B 45 of 223 ~ 20.18'%

%34.53
%45.29
%20.18

CMYK color model

#4D652D color CMYK value is (24,0,55,60).

  • cyan value is 23.76%
  • magenta value is 0.00%
  • yellow value is 55.45%
  • key color value is 60.39%

CMYK: (24,0,55,60)
C24M0Y55K60 (24%, 0%, 55%, 60%)
(0.24 / 0.00 / 0.55 / 0.60)

CMYK percentages

%23.76
%0
%55.45
%60.39

Codes

Color #4D652D in popluar color models

4D 65 2D
RGB 77 101 45
HSL 86° 38.36% 28.63%
HSB/HSV 86° 55.45% 39.61%
CMYK 23.76% 0.00% 55.45%
60.39%

Color #4D652D in popluar number systems.

HEX 4D 65 2D
Decimal 77 101 45
Binary 1001101 1100101 101101
Octal 115 145 55

Shades and tints

Shades of #4D652D

#4D652D
(77,101,45)
#465C29
(70,92,41)
#3F5325
(63,83,37)
#384A21
(56,74,33)
#31411D
(49,65,29)
#2A3819
(42,56,25)
#232F15
(35,47,21)
#1C2611
(28,38,17)
#151D0D
(21,29,13)
#0E1409
(14,20,9)
#070B05
(7,11,5)
#000000
(0,0,0)

Tints of #4D652D

#4D652D
(77,101,45)
#5D7340
(93,115,64)
#6D8153
(109,129,83)
#7D8F66
(125,143,102)
#8D9D79
(141,157,121)
#9DAB8C
(157,171,140)
#ADB99F
(173,185,159)
#BDC7B2
(189,199,178)
#CDD5C5
(205,213,197)
#DDE3D8
(221,227,216)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D652D color. Also use rgb(77,101,45) instead hex code.

Text Font Color

.myTextColor { color: #4D652D; }

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

This text font color is #4D652D.

Background Color

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

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

This div background color is #4D652D.

Border color

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

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

This div border color is #4D652D.

Opacity

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

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

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

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

This text has shadow with #4D652D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D652D.

Preview

Color preview on black background

This text has color #4D652D on black background.


Color preview on white background

This text has color #4D652D on white background.


Black color preview on #4D652D background

This text has black color on #4D652D background.


White color preview on #4D652D background

This text has white color on #4D652D background.


Related colors

Complementary color

Complementary color for #hex is #B29AD2.


I love getcolorcode.com

Triadic colors

1 #2D4D65 and #652D4D with #4D652D are triadic colors.

2 #2D654D and #654D2D with #4D652D are triadic colors.