COLOR #535347

HEX: #535347
RGB: (83,83,71)

Color info

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

RGB color model

#535347 color RGB value is (83,83,71).

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

RGB channels and saturation

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

83
83
71

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

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 71 = 237 (100%)
R 83 of 237 ~ 35.02%
G 83 of 237 ~ 35.02%
B 71 of 237 ~ 29.96%

%35.02
%35.02
%29.96

CMYK color model

#535347 color CMYK value is (0,0,14,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 67.45%
CMYK:
(0,0,14,67)
C0M0Y14K67 
(0%,0%,14%,67%)
(0.00/0.00/0.14/0.67)	

CMYK percentages

%0
%0
%14.46
%67.45

Codes

Color #535347 in popluar color models

535347
RGB838371
HSL60°7.79%30.20%
HSB/HSV60°14.46%32.55%
CMYK0.00%0.00%14.46%
67.45%

Color #535347 in popluar number systems.

HEX535347
Decimal838371
Binary101001110100111000111
Octal123123107

Shades and tints

Shades of #535347

#535347
(83,83,71)
#4C4C41
(76,76,65)
#45453B
(69,69,59)
#3E3E35
(62,62,53)
#37372F
(55,55,47)
#303029
(48,48,41)
#292923
(41,41,35)
#22221D
(34,34,29)
#1B1B17
(27,27,23)
#141411
(20,20,17)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #535347

#535347
(83,83,71)
#626257
(98,98,87)
#717167
(113,113,103)
#808077
(128,128,119)
#8F8F87
(143,143,135)
#9E9E97
(158,158,151)
#ADADA7
(173,173,167)
#BCBCB7
(188,188,183)
#CBCBC7
(203,203,199)
#DADAD7
(218,218,215)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #535347; }

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

This text font color is #535347.


Background Color

.myBgColor { background-color: #535347; }

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

This div background color is #535347.


Border color

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

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

This div border color is #535347.


Opacity

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

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

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

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

This text has shadow with #535347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #535347 on black background.


Color preview on white background

This text has color #535347 on white background.



Black color preview on #535347 background

This text has black color on #535347 background.


White color preview on #535347 background

This text has white color on #535347 background.