COLOR #53437D

HEX: #53437D
RGB: (83,67,125)

Color info

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

RGB color model

#53437D color RGB value is (83,67,125).

  • red value is 83;
  • green value is 67;
  • blue value is 125.
RGB:
(83,67,125)
(33%,26%,49%)

RGB channels and saturation

R 83 of 255 = 33%
G 67 of 255 = 26%
B 125 of 255 = 49%

83
67
125

R + G + B ~ 36%. #53437D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 67 + 125 = 275 (100%)
R 83 of 275 ~ 30.18%
G 67 of 275 ~ 24.36%
B 125 of 275 ~ 45.45%

%30.18
%24.36
%45.45

CMYK color model

#53437D color CMYK value is (34,46,0,51).

  • cyan value is 33.60%
  • magenta value is 46.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(34,46,0,51)
C34M46Y0K51 
(34%,46%,0%,51%)
(0.34/0.46/0.00/0.51)	

CMYK percentages

%33.6
%46.4
%0
%50.98

Codes

Color #53437D in popluar color models

53437D
RGB8367125
HSL257°30.21%37.65%
HSB/HSV257°46.40%49.02%
CMYK33.60%46.40%0.00%
50.98%

Color #53437D in popluar number systems.

HEX53437D
Decimal8367125
Binary101001110000111111101
Octal123103175

Shades and tints

Shades of #53437D

#53437D
(83,67,125)
#4C3D72
(76,61,114)
#453767
(69,55,103)
#3E315C
(62,49,92)
#372B51
(55,43,81)
#302546
(48,37,70)
#291F3B
(41,31,59)
#221930
(34,25,48)
#1B1325
(27,19,37)
#140D1A
(20,13,26)
#0D070F
(13,7,15)
#000000
(0,0,0)

Tints of #53437D

#53437D
(83,67,125)
#625488
(98,84,136)
#716593
(113,101,147)
#80769E
(128,118,158)
#8F87A9
(143,135,169)
#9E98B4
(158,152,180)
#ADA9BF
(173,169,191)
#BCBACA
(188,186,202)
#CBCBD5
(203,203,213)
#DADCE0
(218,220,224)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53437D color. Also use rgb(83,67,125) instead hex code.

Text Font Color

.myTextColor { color: #53437D; }

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

This text font color is #53437D.


Background Color

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

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

This div background color is #53437D.


Border color

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

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

This div border color is #53437D.


Opacity

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

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

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

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

This text has shadow with #53437D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53437D on black background.


Color preview on white background

This text has color #53437D on white background.



Black color preview on #53437D background

This text has black color on #53437D background.


White color preview on #53437D background

This text has white color on #53437D background.