COLOR #53283A

HEX: #53283A
RGB: (83,40,58)

Color info

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

RGB color model

#53283A color RGB value is (83,40,58).

  • red value is 83;
  • green value is 40;
  • blue value is 58.
RGB:
(83,40,58)
(33%,16%,23%)

RGB channels and saturation

R 83 of 255 = 33%
G 40 of 255 = 16%
B 58 of 255 = 23%

83
40
58

R + G + B ~ 24%. #53283A is dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 40 + 58 = 181 (100%)
R 83 of 181 ~ 45.86%
G 40 of 181 ~ 22.1%
B 58 of 181 ~ 32.04%

%45.86
%22.1
%32.04

CMYK color model

#53283A color CMYK value is (0,52,30,67).

  • cyan value is 0.00%
  • magenta value is 51.81%
  • yellow value is 30.12%
  • key color value is 67.45%
CMYK:
(0,52,30,67)
C0M52Y30K67 
(0%,52%,30%,67%)
(0.00/0.52/0.30/0.67)	

CMYK percentages

%0
%51.81
%30.12
%67.45

Codes

Color #53283A in popluar color models

53283A
RGB834058
HSL335°34.96%24.12%
HSB/HSV335°51.81%32.55%
CMYK0.00%51.81%30.12%
67.45%

Color #53283A in popluar number systems.

HEX53283A
Decimal834058
Binary1010011101000111010
Octal1235072

Shades and tints

Shades of #53283A

#53283A
(83,40,58)
#4C2535
(76,37,53)
#452230
(69,34,48)
#3E1F2B
(62,31,43)
#371C26
(55,28,38)
#301921
(48,25,33)
#29161C
(41,22,28)
#221317
(34,19,23)
#1B1012
(27,16,18)
#140D0D
(20,13,13)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #53283A

#53283A
(83,40,58)
#623B4B
(98,59,75)
#714E5C
(113,78,92)
#80616D
(128,97,109)
#8F747E
(143,116,126)
#9E878F
(158,135,143)
#AD9AA0
(173,154,160)
#BCADB1
(188,173,177)
#CBC0C2
(203,192,194)
#DAD3D3
(218,211,211)
#E9E6E4
(233,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53283A color. Also use rgb(83,40,58) instead hex code.

Text Font Color

.myTextColor { color: #53283A; }

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

This text font color is #53283A.


Background Color

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

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

This div background color is #53283A.


Border color

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

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

This div border color is #53283A.


Opacity

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

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

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

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

This text has shadow with #53283A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53283A on black background.


Color preview on white background

This text has color #53283A on white background.



Black color preview on #53283A background

This text has black color on #53283A background.


White color preview on #53283A background

This text has white color on #53283A background.