COLOR #535152

HEX: #535152
RGB: (83,81,82)

Color info

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

RGB color model

#535152 color RGB value is (83,81,82).

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

RGB channels and saturation

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

83
81
82

R + G + B ~ 32%. #535152 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 81 + 82 = 246 (100%)
R 83 of 246 ~ 33.74%
G 81 of 246 ~ 32.93%
B 82 of 246 ~ 33.33%

%33.74
%32.93
%33.33

CMYK color model

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

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

CMYK percentages

%0
%2.41
%1.2
%67.45

Codes

Color #535152 in popluar color models

535152
RGB838182
HSL330°1.22%32.16%
HSB/HSV330°2.41%32.55%
CMYK0.00%2.41%1.20%
67.45%

Color #535152 in popluar number systems.

HEX535152
Decimal838182
Binary101001110100011010010
Octal123121122

Shades and tints

Shades of #535152

#535152
(83,81,82)
#4C4A4B
(76,74,75)
#454344
(69,67,68)
#3E3C3D
(62,60,61)
#373536
(55,53,54)
#302E2F
(48,46,47)
#292728
(41,39,40)
#222021
(34,32,33)
#1B191A
(27,25,26)
#141213
(20,18,19)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #535152

#535152
(83,81,82)
#626061
(98,96,97)
#716F70
(113,111,112)
#807E7F
(128,126,127)
#8F8D8E
(143,141,142)
#9E9C9D
(158,156,157)
#ADABAC
(173,171,172)
#BCBABB
(188,186,187)
#CBC9CA
(203,201,202)
#DAD8D9
(218,216,217)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535152; }

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

This text font color is #535152.


Background Color

.myBgColor { background-color: #535152; }

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

This div background color is #535152.


Border color

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

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

This div border color is #535152.


Opacity

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

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

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

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

This text has shadow with #535152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535152 on black background.


Color preview on white background

This text has color #535152 on white background.



Black color preview on #535152 background

This text has black color on #535152 background.


White color preview on #535152 background

This text has white color on #535152 background.