COLOR #535D48

HEX: #535D48
RGB: (83,93,72)

Color info

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

RGB color model

#535D48 color RGB value is (83,93,72).

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

RGB channels and saturation

R 83 of 255 = 33%
G 93 of 255 = 36%
B 72 of 255 = 28%

83
93
72

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

Portions of RGB colors in percentages

R + G + B =
83 + 93 + 72 = 248 (100%)
R 83 of 248 ~ 33.47%
G 93 of 248 ~ 37.5%
B 72 of 248 ~ 29.03%

%33.47
%37.5
%29.03

CMYK color model

#535D48 color CMYK value is (11,0,23,64).

  • cyan value is 10.75%
  • magenta value is 0.00%
  • yellow value is 22.58%
  • key color value is 63.53%
CMYK:
(11,0,23,64)
C11M0Y23K64 
(11%,0%,23%,64%)
(0.11/0.00/0.23/0.64)	

CMYK percentages

%10.75
%0
%22.58
%63.53

Codes

Color #535D48 in popluar color models

535D48
RGB839372
HSL89°12.73%32.35%
HSB/HSV89°22.58%36.47%
CMYK10.75%0.00%22.58%
63.53%

Color #535D48 in popluar number systems.

HEX535D48
Decimal839372
Binary101001110111011001000
Octal123135110

Shades and tints

Shades of #535D48

#535D48
(83,93,72)
#4C5542
(76,85,66)
#454D3C
(69,77,60)
#3E4536
(62,69,54)
#373D30
(55,61,48)
#30352A
(48,53,42)
#292D24
(41,45,36)
#22251E
(34,37,30)
#1B1D18
(27,29,24)
#141512
(20,21,18)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #535D48

#535D48
(83,93,72)
#626B58
(98,107,88)
#717968
(113,121,104)
#808778
(128,135,120)
#8F9588
(143,149,136)
#9EA398
(158,163,152)
#ADB1A8
(173,177,168)
#BCBFB8
(188,191,184)
#CBCDC8
(203,205,200)
#DADBD8
(218,219,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535D48; }

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

This text font color is #535D48.


Background Color

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

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

This div background color is #535D48.


Border color

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

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

This div border color is #535D48.


Opacity

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

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

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

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

This text has shadow with #535D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535D48 on black background.


Color preview on white background

This text has color #535D48 on white background.



Black color preview on #535D48 background

This text has black color on #535D48 background.


White color preview on #535D48 background

This text has white color on #535D48 background.