COLOR #53423F

HEX: #53423F
RGB: (83,66,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
66
63

R + G + B ~ 28%. #53423F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 66 + 63 = 212 (100%)
R 83 of 212 ~ 39.15%
G 66 of 212 ~ 31.13%
B 63 of 212 ~ 29.72%

%39.15
%31.13
%29.72

CMYK color model

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

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

CMYK percentages

%0
%20.48
%24.1
%67.45

Codes

Color #53423F in popluar color models

53423F
RGB836663
HSL13.70%28.63%
HSB/HSV24.10%32.55%
CMYK0.00%20.48%24.10%
67.45%

Color #53423F in popluar number systems.

HEX53423F
Decimal836663
Binary10100111000010111111
Octal12310277

Shades and tints

Shades of #53423F

#53423F
(83,66,63)
#4C3C3A
(76,60,58)
#453635
(69,54,53)
#3E3030
(62,48,48)
#372A2B
(55,42,43)
#302426
(48,36,38)
#291E21
(41,30,33)
#22181C
(34,24,28)
#1B1217
(27,18,23)
#140C12
(20,12,18)
#0D060D
(13,6,13)
#000000
(0,0,0)

Tints of #53423F

#53423F
(83,66,63)
#625350
(98,83,80)
#716461
(113,100,97)
#807572
(128,117,114)
#8F8683
(143,134,131)
#9E9794
(158,151,148)
#ADA8A5
(173,168,165)
#BCB9B6
(188,185,182)
#CBCAC7
(203,202,199)
#DADBD8
(218,219,216)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53423F; }

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

This text font color is #53423F.


Background Color

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

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

This div background color is #53423F.


Border color

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

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

This div border color is #53423F.


Opacity

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

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

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

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

This text has shadow with #53423F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53423F on black background.


Color preview on white background

This text has color #53423F on white background.



Black color preview on #53423F background

This text has black color on #53423F background.


White color preview on #53423F background

This text has white color on #53423F background.