COLOR #534A4F

HEX: #534A4F
RGB: (83,74,79)

Color info

#534A4F contains red, green and blue colors in about the same proportion. Web safe color of #534A4F is #663366 (or #636).

RGB color model

#534A4F color RGB value is (83,74,79).

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

RGB channels and saturation

R 83 of 255 = 33%
G 74 of 255 = 29%
B 79 of 255 = 31%

83
74
79

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

Portions of RGB colors in percentages

R + G + B =
83 + 74 + 79 = 236 (100%)
R 83 of 236 ~ 35.17%
G 74 of 236 ~ 31.36%
B 79 of 236 ~ 33.47%

%35.17
%31.36
%33.47

CMYK color model

#534A4F color CMYK value is (0,11,5,67).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 4.82%
  • key color value is 67.45%
CMYK:
(0,11,5,67)
C0M11Y5K67 
(0%,11%,5%,67%)
(0.00/0.11/0.05/0.67)	

CMYK percentages

%0
%10.84
%4.82
%67.45

Codes

Color #534A4F in popluar color models

534A4F
RGB837479
HSL327°5.73%30.78%
HSB/HSV327°10.84%32.55%
CMYK0.00%10.84%4.82%
67.45%

Color #534A4F in popluar number systems.

HEX534A4F
Decimal837479
Binary101001110010101001111
Octal123112117

Shades and tints

Shades of #534A4F

#534A4F
(83,74,79)
#4C4448
(76,68,72)
#453E41
(69,62,65)
#3E383A
(62,56,58)
#373233
(55,50,51)
#302C2C
(48,44,44)
#292625
(41,38,37)
#22201E
(34,32,30)
#1B1A17
(27,26,23)
#141410
(20,20,16)
#0D0E09
(13,14,9)
#000000
(0,0,0)

Tints of #534A4F

#534A4F
(83,74,79)
#625A5F
(98,90,95)
#716A6F
(113,106,111)
#807A7F
(128,122,127)
#8F8A8F
(143,138,143)
#9E9A9F
(158,154,159)
#ADAAAF
(173,170,175)
#BCBABF
(188,186,191)
#CBCACF
(203,202,207)
#DADADF
(218,218,223)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534A4F; }

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

This text font color is #534A4F.


Background Color

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

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

This div background color is #534A4F.


Border color

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

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

This div border color is #534A4F.


Opacity

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

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

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

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

This text has shadow with #534A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534A4F on black background.


Color preview on white background

This text has color #534A4F on white background.



Black color preview on #534A4F background

This text has black color on #534A4F background.


White color preview on #534A4F background

This text has white color on #534A4F background.