COLOR #535E50

HEX: #535E50
RGB: (83,94,80)

Color info

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

RGB color model

#535E50 color RGB value is (83,94,80).

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

RGB channels and saturation

R 83 of 255 = 33%
G 94 of 255 = 37%
B 80 of 255 = 31%

83
94
80

R + G + B ~ 34%. #535E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 94 + 80 = 257 (100%)
R 83 of 257 ~ 32.3%
G 94 of 257 ~ 36.58%
B 80 of 257 ~ 31.13%

%32.3
%36.58
%31.13

CMYK color model

#535E50 color CMYK value is (12,0,15,63).

  • cyan value is 11.70%
  • magenta value is 0.00%
  • yellow value is 14.89%
  • key color value is 63.14%
CMYK:
(12,0,15,63)
C12M0Y15K63 
(12%,0%,15%,63%)
(0.12/0.00/0.15/0.63)	

CMYK percentages

%11.7
%0
%14.89
%63.14

Codes

Color #535E50 in popluar color models

535E50
RGB839480
HSL107°8.05%34.12%
HSB/HSV107°14.89%36.86%
CMYK11.70%0.00%14.89%
63.14%

Color #535E50 in popluar number systems.

HEX535E50
Decimal839480
Binary101001110111101010000
Octal123136120

Shades and tints

Shades of #535E50

#535E50
(83,94,80)
#4C5649
(76,86,73)
#454E42
(69,78,66)
#3E463B
(62,70,59)
#373E34
(55,62,52)
#30362D
(48,54,45)
#292E26
(41,46,38)
#22261F
(34,38,31)
#1B1E18
(27,30,24)
#141611
(20,22,17)
#0D0E0A
(13,14,10)
#000000
(0,0,0)

Tints of #535E50

#535E50
(83,94,80)
#626C5F
(98,108,95)
#717A6E
(113,122,110)
#80887D
(128,136,125)
#8F968C
(143,150,140)
#9EA49B
(158,164,155)
#ADB2AA
(173,178,170)
#BCC0B9
(188,192,185)
#CBCEC8
(203,206,200)
#DADCD7
(218,220,215)
#E9EAE6
(233,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535E50; }

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

This text font color is #535E50.


Background Color

.myBgColor { background-color: #535E50; }

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

This div background color is #535E50.


Border color

.myBorderColor { border: 1px solid #535E50; }

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

This div border color is #535E50.


Opacity

.myOpacity80 { color: #535E50; opacity: 0.8; }

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

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

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

This text has shadow with #535E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535E50 on black background.


Color preview on white background

This text has color #535E50 on white background.



Black color preview on #535E50 background

This text has black color on #535E50 background.


White color preview on #535E50 background

This text has white color on #535E50 background.