COLOR #4D533E

HEX: #4D533E
RGB: (77,83,62)

Color info

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

RGB color model

#4D533E color RGB value is (77,83,62).

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

RGB channels and saturation

R 77 of 255 = 30%
G 83 of 255 = 33%
B 62 of 255 = 24%

77
83
62

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

Portions of RGB colors in percentages

R + G + B =
77 + 83 + 62 = 222 (100%)
R 77 of 222 ~ 34.68%
G 83 of 222 ~ 37.39%
B 62 of 222 ~ 27.93%

%34.68
%37.39
%27.93

CMYK color model

#4D533E color CMYK value is (7,0,25,67).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 25.30%
  • key color value is 67.45%
CMYK:
(7,0,25,67)
C7M0Y25K67 
(7%,0%,25%,67%)
(0.07/0.00/0.25/0.67)	

CMYK percentages

%7.23
%0
%25.3
%67.45

Codes

Color #4D533E in popluar color models

4D533E
RGB778362
HSL77°14.48%28.43%
HSB/HSV77°25.30%32.55%
CMYK7.23%0.00%25.30%
67.45%

Color #4D533E in popluar number systems.

HEX4D533E
Decimal778362
Binary10011011010011111110
Octal11512376

Shades and tints

Shades of #4D533E

#4D533E
(77,83,62)
#464C39
(70,76,57)
#3F4534
(63,69,52)
#383E2F
(56,62,47)
#31372A
(49,55,42)
#2A3025
(42,48,37)
#232920
(35,41,32)
#1C221B
(28,34,27)
#151B16
(21,27,22)
#0E1411
(14,20,17)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #4D533E

#4D533E
(77,83,62)
#5D624F
(93,98,79)
#6D7160
(109,113,96)
#7D8071
(125,128,113)
#8D8F82
(141,143,130)
#9D9E93
(157,158,147)
#ADADA4
(173,173,164)
#BDBCB5
(189,188,181)
#CDCBC6
(205,203,198)
#DDDAD7
(221,218,215)
#EDE9E8
(237,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D533E; }

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

This text font color is #4D533E.


Background Color

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

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

This div background color is #4D533E.


Border color

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

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

This div border color is #4D533E.


Opacity

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

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

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

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

This text has shadow with #4D533E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D533E on black background.


Color preview on white background

This text has color #4D533E on white background.



Black color preview on #4D533E background

This text has black color on #4D533E background.


White color preview on #4D533E background

This text has white color on #4D533E background.