COLOR #53523D

HEX: #53523D RGB: (83,82,61)

Color info

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

RGB color model

#53523D color RGB value is (83,82,61).

RGB: (83,82,61) (33%, 32%, 24%)

RGB channels and saturation

R 83 of 255 = 33%
G 82 of 255 = 32%
B 61 of 255 = 24%

83
82
61

R + G + B ~ 30%. #53523D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 82 + 61 = 226 (100%)
R 83 of 226 ~ 36.73%
G 82 of 226 ~ 36.28%
B 61 of 226 ~ 26.99'%

%36.73
%36.28
%26.99

CMYK color model

#53523D color CMYK value is (0,1,27,67).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 26.51%
  • key color value is 67.45%

CMYK: (0,1,27,67)
C0M1Y27K67 (0%, 1%, 27%, 67%)
(0.00 / 0.01 / 0.27 / 0.67)

CMYK percentages

%0
%1.2
%26.51
%67.45

Codes

Color #53523D in popluar color models

53 52 3D
RGB 83 82 61
HSL 57° 15.28% 28.24%
HSB/HSV 57° 26.51% 32.55%
CMYK 0.00% 1.20% 26.51%
67.45%

Color #53523D in popluar number systems.

HEX 53 52 3D
Decimal 83 82 61
Binary 1010011 1010010 111101
Octal 123 122 75

Shades and tints

Shades of #53523D

#53523D
(83,82,61)
#4C4B38
(76,75,56)
#454433
(69,68,51)
#3E3D2E
(62,61,46)
#373629
(55,54,41)
#302F24
(48,47,36)
#29281F
(41,40,31)
#22211A
(34,33,26)
#1B1A15
(27,26,21)
#141310
(20,19,16)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #53523D

#53523D
(83,82,61)
#62614E
(98,97,78)
#71705F
(113,112,95)
#807F70
(128,127,112)
#8F8E81
(143,142,129)
#9E9D92
(158,157,146)
#ADACA3
(173,172,163)
#BCBBB4
(188,187,180)
#CBCAC5
(203,202,197)
#DAD9D6
(218,217,214)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53523D color. Also use rgb(83,82,61) instead hex code.

Text Font Color

.myTextColor { color: #53523D; }

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

This text font color is #53523D.

Background Color

.myBgColor { background-color: #53523D; }

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

This div background color is #53523D.

Border color

.myBorderColor { border: 1px solid #53523D; }

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

This div border color is #53523D.

Opacity

.myOpacity80 { color: #53523D; opacity: 0.8; }

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

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

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

This text has shadow with #53523D color.


.textShadow {text-shadow: 3px 3px 1px #53523D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53523D; -webkit-box-shadow: 1px 1px 3px 2px #53523D; box-shadow:1px 1px 3px 2px #53523D;">
Div content here
</div>

This div box has shadow with color #53523D.

Preview

Color preview on black background

This text has color #53523D on black background.


Color preview on white background

This text has color #53523D on white background.


Black color preview on #53523D background

This text has black color on #53523D background.


White color preview on #53523D background

This text has white color on #53523D background.


Related colors

Complementary color

Complementary color for #hex is #ACADC2.


I love getcolorcode.com

Triadic colors

1 #3D5352 and #523D53 with #53523D are triadic colors.

2 #3D5253 and #52533D with #53523D are triadic colors.