COLOR #53483C

HEX: #53483C
RGB: (83,72,60)

Color info

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

RGB color model

#53483C color RGB value is (83,72,60).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 60 of 255 = 24%

83
72
60

R + G + B ~ 28%. #53483C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 60 = 215 (100%)
R 83 of 215 ~ 38.6%
G 72 of 215 ~ 33.49%
B 60 of 215 ~ 27.91%

%38.6
%33.49
%27.91

CMYK color model

#53483C color CMYK value is (0,13,28,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 27.71%
  • key color value is 67.45%
CMYK:
(0,13,28,67)
C0M13Y28K67 
(0%,13%,28%,67%)
(0.00/0.13/0.28/0.67)	

CMYK percentages

%0
%13.25
%27.71
%67.45

Codes

Color #53483C in popluar color models

53483C
RGB837260
HSL31°16.08%28.04%
HSB/HSV31°27.71%32.55%
CMYK0.00%13.25%27.71%
67.45%

Color #53483C in popluar number systems.

HEX53483C
Decimal837260
Binary10100111001000111100
Octal12311074

Shades and tints

Shades of #53483C

#53483C
(83,72,60)
#4C4237
(76,66,55)
#453C32
(69,60,50)
#3E362D
(62,54,45)
#373028
(55,48,40)
#302A23
(48,42,35)
#29241E
(41,36,30)
#221E19
(34,30,25)
#1B1814
(27,24,20)
#14120F
(20,18,15)
#0D0C0A
(13,12,10)
#000000
(0,0,0)

Tints of #53483C

#53483C
(83,72,60)
#62584D
(98,88,77)
#71685E
(113,104,94)
#80786F
(128,120,111)
#8F8880
(143,136,128)
#9E9891
(158,152,145)
#ADA8A2
(173,168,162)
#BCB8B3
(188,184,179)
#CBC8C4
(203,200,196)
#DAD8D5
(218,216,213)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53483C; }

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

This text font color is #53483C.


Background Color

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

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

This div background color is #53483C.


Border color

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

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

This div border color is #53483C.


Opacity

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

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

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

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

This text has shadow with #53483C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53483C on black background.


Color preview on white background

This text has color #53483C on white background.



Black color preview on #53483C background

This text has black color on #53483C background.


White color preview on #53483C background

This text has white color on #53483C background.