COLOR #53077A

HEX: #53077A
RGB: (83,7,122)

Color info

#53077A contains mainly red and blue colors. Web safe color of #53077A is #660066 (or #606).

RGB color model

#53077A color RGB value is (83,7,122).

  • red value is 83;
  • green value is 7;
  • blue value is 122.
RGB:
(83,7,122)
(33%,3%,48%)

RGB channels and saturation

R 83 of 255 = 33%
G 7 of 255 = 3%
B 122 of 255 = 48%

83
7
122

R + G + B ~ 28%. #53077A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 7 + 122 = 212 (100%)
R 83 of 212 ~ 39.15%
G 7 of 212 ~ 3.3%
B 122 of 212 ~ 57.55%

%39.15
%57.55

CMYK color model

#53077A color CMYK value is (32,94,0,52).

  • cyan value is 31.97%
  • magenta value is 94.26%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(32,94,0,52)
C32M94Y0K52 
(32%,94%,0%,52%)
(0.32/0.94/0.00/0.52)	

CMYK percentages

%31.97
%94.26
%0
%52.16

Codes

Color #53077A in popluar color models

53077A
RGB837122
HSL280°89.15%25.29%
HSB/HSV280°94.26%47.84%
CMYK31.97%94.26%0.00%
52.16%

Color #53077A in popluar number systems.

HEX53077A
Decimal837122
Binary10100111111111010
Octal1237172

Shades and tints

Shades of #53077A

#53077A
(83,7,122)
#4C076F
(76,7,111)
#450764
(69,7,100)
#3E0759
(62,7,89)
#37074E
(55,7,78)
#300743
(48,7,67)
#290738
(41,7,56)
#22072D
(34,7,45)
#1B0722
(27,7,34)
#140717
(20,7,23)
#0D070C
(13,7,12)
#000000
(0,0,0)

Tints of #53077A

#53077A
(83,7,122)
#621D86
(98,29,134)
#713392
(113,51,146)
#80499E
(128,73,158)
#8F5FAA
(143,95,170)
#9E75B6
(158,117,182)
#AD8BC2
(173,139,194)
#BCA1CE
(188,161,206)
#CBB7DA
(203,183,218)
#DACDE6
(218,205,230)
#E9E3F2
(233,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53077A color. Also use rgb(83,7,122) instead hex code.

Text Font Color

.myTextColor { color: #53077A; }

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

This text font color is #53077A.


Background Color

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

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

This div background color is #53077A.


Border color

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

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

This div border color is #53077A.


Opacity

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

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

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

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

This text has shadow with #53077A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53077A on black background.


Color preview on white background

This text has color #53077A on white background.



Black color preview on #53077A background

This text has black color on #53077A background.


White color preview on #53077A background

This text has white color on #53077A background.