COLOR #535348

HEX: #535348
RGB: (83,83,72)

Color info

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

RGB color model

#535348 color RGB value is (83,83,72).

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

RGB channels and saturation

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

83
83
72

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

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 72 = 238 (100%)
R 83 of 238 ~ 34.87%
G 83 of 238 ~ 34.87%
B 72 of 238 ~ 30.25%

%34.87
%34.87
%30.25

CMYK color model

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

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

CMYK percentages

%0
%0
%13.25
%67.45

Codes

Color #535348 in popluar color models

535348
RGB838372
HSL60°7.10%30.39%
HSB/HSV60°13.25%32.55%
CMYK0.00%0.00%13.25%
67.45%

Color #535348 in popluar number systems.

HEX535348
Decimal838372
Binary101001110100111001000
Octal123123110

Shades and tints

Shades of #535348

#535348
(83,83,72)
#4C4C42
(76,76,66)
#45453C
(69,69,60)
#3E3E36
(62,62,54)
#373730
(55,55,48)
#30302A
(48,48,42)
#292924
(41,41,36)
#22221E
(34,34,30)
#1B1B18
(27,27,24)
#141412
(20,20,18)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #535348

#535348
(83,83,72)
#626258
(98,98,88)
#717168
(113,113,104)
#808078
(128,128,120)
#8F8F88
(143,143,136)
#9E9E98
(158,158,152)
#ADADA8
(173,173,168)
#BCBCB8
(188,188,184)
#CBCBC8
(203,203,200)
#DADAD8
(218,218,216)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535348; }

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

This text font color is #535348.


Background Color

.myBgColor { background-color: #535348; }

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

This div background color is #535348.


Border color

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

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

This div border color is #535348.


Opacity

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

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

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

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

This text has shadow with #535348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535348 on black background.


Color preview on white background

This text has color #535348 on white background.



Black color preview on #535348 background

This text has black color on #535348 background.


White color preview on #535348 background

This text has white color on #535348 background.