COLOR #53483E

HEX: #53483E
RGB: (83,72,62)

Color info

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

RGB color model

#53483E color RGB value is (83,72,62).

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

RGB channels and saturation

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

83
72
62

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

Portions of RGB colors in percentages

R + G + B =
83 + 72 + 62 = 217 (100%)
R 83 of 217 ~ 38.25%
G 72 of 217 ~ 33.18%
B 62 of 217 ~ 28.57%

%38.25
%33.18
%28.57

CMYK color model

#53483E color CMYK value is (0,13,25,67).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 25.30%
  • key color value is 67.45%
CMYK:
(0,13,25,67)
C0M13Y25K67 
(0%,13%,25%,67%)
(0.00/0.13/0.25/0.67)	

CMYK percentages

%0
%13.25
%25.3
%67.45

Codes

Color #53483E in popluar color models

53483E
RGB837262
HSL29°14.48%28.43%
HSB/HSV29°25.30%32.55%
CMYK0.00%13.25%25.30%
67.45%

Color #53483E in popluar number systems.

HEX53483E
Decimal837262
Binary10100111001000111110
Octal12311076

Shades and tints

Shades of #53483E

#53483E
(83,72,62)
#4C4239
(76,66,57)
#453C34
(69,60,52)
#3E362F
(62,54,47)
#37302A
(55,48,42)
#302A25
(48,42,37)
#292420
(41,36,32)
#221E1B
(34,30,27)
#1B1816
(27,24,22)
#141211
(20,18,17)
#0D0C0C
(13,12,12)
#000000
(0,0,0)

Tints of #53483E

#53483E
(83,72,62)
#62584F
(98,88,79)
#716860
(113,104,96)
#807871
(128,120,113)
#8F8882
(143,136,130)
#9E9893
(158,152,147)
#ADA8A4
(173,168,164)
#BCB8B5
(188,184,181)
#CBC8C6
(203,200,198)
#DAD8D7
(218,216,215)
#E9E8E8
(233,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53483E; }

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

This text font color is #53483E.


Background Color

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

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

This div background color is #53483E.


Border color

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

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

This div border color is #53483E.


Opacity

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

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

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

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

This text has shadow with #53483E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53483E on black background.


Color preview on white background

This text has color #53483E on white background.



Black color preview on #53483E background

This text has black color on #53483E background.


White color preview on #53483E background

This text has white color on #53483E background.