COLOR #535E53

HEX: #535E53
RGB: (83,94,83)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
94
83

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

Portions of RGB colors in percentages

R + G + B =
83 + 94 + 83 = 260 (100%)
R 83 of 260 ~ 31.92%
G 94 of 260 ~ 36.15%
B 83 of 260 ~ 31.92%

%31.92
%36.15
%31.92

CMYK color model

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

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

CMYK percentages

%11.7
%0
%11.7
%63.14

Codes

Color #535E53 in popluar color models

535E53
RGB839483
HSL120°6.21%34.71%
HSB/HSV120°11.70%36.86%
CMYK11.70%0.00%11.70%
63.14%

Color #535E53 in popluar number systems.

HEX535E53
Decimal839483
Binary101001110111101010011
Octal123136123

Shades and tints

Shades of #535E53

#535E53
(83,94,83)
#4C564C
(76,86,76)
#454E45
(69,78,69)
#3E463E
(62,70,62)
#373E37
(55,62,55)
#303630
(48,54,48)
#292E29
(41,46,41)
#222622
(34,38,34)
#1B1E1B
(27,30,27)
#141614
(20,22,20)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #535E53

#535E53
(83,94,83)
#626C62
(98,108,98)
#717A71
(113,122,113)
#808880
(128,136,128)
#8F968F
(143,150,143)
#9EA49E
(158,164,158)
#ADB2AD
(173,178,173)
#BCC0BC
(188,192,188)
#CBCECB
(203,206,203)
#DADCDA
(218,220,218)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535E53; }

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

This text font color is #535E53.


Background Color

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

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

This div background color is #535E53.


Border color

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

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

This div border color is #535E53.


Opacity

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

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

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

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

This text has shadow with #535E53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535E53 on black background.


Color preview on white background

This text has color #535E53 on white background.



Black color preview on #535E53 background

This text has black color on #535E53 background.


White color preview on #535E53 background

This text has white color on #535E53 background.