COLOR #53235D

HEX: #53235D
RGB: (83,35,93)

Color info

#53235D contains red, green and blue colors in about the same proportion. Web safe color of #53235D is #663366 (or #636).

RGB color model

#53235D color RGB value is (83,35,93).

  • red value is 83;
  • green value is 35;
  • blue value is 93.
RGB:
(83,35,93)
(33%,14%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 35 of 255 = 14%
B 93 of 255 = 36%

83
35
93

R + G + B ~ 28%. #53235D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 35 + 93 = 211 (100%)
R 83 of 211 ~ 39.34%
G 35 of 211 ~ 16.59%
B 93 of 211 ~ 44.08%

%39.34
%16.59
%44.08

CMYK color model

#53235D color CMYK value is (11,62,0,64).

  • cyan value is 10.75%
  • magenta value is 62.37%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(11,62,0,64)
C11M62Y0K64 
(11%,62%,0%,64%)
(0.11/0.62/0.00/0.64)	

CMYK percentages

%10.75
%62.37
%0
%63.53

Codes

Color #53235D in popluar color models

53235D
RGB833593
HSL290°45.31%25.10%
HSB/HSV290°62.37%36.47%
CMYK10.75%62.37%0.00%
63.53%

Color #53235D in popluar number systems.

HEX53235D
Decimal833593
Binary10100111000111011101
Octal12343135

Shades and tints

Shades of #53235D

#53235D
(83,35,93)
#4C2055
(76,32,85)
#451D4D
(69,29,77)
#3E1A45
(62,26,69)
#37173D
(55,23,61)
#301435
(48,20,53)
#29112D
(41,17,45)
#220E25
(34,14,37)
#1B0B1D
(27,11,29)
#140815
(20,8,21)
#0D050D
(13,5,13)
#000000
(0,0,0)

Tints of #53235D

#53235D
(83,35,93)
#62376B
(98,55,107)
#714B79
(113,75,121)
#805F87
(128,95,135)
#8F7395
(143,115,149)
#9E87A3
(158,135,163)
#AD9BB1
(173,155,177)
#BCAFBF
(188,175,191)
#CBC3CD
(203,195,205)
#DAD7DB
(218,215,219)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53235D color. Also use rgb(83,35,93) instead hex code.

Text Font Color

.myTextColor { color: #53235D; }

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

This text font color is #53235D.


Background Color

.myBgColor { background-color: #53235D; }

<div style="background-color:#53235D">Inner text</div>

This div background color is #53235D.


Border color

.myBorderColor { border: 1px solid #53235D; }

<div style="border:3px solid #53235D">Div</div>

This div border color is #53235D.


Opacity

.myOpacity80 { color: #53235D; opacity: 0.8; }

<p style="color:#53235D;opacity:0.8;">80%</p>

Text with #53235D 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 #53235D;}

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

This text has shadow with #53235D color.

.textShadow {text-shadow: 3px 3px 1px #53235D, 3px 3px 1px red;}

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

This text has shadow with #53235D primary color and red secondary color.


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

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

This text has shadow with #53235D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53235D on black background.


Color preview on white background

This text has color #53235D on white background.



Black color preview on #53235D background

This text has black color on #53235D background.


White color preview on #53235D background

This text has white color on #53235D background.