COLOR #535259

HEX: #535259
RGB: (83,82,89)

Color info

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

RGB color model

#535259 color RGB value is (83,82,89).

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

RGB channels and saturation

R 83 of 255 = 33%
G 82 of 255 = 32%
B 89 of 255 = 35%

83
82
89

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

Portions of RGB colors in percentages

R + G + B =
83 + 82 + 89 = 254 (100%)
R 83 of 254 ~ 32.68%
G 82 of 254 ~ 32.28%
B 89 of 254 ~ 35.04%

%32.68
%32.28
%35.04

CMYK color model

#535259 color CMYK value is (7,8,0,65).

  • cyan value is 6.74%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(7,8,0,65)
C7M8Y0K65 
(7%,8%,0%,65%)
(0.07/0.08/0.00/0.65)	

CMYK percentages

%6.74
%7.87
%0
%65.1

Codes

Color #535259 in popluar color models

535259
RGB838289
HSL249°4.09%33.53%
HSB/HSV249°7.87%34.90%
CMYK6.74%7.87%0.00%
65.10%

Color #535259 in popluar number systems.

HEX535259
Decimal838289
Binary101001110100101011001
Octal123122131

Shades and tints

Shades of #535259

#535259
(83,82,89)
#4C4B51
(76,75,81)
#454449
(69,68,73)
#3E3D41
(62,61,65)
#373639
(55,54,57)
#302F31
(48,47,49)
#292829
(41,40,41)
#222121
(34,33,33)
#1B1A19
(27,26,25)
#141311
(20,19,17)
#0D0C09
(13,12,9)
#000000
(0,0,0)

Tints of #535259

#535259
(83,82,89)
#626168
(98,97,104)
#717077
(113,112,119)
#807F86
(128,127,134)
#8F8E95
(143,142,149)
#9E9DA4
(158,157,164)
#ADACB3
(173,172,179)
#BCBBC2
(188,187,194)
#CBCAD1
(203,202,209)
#DAD9E0
(218,217,224)
#E9E8EF
(233,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535259; }

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

This text font color is #535259.


Background Color

.myBgColor { background-color: #535259; }

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

This div background color is #535259.


Border color

.myBorderColor { border: 1px solid #535259; }

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

This div border color is #535259.


Opacity

.myOpacity80 { color: #535259; opacity: 0.8; }

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

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

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

This text has shadow with #535259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535259 on black background.


Color preview on white background

This text has color #535259 on white background.



Black color preview on #535259 background

This text has black color on #535259 background.


White color preview on #535259 background

This text has white color on #535259 background.