COLOR #535051

HEX: #535051
RGB: (83,80,81)

Color info

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

RGB color model

#535051 color RGB value is (83,80,81).

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

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 81 of 255 = 32%

83
80
81

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

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 81 = 244 (100%)
R 83 of 244 ~ 34.02%
G 80 of 244 ~ 32.79%
B 81 of 244 ~ 33.2%

%34.02
%32.79
%33.2

CMYK color model

#535051 color CMYK value is (0,4,2,67).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 2.41%
  • key color value is 67.45%
CMYK:
(0,4,2,67)
C0M4Y2K67 
(0%,4%,2%,67%)
(0.00/0.04/0.02/0.67)	

CMYK percentages

%0
%3.61
%2.41
%67.45

Codes

Color #535051 in popluar color models

535051
RGB838081
HSL340°1.84%31.96%
HSB/HSV340°3.61%32.55%
CMYK0.00%3.61%2.41%
67.45%

Color #535051 in popluar number systems.

HEX535051
Decimal838081
Binary101001110100001010001
Octal123120121

Shades and tints

Shades of #535051

#535051
(83,80,81)
#4C494A
(76,73,74)
#454243
(69,66,67)
#3E3B3C
(62,59,60)
#373435
(55,52,53)
#302D2E
(48,45,46)
#292627
(41,38,39)
#221F20
(34,31,32)
#1B1819
(27,24,25)
#141112
(20,17,18)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #535051

#535051
(83,80,81)
#625F60
(98,95,96)
#716E6F
(113,110,111)
#807D7E
(128,125,126)
#8F8C8D
(143,140,141)
#9E9B9C
(158,155,156)
#ADAAAB
(173,170,171)
#BCB9BA
(188,185,186)
#CBC8C9
(203,200,201)
#DAD7D8
(218,215,216)
#E9E6E7
(233,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535051; }

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

This text font color is #535051.


Background Color

.myBgColor { background-color: #535051; }

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

This div background color is #535051.


Border color

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

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

This div border color is #535051.


Opacity

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

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

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

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

This text has shadow with #535051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535051 on black background.


Color preview on white background

This text has color #535051 on white background.



Black color preview on #535051 background

This text has black color on #535051 background.


White color preview on #535051 background

This text has white color on #535051 background.