COLOR #535B47

HEX: #535B47
RGB: (83,91,71)

Color info

#535B47 contains red, green and blue colors in about the same proportion. Web safe color of #535B47 is #666633 (or #663).

RGB color model

#535B47 color RGB value is (83,91,71).

  • red value is 83;
  • green value is 91;
  • blue value is 71.
RGB:
(83,91,71)
(33%,36%,28%)

RGB channels and saturation

R 83 of 255 = 33%
G 91 of 255 = 36%
B 71 of 255 = 28%

83
91
71

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

Portions of RGB colors in percentages

R + G + B =
83 + 91 + 71 = 245 (100%)
R 83 of 245 ~ 33.88%
G 91 of 245 ~ 37.14%
B 71 of 245 ~ 28.98%

%33.88
%37.14
%28.98

CMYK color model

#535B47 color CMYK value is (9,0,22,64).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 21.98%
  • key color value is 64.31%
CMYK:
(9,0,22,64)
C9M0Y22K64 
(9%,0%,22%,64%)
(0.09/0.00/0.22/0.64)	

CMYK percentages

%8.79
%0
%21.98
%64.31

Codes

Color #535B47 in popluar color models

535B47
RGB839171
HSL84°12.35%31.76%
HSB/HSV84°21.98%35.69%
CMYK8.79%0.00%21.98%
64.31%

Color #535B47 in popluar number systems.

HEX535B47
Decimal839171
Binary101001110110111000111
Octal123133107

Shades and tints

Shades of #535B47

#535B47
(83,91,71)
#4C5341
(76,83,65)
#454B3B
(69,75,59)
#3E4335
(62,67,53)
#373B2F
(55,59,47)
#303329
(48,51,41)
#292B23
(41,43,35)
#22231D
(34,35,29)
#1B1B17
(27,27,23)
#141311
(20,19,17)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #535B47

#535B47
(83,91,71)
#626957
(98,105,87)
#717767
(113,119,103)
#808577
(128,133,119)
#8F9387
(143,147,135)
#9EA197
(158,161,151)
#ADAFA7
(173,175,167)
#BCBDB7
(188,189,183)
#CBCBC7
(203,203,199)
#DAD9D7
(218,217,215)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535B47; }

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

This text font color is #535B47.


Background Color

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

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

This div background color is #535B47.


Border color

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

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

This div border color is #535B47.


Opacity

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

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

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

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

This text has shadow with #535B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535B47 on black background.


Color preview on white background

This text has color #535B47 on white background.



Black color preview on #535B47 background

This text has black color on #535B47 background.


White color preview on #535B47 background

This text has white color on #535B47 background.