COLOR #53312D

HEX: #53312D
RGB: (83,49,45)

Color info

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

RGB color model

#53312D color RGB value is (83,49,45).

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

RGB channels and saturation

R 83 of 255 = 33%
G 49 of 255 = 19%
B 45 of 255 = 18%

83
49
45

R + G + B ~ 23%. #53312D is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 49 + 45 = 177 (100%)
R 83 of 177 ~ 46.89%
G 49 of 177 ~ 27.68%
B 45 of 177 ~ 25.42%

%46.89
%27.68
%25.42

CMYK color model

#53312D color CMYK value is (0,41,46,67).

  • cyan value is 0.00%
  • magenta value is 40.96%
  • yellow value is 45.78%
  • key color value is 67.45%
CMYK:
(0,41,46,67)
C0M41Y46K67 
(0%,41%,46%,67%)
(0.00/0.41/0.46/0.67)	

CMYK percentages

%0
%40.96
%45.78
%67.45

Codes

Color #53312D in popluar color models

53312D
RGB834945
HSL29.69%25.10%
HSB/HSV45.78%32.55%
CMYK0.00%40.96%45.78%
67.45%

Color #53312D in popluar number systems.

HEX53312D
Decimal834945
Binary1010011110001101101
Octal1236155

Shades and tints

Shades of #53312D

#53312D
(83,49,45)
#4C2D29
(76,45,41)
#452925
(69,41,37)
#3E2521
(62,37,33)
#37211D
(55,33,29)
#301D19
(48,29,25)
#291915
(41,25,21)
#221511
(34,21,17)
#1B110D
(27,17,13)
#140D09
(20,13,9)
#0D0905
(13,9,5)
#000000
(0,0,0)

Tints of #53312D

#53312D
(83,49,45)
#624340
(98,67,64)
#715553
(113,85,83)
#806766
(128,103,102)
#8F7979
(143,121,121)
#9E8B8C
(158,139,140)
#AD9D9F
(173,157,159)
#BCAFB2
(188,175,178)
#CBC1C5
(203,193,197)
#DAD3D8
(218,211,216)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53312D; }

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

This text font color is #53312D.


Background Color

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

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

This div background color is #53312D.


Border color

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

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

This div border color is #53312D.


Opacity

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

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

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

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

This text has shadow with #53312D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53312D on black background.


Color preview on white background

This text has color #53312D on white background.



Black color preview on #53312D background

This text has black color on #53312D background.


White color preview on #53312D background

This text has white color on #53312D background.