COLOR #53453C

HEX: #53453C
RGB: (83,69,60)

Color info

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

RGB color model

#53453C color RGB value is (83,69,60).

  • red value is 83;
  • green value is 69;
  • blue value is 60.
RGB:
(83,69,60)
(33%,27%,24%)

RGB channels and saturation

R 83 of 255 = 33%
G 69 of 255 = 27%
B 60 of 255 = 24%

83
69
60

R + G + B ~ 28%. #53453C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 69 + 60 = 212 (100%)
R 83 of 212 ~ 39.15%
G 69 of 212 ~ 32.55%
B 60 of 212 ~ 28.3%

%39.15
%32.55
%28.3

CMYK color model

#53453C color CMYK value is (0,17,28,67).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 27.71%
  • key color value is 67.45%
CMYK:
(0,17,28,67)
C0M17Y28K67 
(0%,17%,28%,67%)
(0.00/0.17/0.28/0.67)	

CMYK percentages

%0
%16.87
%27.71
%67.45

Codes

Color #53453C in popluar color models

53453C
RGB836960
HSL23°16.08%28.04%
HSB/HSV23°27.71%32.55%
CMYK0.00%16.87%27.71%
67.45%

Color #53453C in popluar number systems.

HEX53453C
Decimal836960
Binary10100111000101111100
Octal12310574

Shades and tints

Shades of #53453C

#53453C
(83,69,60)
#4C3F37
(76,63,55)
#453932
(69,57,50)
#3E332D
(62,51,45)
#372D28
(55,45,40)
#302723
(48,39,35)
#29211E
(41,33,30)
#221B19
(34,27,25)
#1B1514
(27,21,20)
#140F0F
(20,15,15)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #53453C

#53453C
(83,69,60)
#62554D
(98,85,77)
#71655E
(113,101,94)
#80756F
(128,117,111)
#8F8580
(143,133,128)
#9E9591
(158,149,145)
#ADA5A2
(173,165,162)
#BCB5B3
(188,181,179)
#CBC5C4
(203,197,196)
#DAD5D5
(218,213,213)
#E9E5E6
(233,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53453C; }

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

This text font color is #53453C.


Background Color

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

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

This div background color is #53453C.


Border color

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

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

This div border color is #53453C.


Opacity

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

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

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

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

This text has shadow with #53453C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53453C on black background.


Color preview on white background

This text has color #53453C on white background.



Black color preview on #53453C background

This text has black color on #53453C background.


White color preview on #53453C background

This text has white color on #53453C background.