COLOR #535748

HEX: #535748
RGB: (83,87,72)

Color info

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

RGB color model

#535748 color RGB value is (83,87,72).

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

RGB channels and saturation

R 83 of 255 = 33%
G 87 of 255 = 34%
B 72 of 255 = 28%

83
87
72

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

Portions of RGB colors in percentages

R + G + B =
83 + 87 + 72 = 242 (100%)
R 83 of 242 ~ 34.3%
G 87 of 242 ~ 35.95%
B 72 of 242 ~ 29.75%

%34.3
%35.95
%29.75

CMYK color model

#535748 color CMYK value is (5,0,17,66).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(5,0,17,66)
C5M0Y17K66 
(5%,0%,17%,66%)
(0.05/0.00/0.17/0.66)	

CMYK percentages

%4.6
%0
%17.24
%65.88

Codes

Color #535748 in popluar color models

535748
RGB838772
HSL76°9.43%31.18%
HSB/HSV76°17.24%34.12%
CMYK4.60%0.00%17.24%
65.88%

Color #535748 in popluar number systems.

HEX535748
Decimal838772
Binary101001110101111001000
Octal123127110

Shades and tints

Shades of #535748

#535748
(83,87,72)
#4C5042
(76,80,66)
#45493C
(69,73,60)
#3E4236
(62,66,54)
#373B30
(55,59,48)
#30342A
(48,52,42)
#292D24
(41,45,36)
#22261E
(34,38,30)
#1B1F18
(27,31,24)
#141812
(20,24,18)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #535748

#535748
(83,87,72)
#626658
(98,102,88)
#717568
(113,117,104)
#808478
(128,132,120)
#8F9388
(143,147,136)
#9EA298
(158,162,152)
#ADB1A8
(173,177,168)
#BCC0B8
(188,192,184)
#CBCFC8
(203,207,200)
#DADED8
(218,222,216)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535748; }

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

This text font color is #535748.


Background Color

.myBgColor { background-color: #535748; }

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

This div background color is #535748.


Border color

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

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

This div border color is #535748.


Opacity

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

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

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

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

This text has shadow with #535748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535748 on black background.


Color preview on white background

This text has color #535748 on white background.



Black color preview on #535748 background

This text has black color on #535748 background.


White color preview on #535748 background

This text has white color on #535748 background.