COLOR #535850

HEX: #535850
RGB: (83,88,80)

Color info

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

RGB color model

#535850 color RGB value is (83,88,80).

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

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 80 of 255 = 31%

83
88
80

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

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 80 = 251 (100%)
R 83 of 251 ~ 33.07%
G 88 of 251 ~ 35.06%
B 80 of 251 ~ 31.87%

%33.07
%35.06
%31.87

CMYK color model

#535850 color CMYK value is (6,0,9,65).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(6,0,9,65)
C6M0Y9K65 
(6%,0%,9%,65%)
(0.06/0.00/0.09/0.65)	

CMYK percentages

%5.68
%0
%9.09
%65.49

Codes

Color #535850 in popluar color models

535850
RGB838880
HSL98°4.76%32.94%
HSB/HSV98°9.09%34.51%
CMYK5.68%0.00%9.09%
65.49%

Color #535850 in popluar number systems.

HEX535850
Decimal838880
Binary101001110110001010000
Octal123130120

Shades and tints

Shades of #535850

#535850
(83,88,80)
#4C5049
(76,80,73)
#454842
(69,72,66)
#3E403B
(62,64,59)
#373834
(55,56,52)
#30302D
(48,48,45)
#292826
(41,40,38)
#22201F
(34,32,31)
#1B1818
(27,24,24)
#141011
(20,16,17)
#0D080A
(13,8,10)
#000000
(0,0,0)

Tints of #535850

#535850
(83,88,80)
#62675F
(98,103,95)
#71766E
(113,118,110)
#80857D
(128,133,125)
#8F948C
(143,148,140)
#9EA39B
(158,163,155)
#ADB2AA
(173,178,170)
#BCC1B9
(188,193,185)
#CBD0C8
(203,208,200)
#DADFD7
(218,223,215)
#E9EEE6
(233,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535850; }

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

This text font color is #535850.


Background Color

.myBgColor { background-color: #535850; }

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

This div background color is #535850.


Border color

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

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

This div border color is #535850.


Opacity

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

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

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

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

This text has shadow with #535850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535850 on black background.


Color preview on white background

This text has color #535850 on white background.



Black color preview on #535850 background

This text has black color on #535850 background.


White color preview on #535850 background

This text has white color on #535850 background.