COLOR #53352C

HEX: #53352C
RGB: (83,53,44)

Color info

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

RGB color model

#53352C color RGB value is (83,53,44).

  • red value is 83;
  • green value is 53;
  • blue value is 44.
RGB:
(83,53,44)
(33%,21%,17%)

RGB channels and saturation

R 83 of 255 = 33%
G 53 of 255 = 21%
B 44 of 255 = 17%

83
53
44

R + G + B ~ 24%. #53352C is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 53 + 44 = 180 (100%)
R 83 of 180 ~ 46.11%
G 53 of 180 ~ 29.44%
B 44 of 180 ~ 24.44%

%46.11
%29.44
%24.44

CMYK color model

#53352C color CMYK value is (0,36,47,67).

  • cyan value is 0.00%
  • magenta value is 36.14%
  • yellow value is 46.99%
  • key color value is 67.45%
CMYK:
(0,36,47,67)
C0M36Y47K67 
(0%,36%,47%,67%)
(0.00/0.36/0.47/0.67)	

CMYK percentages

%0
%36.14
%46.99
%67.45

Codes

Color #53352C in popluar color models

53352C
RGB835344
HSL14°30.71%24.90%
HSB/HSV14°46.99%32.55%
CMYK0.00%36.14%46.99%
67.45%

Color #53352C in popluar number systems.

HEX53352C
Decimal835344
Binary1010011110101101100
Octal1236554

Shades and tints

Shades of #53352C

#53352C
(83,53,44)
#4C3128
(76,49,40)
#452D24
(69,45,36)
#3E2920
(62,41,32)
#37251C
(55,37,28)
#302118
(48,33,24)
#291D14
(41,29,20)
#221910
(34,25,16)
#1B150C
(27,21,12)
#141108
(20,17,8)
#0D0D04
(13,13,4)
#000000
(0,0,0)

Tints of #53352C

#53352C
(83,53,44)
#62473F
(98,71,63)
#715952
(113,89,82)
#806B65
(128,107,101)
#8F7D78
(143,125,120)
#9E8F8B
(158,143,139)
#ADA19E
(173,161,158)
#BCB3B1
(188,179,177)
#CBC5C4
(203,197,196)
#DAD7D7
(218,215,215)
#E9E9EA
(233,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53352C color. Also use rgb(83,53,44) instead hex code.

Text Font Color

.myTextColor { color: #53352C; }

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

This text font color is #53352C.


Background Color

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

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

This div background color is #53352C.


Border color

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

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

This div border color is #53352C.


Opacity

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

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

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

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

This text has shadow with #53352C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53352C on black background.


Color preview on white background

This text has color #53352C on white background.



Black color preview on #53352C background

This text has black color on #53352C background.


White color preview on #53352C background

This text has white color on #53352C background.