COLOR #535E47

HEX: #535E47
RGB: (83,94,71)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
94
71

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

Portions of RGB colors in percentages

R + G + B =
83 + 94 + 71 = 248 (100%)
R 83 of 248 ~ 33.47%
G 94 of 248 ~ 37.9%
B 71 of 248 ~ 28.63%

%33.47
%37.9
%28.63

CMYK color model

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

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

CMYK percentages

%11.7
%0
%24.47
%63.14

Codes

Color #535E47 in popluar color models

535E47
RGB839471
HSL89°13.94%32.35%
HSB/HSV89°24.47%36.86%
CMYK11.70%0.00%24.47%
63.14%

Color #535E47 in popluar number systems.

HEX535E47
Decimal839471
Binary101001110111101000111
Octal123136107

Shades and tints

Shades of #535E47

#535E47
(83,94,71)
#4C5641
(76,86,65)
#454E3B
(69,78,59)
#3E4635
(62,70,53)
#373E2F
(55,62,47)
#303629
(48,54,41)
#292E23
(41,46,35)
#22261D
(34,38,29)
#1B1E17
(27,30,23)
#141611
(20,22,17)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #535E47

#535E47
(83,94,71)
#626C57
(98,108,87)
#717A67
(113,122,103)
#808877
(128,136,119)
#8F9687
(143,150,135)
#9EA497
(158,164,151)
#ADB2A7
(173,178,167)
#BCC0B7
(188,192,183)
#CBCEC7
(203,206,199)
#DADCD7
(218,220,215)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535E47; }

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

This text font color is #535E47.


Background Color

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

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

This div background color is #535E47.


Border color

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

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

This div border color is #535E47.


Opacity

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

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

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

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

This text has shadow with #535E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535E47 on black background.


Color preview on white background

This text has color #535E47 on white background.



Black color preview on #535E47 background

This text has black color on #535E47 background.


White color preview on #535E47 background

This text has white color on #535E47 background.