COLOR #4D532A

HEX: #4D532A
RGB: (77,83,42)

Color info

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

RGB color model

#4D532A color RGB value is (77,83,42).

  • red value is 77;
  • green value is 83;
  • blue value is 42.
RGB:
(77,83,42)
(30%,33%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 83 of 255 = 33%
B 42 of 255 = 16%

77
83
42

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

Portions of RGB colors in percentages

R + G + B =
77 + 83 + 42 = 202 (100%)
R 77 of 202 ~ 38.12%
G 83 of 202 ~ 41.09%
B 42 of 202 ~ 20.79%

%38.12
%41.09
%20.79

CMYK color model

#4D532A color CMYK value is (7,0,49,67).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 49.40%
  • key color value is 67.45%
CMYK:
(7,0,49,67)
C7M0Y49K67 
(7%,0%,49%,67%)
(0.07/0.00/0.49/0.67)	

CMYK percentages

%7.23
%0
%49.4
%67.45

Codes

Color #4D532A in popluar color models

4D532A
RGB778342
HSL69°32.80%24.51%
HSB/HSV69°49.40%32.55%
CMYK7.23%0.00%49.40%
67.45%

Color #4D532A in popluar number systems.

HEX4D532A
Decimal778342
Binary10011011010011101010
Octal11512352

Shades and tints

Shades of #4D532A

#4D532A
(77,83,42)
#464C27
(70,76,39)
#3F4524
(63,69,36)
#383E21
(56,62,33)
#31371E
(49,55,30)
#2A301B
(42,48,27)
#232918
(35,41,24)
#1C2215
(28,34,21)
#151B12
(21,27,18)
#0E140F
(14,20,15)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #4D532A

#4D532A
(77,83,42)
#5D623D
(93,98,61)
#6D7150
(109,113,80)
#7D8063
(125,128,99)
#8D8F76
(141,143,118)
#9D9E89
(157,158,137)
#ADAD9C
(173,173,156)
#BDBCAF
(189,188,175)
#CDCBC2
(205,203,194)
#DDDAD5
(221,218,213)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D532A; }

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

This text font color is #4D532A.


Background Color

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

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

This div background color is #4D532A.


Border color

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

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

This div border color is #4D532A.


Opacity

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

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

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

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

This text has shadow with #4D532A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D532A on black background.


Color preview on white background

This text has color #4D532A on white background.



Black color preview on #4D532A background

This text has black color on #4D532A background.


White color preview on #4D532A background

This text has white color on #4D532A background.