COLOR #534D4D

HEX: #534D4D RGB: (83,77,77)

Color info

#534D4D contains red, green and blue colors in about the same proportion. Web safe color of #534D4D is #663333 (or #633).

RGB color model

#534D4D color RGB value is (83,77,77).

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

RGB channels and saturation

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

83
77
77

R + G + B ~ 31%. #534D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 77 + 77 = 237 (100%)
R 83 of 237 ~ 35.02%
G 77 of 237 ~ 32.49%
B 77 of 237 ~ 32.49'%

%35.02
%32.49
%32.49

CMYK color model

#534D4D color CMYK value is (0,7,7,67).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 7.23%
  • key color value is 67.45%

CMYK: (0,7,7,67)
C0M7Y7K67 (0%, 7%, 7%, 67%)
(0.00 / 0.07 / 0.07 / 0.67)

CMYK percentages

%0
%7.23
%7.23
%67.45

Codes

Color #534D4D in popluar color models

53 4D 4D
RGB 83 77 77
HSL 3.75% 31.37%
HSB/HSV 7.23% 32.55%
CMYK 0.00% 7.23% 7.23%
67.45%

Color #534D4D in popluar number systems.

HEX 53 4D 4D
Decimal 83 77 77
Binary 1010011 1001101 1001101
Octal 123 115 115

Shades and tints

Shades of #534D4D

#534D4D
(83,77,77)
#4C4646
(76,70,70)
#453F3F
(69,63,63)
#3E3838
(62,56,56)
#373131
(55,49,49)
#302A2A
(48,42,42)
#292323
(41,35,35)
#221C1C
(34,28,28)
#1B1515
(27,21,21)
#140E0E
(20,14,14)
#0D0707
(13,7,7)
#000000
(0,0,0)

Tints of #534D4D

#534D4D
(83,77,77)
#625D5D
(98,93,93)
#716D6D
(113,109,109)
#807D7D
(128,125,125)
#8F8D8D
(143,141,141)
#9E9D9D
(158,157,157)
#ADADAD
(173,173,173)
#BCBDBD
(188,189,189)
#CBCDCD
(203,205,205)
#DADDDD
(218,221,221)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534D4D; }

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

This text font color is #534D4D.

Background Color

.myBgColor { background-color: #534D4D; }

<div style="background-color:#534D4D">Inner text</div>

This div background color is #534D4D.

Border color

.myBorderColor { border: 1px solid #534D4D; }

<div style="border:3px solid #534D4D">Div</div>

This div border color is #534D4D.

Opacity

.myOpacity80 { color: #534D4D; opacity: 0.8; }

<p style="color:#534D4D;opacity:0.8;">80%</p>

Text with #534D4D 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 #534D4D;}

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

This text has shadow with #534D4D color.


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

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

This text has shadow with #534D4D primary color and red secondary color.


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

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

This text has shadow with #534D4D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #534D4D.

Preview

Color preview on black background

This text has color #534D4D on black background.


Color preview on white background

This text has color #534D4D on white background.


Black color preview on #534D4D background

This text has black color on #534D4D background.


White color preview on #534D4D background

This text has white color on #534D4D background.


Related colors

Complementary color

Complementary color for #hex is #ACB2B2.


I love getcolorcode.com