COLOR #535349

HEX: #535349
RGB: (83,83,73)

Color info

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

RGB color model

#535349 color RGB value is (83,83,73).

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

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 73 of 255 = 29%

83
83
73

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

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 73 = 239 (100%)
R 83 of 239 ~ 34.73%
G 83 of 239 ~ 34.73%
B 73 of 239 ~ 30.54%

%34.73
%34.73
%30.54

CMYK color model

#535349 color CMYK value is (0,0,12,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK:
(0,0,12,67)
C0M0Y12K67 
(0%,0%,12%,67%)
(0.00/0.00/0.12/0.67)	

CMYK percentages

%0
%0
%12.05
%67.45

Codes

Color #535349 in popluar color models

535349
RGB838373
HSL60°6.41%30.59%
HSB/HSV60°12.05%32.55%
CMYK0.00%0.00%12.05%
67.45%

Color #535349 in popluar number systems.

HEX535349
Decimal838373
Binary101001110100111001001
Octal123123111

Shades and tints

Shades of #535349

#535349
(83,83,73)
#4C4C43
(76,76,67)
#45453D
(69,69,61)
#3E3E37
(62,62,55)
#373731
(55,55,49)
#30302B
(48,48,43)
#292925
(41,41,37)
#22221F
(34,34,31)
#1B1B19
(27,27,25)
#141413
(20,20,19)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #535349

#535349
(83,83,73)
#626259
(98,98,89)
#717169
(113,113,105)
#808079
(128,128,121)
#8F8F89
(143,143,137)
#9E9E99
(158,158,153)
#ADADA9
(173,173,169)
#BCBCB9
(188,188,185)
#CBCBC9
(203,203,201)
#DADAD9
(218,218,217)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535349; }

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

This text font color is #535349.


Background Color

.myBgColor { background-color: #535349; }

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

This div background color is #535349.


Border color

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

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

This div border color is #535349.


Opacity

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

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

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

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

This text has shadow with #535349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535349 on black background.


Color preview on white background

This text has color #535349 on white background.



Black color preview on #535349 background

This text has black color on #535349 background.


White color preview on #535349 background

This text has white color on #535349 background.