COLOR #53345F

HEX: #53345F
RGB: (83,52,95)

Color info

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

RGB color model

#53345F color RGB value is (83,52,95).

  • red value is 83;
  • green value is 52;
  • blue value is 95.
RGB:
(83,52,95)
(33%,20%,37%)

RGB channels and saturation

R 83 of 255 = 33%
G 52 of 255 = 20%
B 95 of 255 = 37%

83
52
95

R + G + B ~ 30%. #53345F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 52 + 95 = 230 (100%)
R 83 of 230 ~ 36.09%
G 52 of 230 ~ 22.61%
B 95 of 230 ~ 41.3%

%36.09
%22.61
%41.3

CMYK color model

#53345F color CMYK value is (13,45,0,63).

  • cyan value is 12.63%
  • magenta value is 45.26%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(13,45,0,63)
C13M45Y0K63 
(13%,45%,0%,63%)
(0.13/0.45/0.00/0.63)	

CMYK percentages

%12.63
%45.26
%0
%62.75

Codes

Color #53345F in popluar color models

53345F
RGB835295
HSL283°29.25%28.82%
HSB/HSV283°45.26%37.25%
CMYK12.63%45.26%0.00%
62.75%

Color #53345F in popluar number systems.

HEX53345F
Decimal835295
Binary10100111101001011111
Octal12364137

Shades and tints

Shades of #53345F

#53345F
(83,52,95)
#4C3057
(76,48,87)
#452C4F
(69,44,79)
#3E2847
(62,40,71)
#37243F
(55,36,63)
#302037
(48,32,55)
#291C2F
(41,28,47)
#221827
(34,24,39)
#1B141F
(27,20,31)
#141017
(20,16,23)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #53345F

#53345F
(83,52,95)
#62466D
(98,70,109)
#71587B
(113,88,123)
#806A89
(128,106,137)
#8F7C97
(143,124,151)
#9E8EA5
(158,142,165)
#ADA0B3
(173,160,179)
#BCB2C1
(188,178,193)
#CBC4CF
(203,196,207)
#DAD6DD
(218,214,221)
#E9E8EB
(233,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53345F color. Also use rgb(83,52,95) instead hex code.

Text Font Color

.myTextColor { color: #53345F; }

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

This text font color is #53345F.


Background Color

.myBgColor { background-color: #53345F; }

<div style="background-color:#53345F">Inner text</div>

This div background color is #53345F.


Border color

.myBorderColor { border: 1px solid #53345F; }

<div style="border:3px solid #53345F">Div</div>

This div border color is #53345F.


Opacity

.myOpacity80 { color: #53345F; opacity: 0.8; }

<p style="color:#53345F;opacity:0.8;">80%</p>

Text with #53345F 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 #53345F;}

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

This text has shadow with #53345F color.

.textShadow {text-shadow: 3px 3px 1px #53345F, 3px 3px 1px red;}

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

This text has shadow with #53345F primary color and red secondary color.


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

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

This text has shadow with #53345F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53345F on black background.


Color preview on white background

This text has color #53345F on white background.



Black color preview on #53345F background

This text has black color on #53345F background.


White color preview on #53345F background

This text has white color on #53345F background.