COLOR #535048

HEX: #535048
RGB: (83,80,72)

Color info

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

RGB color model

#535048 color RGB value is (83,80,72).

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

RGB channels and saturation

R 83 of 255 = 33%
G 80 of 255 = 31%
B 72 of 255 = 28%

83
80
72

R + G + B ~ 31%. #535048 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 80 + 72 = 235 (100%)
R 83 of 235 ~ 35.32%
G 80 of 235 ~ 34.04%
B 72 of 235 ~ 30.64%

%35.32
%34.04
%30.64

CMYK color model

#535048 color CMYK value is (0,4,13,67).

  • cyan value is 0.00%
  • magenta value is 3.61%
  • yellow value is 13.25%
  • key color value is 67.45%
CMYK:
(0,4,13,67)
C0M4Y13K67 
(0%,4%,13%,67%)
(0.00/0.04/0.13/0.67)	

CMYK percentages

%0
%3.61
%13.25
%67.45

Codes

Color #535048 in popluar color models

535048
RGB838072
HSL44°7.10%30.39%
HSB/HSV44°13.25%32.55%
CMYK0.00%3.61%13.25%
67.45%

Color #535048 in popluar number systems.

HEX535048
Decimal838072
Binary101001110100001001000
Octal123120110

Shades and tints

Shades of #535048

#535048
(83,80,72)
#4C4942
(76,73,66)
#45423C
(69,66,60)
#3E3B36
(62,59,54)
#373430
(55,52,48)
#302D2A
(48,45,42)
#292624
(41,38,36)
#221F1E
(34,31,30)
#1B1818
(27,24,24)
#141112
(20,17,18)
#0D0A0C
(13,10,12)
#000000
(0,0,0)

Tints of #535048

#535048
(83,80,72)
#625F58
(98,95,88)
#716E68
(113,110,104)
#807D78
(128,125,120)
#8F8C88
(143,140,136)
#9E9B98
(158,155,152)
#ADAAA8
(173,170,168)
#BCB9B8
(188,185,184)
#CBC8C8
(203,200,200)
#DAD7D8
(218,215,216)
#E9E6E8
(233,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535048; }

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

This text font color is #535048.


Background Color

.myBgColor { background-color: #535048; }

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

This div background color is #535048.


Border color

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

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

This div border color is #535048.


Opacity

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

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

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

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

This text has shadow with #535048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535048 on black background.


Color preview on white background

This text has color #535048 on white background.



Black color preview on #535048 background

This text has black color on #535048 background.


White color preview on #535048 background

This text has white color on #535048 background.