COLOR #535352

HEX: #535352
RGB: (83,83,82)

Color info

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

RGB color model

#535352 color RGB value is (83,83,82).

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

RGB channels and saturation

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

83
83
82

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

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 82 = 248 (100%)
R 83 of 248 ~ 33.47%
G 83 of 248 ~ 33.47%
B 82 of 248 ~ 33.06%

%33.47
%33.47
%33.06

CMYK color model

#535352 color CMYK value is (0,0,1,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.20%
  • key color value is 67.45%
CMYK:
(0,0,1,67)
C0M0Y1K67 
(0%,0%,1%,67%)
(0.00/0.00/0.01/0.67)	

CMYK percentages

%0
%0
%1.2
%67.45

Codes

Color #535352 in popluar color models

535352
RGB838382
HSL60°0.61%32.35%
HSB/HSV60°1.20%32.55%
CMYK0.00%0.00%1.20%
67.45%

Color #535352 in popluar number systems.

HEX535352
Decimal838382
Binary101001110100111010010
Octal123123122

Shades and tints

Shades of #535352

#535352
(83,83,82)
#4C4C4B
(76,76,75)
#454544
(69,69,68)
#3E3E3D
(62,62,61)
#373736
(55,55,54)
#30302F
(48,48,47)
#292928
(41,41,40)
#222221
(34,34,33)
#1B1B1A
(27,27,26)
#141413
(20,20,19)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #535352

#535352
(83,83,82)
#626261
(98,98,97)
#717170
(113,113,112)
#80807F
(128,128,127)
#8F8F8E
(143,143,142)
#9E9E9D
(158,158,157)
#ADADAC
(173,173,172)
#BCBCBB
(188,188,187)
#CBCBCA
(203,203,202)
#DADAD9
(218,218,217)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535352; }

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

This text font color is #535352.


Background Color

.myBgColor { background-color: #535352; }

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

This div background color is #535352.


Border color

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

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

This div border color is #535352.


Opacity

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

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

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

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

This text has shadow with #535352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535352 on black background.


Color preview on white background

This text has color #535352 on white background.



Black color preview on #535352 background

This text has black color on #535352 background.


White color preview on #535352 background

This text has white color on #535352 background.