COLOR #53482A

HEX: #53482A
RGB: (83,72,42)

Color info

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

RGB color model

#53482A color RGB value is (83,72,42).

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

RGB channels and saturation

R 83 of 255 = 33%
G 72 of 255 = 28%
B 42 of 255 = 16%

83
72
42

R + G + B ~ 26%. #53482A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 42 = 197 (100%)
R 83 of 197 ~ 42.13%
G 72 of 197 ~ 36.55%
B 42 of 197 ~ 21.32%

%42.13
%36.55
%21.32

CMYK color model

#53482A color CMYK value is (0,13,49,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 49.40%
  • key color value is 67.45%
CMYK:
(0,13,49,67)
C0M13Y49K67 
(0%,13%,49%,67%)
(0.00/0.13/0.49/0.67)	

CMYK percentages

%0
%13.25
%49.4
%67.45

Codes

Color #53482A in popluar color models

53482A
RGB837242
HSL44°32.80%24.51%
HSB/HSV44°49.40%32.55%
CMYK0.00%13.25%49.40%
67.45%

Color #53482A in popluar number systems.

HEX53482A
Decimal837242
Binary10100111001000101010
Octal12311052

Shades and tints

Shades of #53482A

#53482A
(83,72,42)
#4C4227
(76,66,39)
#453C24
(69,60,36)
#3E3621
(62,54,33)
#37301E
(55,48,30)
#302A1B
(48,42,27)
#292418
(41,36,24)
#221E15
(34,30,21)
#1B1812
(27,24,18)
#14120F
(20,18,15)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #53482A

#53482A
(83,72,42)
#62583D
(98,88,61)
#716850
(113,104,80)
#807863
(128,120,99)
#8F8876
(143,136,118)
#9E9889
(158,152,137)
#ADA89C
(173,168,156)
#BCB8AF
(188,184,175)
#CBC8C2
(203,200,194)
#DAD8D5
(218,216,213)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53482A color. Also use rgb(83,72,42) instead hex code.

Text Font Color

.myTextColor { color: #53482A; }

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

This text font color is #53482A.


Background Color

.myBgColor { background-color: #53482A; }

<div style="background-color:#53482A">Inner text</div>

This div background color is #53482A.


Border color

.myBorderColor { border: 1px solid #53482A; }

<div style="border:3px solid #53482A">Div</div>

This div border color is #53482A.


Opacity

.myOpacity80 { color: #53482A; opacity: 0.8; }

<p style="color:#53482A;opacity:0.8;">80%</p>

Text with #53482A 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 #53482A;}

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

This text has shadow with #53482A color.

.textShadow {text-shadow: 3px 3px 1px #53482A, 3px 3px 1px red;}

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

This text has shadow with #53482A primary color and red secondary color.


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

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

This text has shadow with #53482A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53482A on black background.


Color preview on white background

This text has color #53482A on white background.



Black color preview on #53482A background

This text has black color on #53482A background.


White color preview on #53482A background

This text has white color on #53482A background.