COLOR #4D532D

HEX: #4D532D RGB: (77,83,45)

Color info

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

RGB color model

#4D532D color RGB value is (77,83,45).

RGB: (77,83,45) (30%, 33%, 18%)

RGB channels and saturation

R 77 of 255 = 30%
G 83 of 255 = 33%
B 45 of 255 = 18%

77
83
45

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

Portions of RGB colors in percentages

R + G + B = 77 + 83 + 45 = 205 (100%)
R 77 of 205 ~ 37.56%
G 83 of 205 ~ 40.49%
B 45 of 205 ~ 21.95'%

%37.56
%40.49
%21.95

CMYK color model

#4D532D color CMYK value is (7,0,46,67).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 67.45%
CMYK: (7,0,46,67) C7M0Y46K67 (7%,0%,46%,67%) (0.07/0.00/0.46/0.67) 

CMYK percentages

%7.23
%0
%45.78
%67.45

Codes

Color #4D532D in popluar color models

4D 53 2D
RGB 77 83 45
HSL 69° 29.69% 25.10%
HSB/HSV 69° 45.78% 32.55%
CMYK 7.23% 0.00% 45.78%
67.45%

Color #4D532D in popluar number systems.

HEX 4D 53 2D
Decimal 77 83 45
Binary 1001101 1010011 101101
Octal 115 123 55

Shades and tints

Shades of #4D532D

#4D532D
(77,83,45)
#464C29
(70,76,41)
#3F4525
(63,69,37)
#383E21
(56,62,33)
#31371D
(49,55,29)
#2A3019
(42,48,25)
#232915
(35,41,21)
#1C2211
(28,34,17)
#151B0D
(21,27,13)
#0E1409
(14,20,9)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #4D532D

#4D532D
(77,83,45)
#5D6240
(93,98,64)
#6D7153
(109,113,83)
#7D8066
(125,128,102)
#8D8F79
(141,143,121)
#9D9E8C
(157,158,140)
#ADAD9F
(173,173,159)
#BDBCB2
(189,188,178)
#CDCBC5
(205,203,197)
#DDDAD8
(221,218,216)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D532D; }

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

This text font color is #4D532D.

Background Color

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

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

This div background color is #4D532D.

Border color

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

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

This div border color is #4D532D.

Opacity

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

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

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

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

This text has shadow with #4D532D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D532D.

Preview

Color preview on black background

This text has color #4D532D on black background.


Color preview on white background

This text has color #4D532D on white background.


Black color preview on #4D532D background

This text has black color on #4D532D background.


White color preview on #4D532D background

This text has white color on #4D532D background.


Related colors

Complementary color

Complementary color for #hex is #B2ACD2.


I love getcolorcode.com

Triadic colors

1 #2D4D53 and #532D4D with #4D532D are triadic colors.

2 #2D534D and #534D2D with #4D532D are triadic colors.