COLOR #535848

HEX: #535848
RGB: (83,88,72)

Color info

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

RGB color model

#535848 color RGB value is (83,88,72).

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

RGB channels and saturation

R 83 of 255 = 33%
G 88 of 255 = 35%
B 72 of 255 = 28%

83
88
72

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

Portions of RGB colors in percentages

R + G + B =
83 + 88 + 72 = 243 (100%)
R 83 of 243 ~ 34.16%
G 88 of 243 ~ 36.21%
B 72 of 243 ~ 29.63%

%34.16
%36.21
%29.63

CMYK color model

#535848 color CMYK value is (6,0,18,65).

  • cyan value is 5.68%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(6,0,18,65)
C6M0Y18K65 
(6%,0%,18%,65%)
(0.06/0.00/0.18/0.65)	

CMYK percentages

%5.68
%0
%18.18
%65.49

Codes

Color #535848 in popluar color models

535848
RGB838872
HSL79°10.00%31.37%
HSB/HSV79°18.18%34.51%
CMYK5.68%0.00%18.18%
65.49%

Color #535848 in popluar number systems.

HEX535848
Decimal838872
Binary101001110110001001000
Octal123130110

Shades and tints

Shades of #535848

#535848
(83,88,72)
#4C5042
(76,80,66)
#45483C
(69,72,60)
#3E4036
(62,64,54)
#373830
(55,56,48)
#30302A
(48,48,42)
#292824
(41,40,36)
#22201E
(34,32,30)
#1B1818
(27,24,24)
#141012
(20,16,18)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #535848

#535848
(83,88,72)
#626758
(98,103,88)
#717668
(113,118,104)
#808578
(128,133,120)
#8F9488
(143,148,136)
#9EA398
(158,163,152)
#ADB2A8
(173,178,168)
#BCC1B8
(188,193,184)
#CBD0C8
(203,208,200)
#DADFD8
(218,223,216)
#E9EEE8
(233,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535848; }

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

This text font color is #535848.


Background Color

.myBgColor { background-color: #535848; }

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

This div background color is #535848.


Border color

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

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

This div border color is #535848.


Opacity

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

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

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

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

This text has shadow with #535848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535848 on black background.


Color preview on white background

This text has color #535848 on white background.



Black color preview on #535848 background

This text has black color on #535848 background.


White color preview on #535848 background

This text has white color on #535848 background.