COLOR #534C4D

HEX: #534C4D
RGB: (83,76,77)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
76
77

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

Portions of RGB colors in percentages

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

%35.17
%32.2
%32.63

CMYK color model

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

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

CMYK percentages

%0
%8.43
%7.23
%67.45

Codes

Color #534C4D in popluar color models

534C4D
RGB837677
HSL351°4.40%31.18%
HSB/HSV351°8.43%32.55%
CMYK0.00%8.43%7.23%
67.45%

Color #534C4D in popluar number systems.

HEX534C4D
Decimal837677
Binary101001110011001001101
Octal123114115

Shades and tints

Shades of #534C4D

#534C4D
(83,76,77)
#4C4646
(76,70,70)
#45403F
(69,64,63)
#3E3A38
(62,58,56)
#373431
(55,52,49)
#302E2A
(48,46,42)
#292823
(41,40,35)
#22221C
(34,34,28)
#1B1C15
(27,28,21)
#14160E
(20,22,14)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #534C4D

#534C4D
(83,76,77)
#625C5D
(98,92,93)
#716C6D
(113,108,109)
#807C7D
(128,124,125)
#8F8C8D
(143,140,141)
#9E9C9D
(158,156,157)
#ADACAD
(173,172,173)
#BCBCBD
(188,188,189)
#CBCCCD
(203,204,205)
#DADCDD
(218,220,221)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534C4D; }

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

This text font color is #534C4D.


Background Color

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

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

This div background color is #534C4D.


Border color

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

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

This div border color is #534C4D.


Opacity

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

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

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

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

This text has shadow with #534C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534C4D on black background.


Color preview on white background

This text has color #534C4D on white background.



Black color preview on #534C4D background

This text has black color on #534C4D background.


White color preview on #534C4D background

This text has white color on #534C4D background.