COLOR #534D4A

HEX: #534D4A
RGB: (83,77,74)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
77
74

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

Portions of RGB colors in percentages

R + G + B =
83 + 77 + 74 = 234 (100%)
R 83 of 234 ~ 35.47%
G 77 of 234 ~ 32.91%
B 74 of 234 ~ 31.62%

%35.47
%32.91
%31.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 10.84%
  • key color value is 67.45%
CMYK:
(0,7,11,67)
C0M7Y11K67 
(0%,7%,11%,67%)
(0.00/0.07/0.11/0.67)	

CMYK percentages

%0
%7.23
%10.84
%67.45

Codes

Color #534D4A in popluar color models

534D4A
RGB837774
HSL20°5.73%30.78%
HSB/HSV20°10.84%32.55%
CMYK0.00%7.23%10.84%
67.45%

Color #534D4A in popluar number systems.

HEX534D4A
Decimal837774
Binary101001110011011001010
Octal123115112

Shades and tints

Shades of #534D4A

#534D4A
(83,77,74)
#4C4644
(76,70,68)
#453F3E
(69,63,62)
#3E3838
(62,56,56)
#373132
(55,49,50)
#302A2C
(48,42,44)
#292326
(41,35,38)
#221C20
(34,28,32)
#1B151A
(27,21,26)
#140E14
(20,14,20)
#0D070E
(13,7,14)
#000000
(0,0,0)

Tints of #534D4A

#534D4A
(83,77,74)
#625D5A
(98,93,90)
#716D6A
(113,109,106)
#807D7A
(128,125,122)
#8F8D8A
(143,141,138)
#9E9D9A
(158,157,154)
#ADADAA
(173,173,170)
#BCBDBA
(188,189,186)
#CBCDCA
(203,205,202)
#DADDDA
(218,221,218)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534D4A; }

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

This text font color is #534D4A.


Background Color

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

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

This div background color is #534D4A.


Border color

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

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

This div border color is #534D4A.


Opacity

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

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

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

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

This text has shadow with #534D4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534D4A on black background.


Color preview on white background

This text has color #534D4A on white background.



Black color preview on #534D4A background

This text has black color on #534D4A background.


White color preview on #534D4A background

This text has white color on #534D4A background.