COLOR #535767

HEX: #535767
RGB: (83,87,103)

Color info

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

RGB color model

#535767 color RGB value is (83,87,103).

  • red value is 83;
  • green value is 87;
  • blue value is 103.
RGB:
(83,87,103)
(33%,34%,40%)

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 103 of 255 = 40%

83
87
103

R + G + B ~ 36%. #535767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 103 = 273 (100%)
R 83 of 273 ~ 30.4%
G 87 of 273 ~ 31.87%
B 103 of 273 ~ 37.73%

%30.4
%31.87
%37.73

CMYK color model

#535767 color CMYK value is (19,16,0,60).

  • cyan value is 19.42%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(19,16,0,60)
C19M16Y0K60 
(19%,16%,0%,60%)
(0.19/0.16/0.00/0.60)	

CMYK percentages

%19.42
%15.53
%0
%59.61

Codes

Color #535767 in popluar color models

535767
RGB8387103
HSL228°10.75%36.47%
HSB/HSV228°19.42%40.39%
CMYK19.42%15.53%0.00%
59.61%

Color #535767 in popluar number systems.

HEX535767
Decimal8387103
Binary101001110101111100111
Octal123127147

Shades and tints

Shades of #535767

#535767
(83,87,103)
#4C505E
(76,80,94)
#454955
(69,73,85)
#3E424C
(62,66,76)
#373B43
(55,59,67)
#30343A
(48,52,58)
#292D31
(41,45,49)
#222628
(34,38,40)
#1B1F1F
(27,31,31)
#141816
(20,24,22)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #535767

#535767
(83,87,103)
#626674
(98,102,116)
#717581
(113,117,129)
#80848E
(128,132,142)
#8F939B
(143,147,155)
#9EA2A8
(158,162,168)
#ADB1B5
(173,177,181)
#BCC0C2
(188,192,194)
#CBCFCF
(203,207,207)
#DADEDC
(218,222,220)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535767; }

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

This text font color is #535767.


Background Color

.myBgColor { background-color: #535767; }

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

This div background color is #535767.


Border color

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

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

This div border color is #535767.


Opacity

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

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

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

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

This text has shadow with #535767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535767 on black background.


Color preview on white background

This text has color #535767 on white background.



Black color preview on #535767 background

This text has black color on #535767 background.


White color preview on #535767 background

This text has white color on #535767 background.