COLOR #535A4F

HEX: #535A4F
RGB: (83,90,79)

Color info

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

RGB color model

#535A4F color RGB value is (83,90,79).

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

RGB channels and saturation

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

83
90
79

R + G + B ~ 33%. #535A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 90 + 79 = 252 (100%)
R 83 of 252 ~ 32.94%
G 90 of 252 ~ 35.71%
B 79 of 252 ~ 31.35%

%32.94
%35.71
%31.35

CMYK color model

#535A4F color CMYK value is (8,0,12,65).

  • cyan value is 7.78%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 64.71%
CMYK:
(8,0,12,65)
C8M0Y12K65 
(8%,0%,12%,65%)
(0.08/0.00/0.12/0.65)	

CMYK percentages

%7.78
%0
%12.22
%64.71

Codes

Color #535A4F in popluar color models

535A4F
RGB839079
HSL98°6.51%33.14%
HSB/HSV98°12.22%35.29%
CMYK7.78%0.00%12.22%
64.71%

Color #535A4F in popluar number systems.

HEX535A4F
Decimal839079
Binary101001110110101001111
Octal123132117

Shades and tints

Shades of #535A4F

#535A4F
(83,90,79)
#4C5248
(76,82,72)
#454A41
(69,74,65)
#3E423A
(62,66,58)
#373A33
(55,58,51)
#30322C
(48,50,44)
#292A25
(41,42,37)
#22221E
(34,34,30)
#1B1A17
(27,26,23)
#141210
(20,18,16)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #535A4F

#535A4F
(83,90,79)
#62695F
(98,105,95)
#71786F
(113,120,111)
#80877F
(128,135,127)
#8F968F
(143,150,143)
#9EA59F
(158,165,159)
#ADB4AF
(173,180,175)
#BCC3BF
(188,195,191)
#CBD2CF
(203,210,207)
#DAE1DF
(218,225,223)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535A4F; }

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

This text font color is #535A4F.


Background Color

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

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

This div background color is #535A4F.


Border color

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

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

This div border color is #535A4F.


Opacity

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

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

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

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

This text has shadow with #535A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535A4F on black background.


Color preview on white background

This text has color #535A4F on white background.



Black color preview on #535A4F background

This text has black color on #535A4F background.


White color preview on #535A4F background

This text has white color on #535A4F background.