COLOR #53425E

HEX: #53425E
RGB: (83,66,94)

Color info

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

RGB color model

#53425E color RGB value is (83,66,94).

  • red value is 83;
  • green value is 66;
  • blue value is 94.
RGB:
(83,66,94)
(33%,26%,37%)

RGB channels and saturation

R 83 of 255 = 33%
G 66 of 255 = 26%
B 94 of 255 = 37%

83
66
94

R + G + B ~ 32%. #53425E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 66 + 94 = 243 (100%)
R 83 of 243 ~ 34.16%
G 66 of 243 ~ 27.16%
B 94 of 243 ~ 38.68%

%34.16
%27.16
%38.68

CMYK color model

#53425E color CMYK value is (12,30,0,63).

  • cyan value is 11.70%
  • magenta value is 29.79%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(12,30,0,63)
C12M30Y0K63 
(12%,30%,0%,63%)
(0.12/0.30/0.00/0.63)	

CMYK percentages

%11.7
%29.79
%0
%63.14

Codes

Color #53425E in popluar color models

53425E
RGB836694
HSL276°17.50%31.37%
HSB/HSV276°29.79%36.86%
CMYK11.70%29.79%0.00%
63.14%

Color #53425E in popluar number systems.

HEX53425E
Decimal836694
Binary101001110000101011110
Octal123102136

Shades and tints

Shades of #53425E

#53425E
(83,66,94)
#4C3C56
(76,60,86)
#45364E
(69,54,78)
#3E3046
(62,48,70)
#372A3E
(55,42,62)
#302436
(48,36,54)
#291E2E
(41,30,46)
#221826
(34,24,38)
#1B121E
(27,18,30)
#140C16
(20,12,22)
#0D060E
(13,6,14)
#000000
(0,0,0)

Tints of #53425E

#53425E
(83,66,94)
#62536C
(98,83,108)
#71647A
(113,100,122)
#807588
(128,117,136)
#8F8696
(143,134,150)
#9E97A4
(158,151,164)
#ADA8B2
(173,168,178)
#BCB9C0
(188,185,192)
#CBCACE
(203,202,206)
#DADBDC
(218,219,220)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53425E color. Also use rgb(83,66,94) instead hex code.

Text Font Color

.myTextColor { color: #53425E; }

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

This text font color is #53425E.


Background Color

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

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

This div background color is #53425E.


Border color

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

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

This div border color is #53425E.


Opacity

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

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

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

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

This text has shadow with #53425E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53425E on black background.


Color preview on white background

This text has color #53425E on white background.



Black color preview on #53425E background

This text has black color on #53425E background.


White color preview on #53425E background

This text has white color on #53425E background.