COLOR #53323C

HEX: #53323C RGB: (83,50,60)

Color info

#53323C contains red, green and blue colors in about the same proportion. Web safe color of #53323C is #663333 (or #633).

RGB color model

#53323C color RGB value is (83,50,60).

RGB: (83,50,60) (33%, 20%, 24%)

RGB channels and saturation

R 83 of 255 = 33%
G 50 of 255 = 20%
B 60 of 255 = 24%

83
50
60

R + G + B ~ 26%. #53323C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 83 + 50 + 60 = 193 (100%)
R 83 of 193 ~ 43.01%
G 50 of 193 ~ 25.91%
B 60 of 193 ~ 31.09'%

%43.01
%25.91
%31.09

CMYK color model

#53323C color CMYK value is (0,40,28,67).

  • cyan value is 0.00%
  • magenta value is 39.76%
  • yellow value is 27.71%
  • key color value is 67.45%

CMYK: (0,40,28,67)
C0M40Y28K67 (0%, 40%, 28%, 67%)
(0.00 / 0.40 / 0.28 / 0.67)

CMYK percentages

%0
%39.76
%27.71
%67.45

Codes

Color #53323C in popluar color models

53 32 3C
RGB 83 50 60
HSL 342° 24.81% 26.08%
HSB/HSV 342° 39.76% 32.55%
CMYK 0.00% 39.76% 27.71%
67.45%

Color #53323C in popluar number systems.

HEX 53 32 3C
Decimal 83 50 60
Binary 1010011 110010 111100
Octal 123 62 74

Shades and tints

Shades of #53323C

#53323C
(83,50,60)
#4C2E37
(76,46,55)
#452A32
(69,42,50)
#3E262D
(62,38,45)
#372228
(55,34,40)
#301E23
(48,30,35)
#291A1E
(41,26,30)
#221619
(34,22,25)
#1B1214
(27,18,20)
#140E0F
(20,14,15)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #53323C

#53323C
(83,50,60)
#62444D
(98,68,77)
#71565E
(113,86,94)
#80686F
(128,104,111)
#8F7A80
(143,122,128)
#9E8C91
(158,140,145)
#AD9EA2
(173,158,162)
#BCB0B3
(188,176,179)
#CBC2C4
(203,194,196)
#DAD4D5
(218,212,213)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53323C color. Also use rgb(83,50,60) instead hex code.

Text Font Color

.myTextColor { color: #53323C; }

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

This text font color is #53323C.

Background Color

.myBgColor { background-color: #53323C; }

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

This div background color is #53323C.

Border color

.myBorderColor { border: 1px solid #53323C; }

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

This div border color is #53323C.

Opacity

.myOpacity80 { color: #53323C; opacity: 0.8; }

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

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

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

This text has shadow with #53323C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53323C.

Preview

Color preview on black background

This text has color #53323C on black background.


Color preview on white background

This text has color #53323C on white background.


Black color preview on #53323C background

This text has black color on #53323C background.


White color preview on #53323C background

This text has white color on #53323C background.


Related colors

Complementary color

Complementary color for #hex is #ACCDC3.


I love getcolorcode.com

Triadic colors

1 #3C5332 and #323C53 with #53323C are triadic colors.

2 #3C3253 and #32533C with #53323C are triadic colors.