COLOR #53455A

HEX: #53455A
RGB: (83,69,90)

Color info

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

RGB color model

#53455A color RGB value is (83,69,90).

  • red value is 83;
  • green value is 69;
  • blue value is 90.
RGB:
(83,69,90)
(33%,27%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 69 of 255 = 27%
B 90 of 255 = 35%

83
69
90

R + G + B ~ 32%. #53455A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 69 + 90 = 242 (100%)
R 83 of 242 ~ 34.3%
G 69 of 242 ~ 28.51%
B 90 of 242 ~ 37.19%

%34.3
%28.51
%37.19

CMYK color model

#53455A color CMYK value is (8,23,0,65).

  • cyan value is 7.78%
  • magenta value is 23.33%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(8,23,0,65)
C8M23Y0K65 
(8%,23%,0%,65%)
(0.08/0.23/0.00/0.65)	

CMYK percentages

%7.78
%23.33
%0
%64.71

Codes

Color #53455A in popluar color models

53455A
RGB836990
HSL280°13.21%31.18%
HSB/HSV280°23.33%35.29%
CMYK7.78%23.33%0.00%
64.71%

Color #53455A in popluar number systems.

HEX53455A
Decimal836990
Binary101001110001011011010
Octal123105132

Shades and tints

Shades of #53455A

#53455A
(83,69,90)
#4C3F52
(76,63,82)
#45394A
(69,57,74)
#3E3342
(62,51,66)
#372D3A
(55,45,58)
#302732
(48,39,50)
#29212A
(41,33,42)
#221B22
(34,27,34)
#1B151A
(27,21,26)
#140F12
(20,15,18)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #53455A

#53455A
(83,69,90)
#625569
(98,85,105)
#716578
(113,101,120)
#807587
(128,117,135)
#8F8596
(143,133,150)
#9E95A5
(158,149,165)
#ADA5B4
(173,165,180)
#BCB5C3
(188,181,195)
#CBC5D2
(203,197,210)
#DAD5E1
(218,213,225)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53455A color. Also use rgb(83,69,90) instead hex code.

Text Font Color

.myTextColor { color: #53455A; }

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

This text font color is #53455A.


Background Color

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

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

This div background color is #53455A.


Border color

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

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

This div border color is #53455A.


Opacity

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

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

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

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

This text has shadow with #53455A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53455A on black background.


Color preview on white background

This text has color #53455A on white background.



Black color preview on #53455A background

This text has black color on #53455A background.


White color preview on #53455A background

This text has white color on #53455A background.