COLOR #534F56

HEX: #534F56
RGB: (83,79,86)

Color info

#534F56 contains red, green and blue colors in about the same proportion. Web safe color of #534F56 is #666666 (or #666).

RGB color model

#534F56 color RGB value is (83,79,86).

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

RGB channels and saturation

R 83 of 255 = 33%
G 79 of 255 = 31%
B 86 of 255 = 34%

83
79
86

R + G + B ~ 33%. #534F56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 79 + 86 = 248 (100%)
R 83 of 248 ~ 33.47%
G 79 of 248 ~ 31.85%
B 86 of 248 ~ 34.68%

%33.47
%31.85
%34.68

CMYK color model

#534F56 color CMYK value is (3,8,0,66).

  • cyan value is 3.49%
  • magenta value is 8.14%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(3,8,0,66)
C3M8Y0K66 
(3%,8%,0%,66%)
(0.03/0.08/0.00/0.66)	

CMYK percentages

%3.49
%8.14
%0
%66.27

Codes

Color #534F56 in popluar color models

534F56
RGB837986
HSL274°4.24%32.35%
HSB/HSV274°8.14%33.73%
CMYK3.49%8.14%0.00%
66.27%

Color #534F56 in popluar number systems.

HEX534F56
Decimal837986
Binary101001110011111010110
Octal123117126

Shades and tints

Shades of #534F56

#534F56
(83,79,86)
#4C484F
(76,72,79)
#454148
(69,65,72)
#3E3A41
(62,58,65)
#37333A
(55,51,58)
#302C33
(48,44,51)
#29252C
(41,37,44)
#221E25
(34,30,37)
#1B171E
(27,23,30)
#141017
(20,16,23)
#0D0910
(13,9,16)
#000000
(0,0,0)

Tints of #534F56

#534F56
(83,79,86)
#625F65
(98,95,101)
#716F74
(113,111,116)
#807F83
(128,127,131)
#8F8F92
(143,143,146)
#9E9FA1
(158,159,161)
#ADAFB0
(173,175,176)
#BCBFBF
(188,191,191)
#CBCFCE
(203,207,206)
#DADFDD
(218,223,221)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534F56; }

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

This text font color is #534F56.


Background Color

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

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

This div background color is #534F56.


Border color

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

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

This div border color is #534F56.


Opacity

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

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

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

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

This text has shadow with #534F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534F56 on black background.


Color preview on white background

This text has color #534F56 on white background.



Black color preview on #534F56 background

This text has black color on #534F56 background.


White color preview on #534F56 background

This text has white color on #534F56 background.