COLOR #4D534C

HEX: #4D534C
RGB: (77,83,76)

Color info

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

RGB color model

#4D534C color RGB value is (77,83,76).

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

RGB channels and saturation

R 77 of 255 = 30%
G 83 of 255 = 33%
B 76 of 255 = 30%

77
83
76

R + G + B ~ 31%. #4D534C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 83 + 76 = 236 (100%)
R 77 of 236 ~ 32.63%
G 83 of 236 ~ 35.17%
B 76 of 236 ~ 32.2%

%32.63
%35.17
%32.2

CMYK color model

#4D534C color CMYK value is (7,0,8,67).

  • cyan value is 7.23%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 67.45%
CMYK:
(7,0,8,67)
C7M0Y8K67 
(7%,0%,8%,67%)
(0.07/0.00/0.08/0.67)	

CMYK percentages

%7.23
%0
%8.43
%67.45

Codes

Color #4D534C in popluar color models

4D534C
RGB778376
HSL111°4.40%31.18%
HSB/HSV111°8.43%32.55%
CMYK7.23%0.00%8.43%
67.45%

Color #4D534C in popluar number systems.

HEX4D534C
Decimal778376
Binary100110110100111001100
Octal115123114

Shades and tints

Shades of #4D534C

#4D534C
(77,83,76)
#464C46
(70,76,70)
#3F4540
(63,69,64)
#383E3A
(56,62,58)
#313734
(49,55,52)
#2A302E
(42,48,46)
#232928
(35,41,40)
#1C2222
(28,34,34)
#151B1C
(21,27,28)
#0E1416
(14,20,22)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #4D534C

#4D534C
(77,83,76)
#5D625C
(93,98,92)
#6D716C
(109,113,108)
#7D807C
(125,128,124)
#8D8F8C
(141,143,140)
#9D9E9C
(157,158,156)
#ADADAC
(173,173,172)
#BDBCBC
(189,188,188)
#CDCBCC
(205,203,204)
#DDDADC
(221,218,220)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D534C; }

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

This text font color is #4D534C.


Background Color

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

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

This div background color is #4D534C.


Border color

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

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

This div border color is #4D534C.


Opacity

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

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

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

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

This text has shadow with #4D534C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D534C on black background.


Color preview on white background

This text has color #4D534C on white background.



Black color preview on #4D534C background

This text has black color on #4D534C background.


White color preview on #4D534C background

This text has white color on #4D534C background.