COLOR #534F59

HEX: #534F59
RGB: (83,79,89)

Color info

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

RGB color model

#534F59 color RGB value is (83,79,89).

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

RGB channels and saturation

R 83 of 255 = 33%
G 79 of 255 = 31%
B 89 of 255 = 35%

83
79
89

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

Portions of RGB colors in percentages

R + G + B =
83 + 79 + 89 = 251 (100%)
R 83 of 251 ~ 33.07%
G 79 of 251 ~ 31.47%
B 89 of 251 ~ 35.46%

%33.07
%31.47
%35.46

CMYK color model

#534F59 color CMYK value is (7,11,0,65).

  • cyan value is 6.74%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(7,11,0,65)
C7M11Y0K65 
(7%,11%,0%,65%)
(0.07/0.11/0.00/0.65)	

CMYK percentages

%6.74
%11.24
%0
%65.1

Codes

Color #534F59 in popluar color models

534F59
RGB837989
HSL264°5.95%32.94%
HSB/HSV264°11.24%34.90%
CMYK6.74%11.24%0.00%
65.10%

Color #534F59 in popluar number systems.

HEX534F59
Decimal837989
Binary101001110011111011001
Octal123117131

Shades and tints

Shades of #534F59

#534F59
(83,79,89)
#4C4851
(76,72,81)
#454149
(69,65,73)
#3E3A41
(62,58,65)
#373339
(55,51,57)
#302C31
(48,44,49)
#292529
(41,37,41)
#221E21
(34,30,33)
#1B1719
(27,23,25)
#141011
(20,16,17)
#0D0909
(13,9,9)
#000000
(0,0,0)

Tints of #534F59

#534F59
(83,79,89)
#625F68
(98,95,104)
#716F77
(113,111,119)
#807F86
(128,127,134)
#8F8F95
(143,143,149)
#9E9FA4
(158,159,164)
#ADAFB3
(173,175,179)
#BCBFC2
(188,191,194)
#CBCFD1
(203,207,209)
#DADFE0
(218,223,224)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #534F59; }

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

This text font color is #534F59.


Background Color

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

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

This div background color is #534F59.


Border color

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

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

This div border color is #534F59.


Opacity

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

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

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

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

This text has shadow with #534F59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #534F59 on black background.


Color preview on white background

This text has color #534F59 on white background.



Black color preview on #534F59 background

This text has black color on #534F59 background.


White color preview on #534F59 background

This text has white color on #534F59 background.