COLOR #53533F

HEX: #53533F
RGB: (83,83,63)

Color info

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

RGB color model

#53533F color RGB value is (83,83,63).

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

RGB channels and saturation

R 83 of 255 = 33%
G 83 of 255 = 33%
B 63 of 255 = 25%

83
83
63

R + G + B ~ 30%. #53533F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 83 + 63 = 229 (100%)
R 83 of 229 ~ 36.24%
G 83 of 229 ~ 36.24%
B 63 of 229 ~ 27.51%

%36.24
%36.24
%27.51

CMYK color model

#53533F color CMYK value is (0,0,24,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(0,0,24,67)
C0M0Y24K67 
(0%,0%,24%,67%)
(0.00/0.00/0.24/0.67)	

CMYK percentages

%0
%0
%24.1
%67.45

Codes

Color #53533F in popluar color models

53533F
RGB838363
HSL60°13.70%28.63%
HSB/HSV60°24.10%32.55%
CMYK0.00%0.00%24.10%
67.45%

Color #53533F in popluar number systems.

HEX53533F
Decimal838363
Binary10100111010011111111
Octal12312377

Shades and tints

Shades of #53533F

#53533F
(83,83,63)
#4C4C3A
(76,76,58)
#454535
(69,69,53)
#3E3E30
(62,62,48)
#37372B
(55,55,43)
#303026
(48,48,38)
#292921
(41,41,33)
#22221C
(34,34,28)
#1B1B17
(27,27,23)
#141412
(20,20,18)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #53533F

#53533F
(83,83,63)
#626250
(98,98,80)
#717161
(113,113,97)
#808072
(128,128,114)
#8F8F83
(143,143,131)
#9E9E94
(158,158,148)
#ADADA5
(173,173,165)
#BCBCB6
(188,188,182)
#CBCBC7
(203,203,199)
#DADAD8
(218,218,216)
#E9E9E9
(233,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53533F; }

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

This text font color is #53533F.


Background Color

.myBgColor { background-color: #53533F; }

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

This div background color is #53533F.


Border color

.myBorderColor { border: 1px solid #53533F; }

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

This div border color is #53533F.


Opacity

.myOpacity80 { color: #53533F; opacity: 0.8; }

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

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

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

This text has shadow with #53533F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53533F on black background.


Color preview on white background

This text has color #53533F on white background.



Black color preview on #53533F background

This text has black color on #53533F background.


White color preview on #53533F background

This text has white color on #53533F background.