COLOR #53382D

HEX: #53382D
RGB: (83,56,45)

Color info

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

RGB color model

#53382D color RGB value is (83,56,45).

  • red value is 83;
  • green value is 56;
  • blue value is 45.
RGB:
(83,56,45)
(33%,22%,18%)

RGB channels and saturation

R 83 of 255 = 33%
G 56 of 255 = 22%
B 45 of 255 = 18%

83
56
45

R + G + B ~ 24%. #53382D is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 56 + 45 = 184 (100%)
R 83 of 184 ~ 45.11%
G 56 of 184 ~ 30.43%
B 45 of 184 ~ 24.46%

%45.11
%30.43
%24.46

CMYK color model

#53382D color CMYK value is (0,33,46,67).

  • cyan value is 0.00%
  • magenta value is 32.53%
  • yellow value is 45.78%
  • key color value is 67.45%
CMYK:
(0,33,46,67)
C0M33Y46K67 
(0%,33%,46%,67%)
(0.00/0.33/0.46/0.67)	

CMYK percentages

%0
%32.53
%45.78
%67.45

Codes

Color #53382D in popluar color models

53382D
RGB835645
HSL17°29.69%25.10%
HSB/HSV17°45.78%32.55%
CMYK0.00%32.53%45.78%
67.45%

Color #53382D in popluar number systems.

HEX53382D
Decimal835645
Binary1010011111000101101
Octal1237055

Shades and tints

Shades of #53382D

#53382D
(83,56,45)
#4C3329
(76,51,41)
#452E25
(69,46,37)
#3E2921
(62,41,33)
#37241D
(55,36,29)
#301F19
(48,31,25)
#291A15
(41,26,21)
#221511
(34,21,17)
#1B100D
(27,16,13)
#140B09
(20,11,9)
#0D0605
(13,6,5)
#000000
(0,0,0)

Tints of #53382D

#53382D
(83,56,45)
#624A40
(98,74,64)
#715C53
(113,92,83)
#806E66
(128,110,102)
#8F8079
(143,128,121)
#9E928C
(158,146,140)
#ADA49F
(173,164,159)
#BCB6B2
(188,182,178)
#CBC8C5
(203,200,197)
#DADAD8
(218,218,216)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53382D color. Also use rgb(83,56,45) instead hex code.

Text Font Color

.myTextColor { color: #53382D; }

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

This text font color is #53382D.


Background Color

.myBgColor { background-color: #53382D; }

<div style="background-color:#53382D">Inner text</div>

This div background color is #53382D.


Border color

.myBorderColor { border: 1px solid #53382D; }

<div style="border:3px solid #53382D">Div</div>

This div border color is #53382D.


Opacity

.myOpacity80 { color: #53382D; opacity: 0.8; }

<p style="color:#53382D;opacity:0.8;">80%</p>

Text with #53382D 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 #53382D;}

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

This text has shadow with #53382D color.

.textShadow {text-shadow: 3px 3px 1px #53382D, 3px 3px 1px red;}

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

This text has shadow with #53382D primary color and red secondary color.


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

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

This text has shadow with #53382D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53382D on black background.


Color preview on white background

This text has color #53382D on white background.



Black color preview on #53382D background

This text has black color on #53382D background.


White color preview on #53382D background

This text has white color on #53382D background.