COLOR #53483F

HEX: #53483F
RGB: (83,72,63)

Color info

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

RGB color model

#53483F color RGB value is (83,72,63).

  • red value is 83;
  • green value is 72;
  • blue value is 63.
RGB:
(83,72,63)
(33%,28%,25%)

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 63 of 255 = 25%

83
72
63

R + G + B ~ 29%. #53483F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 63 = 218 (100%)
R 83 of 218 ~ 38.07%
G 72 of 218 ~ 33.03%
B 63 of 218 ~ 28.9%

%38.07
%33.03
%28.9

CMYK color model

#53483F color CMYK value is (0,13,24,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 24.10%
  • key color value is 67.45%
CMYK:
(0,13,24,67)
C0M13Y24K67 
(0%,13%,24%,67%)
(0.00/0.13/0.24/0.67)	

CMYK percentages

%0
%13.25
%24.1
%67.45

Codes

Color #53483F in popluar color models

53483F
RGB837263
HSL27°13.70%28.63%
HSB/HSV27°24.10%32.55%
CMYK0.00%13.25%24.10%
67.45%

Color #53483F in popluar number systems.

HEX53483F
Decimal837263
Binary10100111001000111111
Octal12311077

Shades and tints

Shades of #53483F

#53483F
(83,72,63)
#4C423A
(76,66,58)
#453C35
(69,60,53)
#3E3630
(62,54,48)
#37302B
(55,48,43)
#302A26
(48,42,38)
#292421
(41,36,33)
#221E1C
(34,30,28)
#1B1817
(27,24,23)
#141212
(20,18,18)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #53483F

#53483F
(83,72,63)
#625850
(98,88,80)
#716861
(113,104,97)
#807872
(128,120,114)
#8F8883
(143,136,131)
#9E9894
(158,152,148)
#ADA8A5
(173,168,165)
#BCB8B6
(188,184,182)
#CBC8C7
(203,200,199)
#DAD8D8
(218,216,216)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53483F color. Also use rgb(83,72,63) instead hex code.

Text Font Color

.myTextColor { color: #53483F; }

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

This text font color is #53483F.


Background Color

.myBgColor { background-color: #53483F; }

<div style="background-color:#53483F">Inner text</div>

This div background color is #53483F.


Border color

.myBorderColor { border: 1px solid #53483F; }

<div style="border:3px solid #53483F">Div</div>

This div border color is #53483F.


Opacity

.myOpacity80 { color: #53483F; opacity: 0.8; }

<p style="color:#53483F;opacity:0.8;">80%</p>

Text with #53483F 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 #53483F;}

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

This text has shadow with #53483F color.

.textShadow {text-shadow: 3px 3px 1px #53483F, 3px 3px 1px red;}

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

This text has shadow with #53483F primary color and red secondary color.


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

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

This text has shadow with #53483F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53483F on black background.


Color preview on white background

This text has color #53483F on white background.



Black color preview on #53483F background

This text has black color on #53483F background.


White color preview on #53483F background

This text has white color on #53483F background.