COLOR #53422C

HEX: #53422C
RGB: (83,66,44)

Color info

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

RGB color model

#53422C color RGB value is (83,66,44).

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

RGB channels and saturation

R 83 of 255 = 33%
G 66 of 255 = 26%
B 44 of 255 = 17%

83
66
44

R + G + B ~ 25%. #53422C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 66 + 44 = 193 (100%)
R 83 of 193 ~ 43.01%
G 66 of 193 ~ 34.2%
B 44 of 193 ~ 22.8%

%43.01
%34.2
%22.8

CMYK color model

#53422C color CMYK value is (0,20,47,67).

  • cyan value is 0.00%
  • magenta value is 20.48%
  • yellow value is 46.99%
  • key color value is 67.45%
CMYK:
(0,20,47,67)
C0M20Y47K67 
(0%,20%,47%,67%)
(0.00/0.20/0.47/0.67)	

CMYK percentages

%0
%20.48
%46.99
%67.45

Codes

Color #53422C in popluar color models

53422C
RGB836644
HSL34°30.71%24.90%
HSB/HSV34°46.99%32.55%
CMYK0.00%20.48%46.99%
67.45%

Color #53422C in popluar number systems.

HEX53422C
Decimal836644
Binary10100111000010101100
Octal12310254

Shades and tints

Shades of #53422C

#53422C
(83,66,44)
#4C3C28
(76,60,40)
#453624
(69,54,36)
#3E3020
(62,48,32)
#372A1C
(55,42,28)
#302418
(48,36,24)
#291E14
(41,30,20)
#221810
(34,24,16)
#1B120C
(27,18,12)
#140C08
(20,12,8)
#0D0604
(13,6,4)
#000000
(0,0,0)

Tints of #53422C

#53422C
(83,66,44)
#62533F
(98,83,63)
#716452
(113,100,82)
#807565
(128,117,101)
#8F8678
(143,134,120)
#9E978B
(158,151,139)
#ADA89E
(173,168,158)
#BCB9B1
(188,185,177)
#CBCAC4
(203,202,196)
#DADBD7
(218,219,215)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53422C; }

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

This text font color is #53422C.


Background Color

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

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

This div background color is #53422C.


Border color

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

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

This div border color is #53422C.


Opacity

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

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

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

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

This text has shadow with #53422C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53422C on black background.


Color preview on white background

This text has color #53422C on white background.



Black color preview on #53422C background

This text has black color on #53422C background.


White color preview on #53422C background

This text has white color on #53422C background.