COLOR #130521

HEX: #130521
RGB: (19,5,33)

Color info

#130521 contains red, green and blue colors in about the same proportion. Web safe color of #130521 is #000033 (or #003).

RGB color model

#130521 color RGB value is (19,5,33).

  • red value is 19;
  • green value is 5;
  • blue value is 33.
RGB:
(19,5,33)
(7%,2%,13%)

RGB channels and saturation

R 19 of 255 = 7%
G 5 of 255 = 2%
B 33 of 255 = 13%

19
5
33

R + G + B ~ 7%. #130521 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 5 + 33 = 57 (100%)
R 19 of 57 ~ 33.33%
G 5 of 57 ~ 8.77%
B 33 of 57 ~ 57.89%

%33.33
%57.89

CMYK color model

#130521 color CMYK value is (42,85,0,87).

  • cyan value is 42.42%
  • magenta value is 84.85%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(42,85,0,87)
C42M85Y0K87 
(42%,85%,0%,87%)
(0.42/0.85/0.00/0.87)	

CMYK percentages

%42.42
%84.85
%0
%87.06

Codes

Color #130521 in popluar color models

130521
RGB19533
HSL270°73.68%7.45%
HSB/HSV270°84.85%12.94%
CMYK42.42%84.85%0.00%
87.06%

Color #130521 in popluar number systems.

HEX130521
Decimal19533
Binary10011101100001
Octal23541

Shades and tints

Shades of #130521

#130521
(19,5,33)
#12051E
(18,5,30)
#11051B
(17,5,27)
#100518
(16,5,24)
#0F0515
(15,5,21)
#0E0512
(14,5,18)
#0D050F
(13,5,15)
#0C050C
(12,5,12)
#0B0509
(11,5,9)
#0A0506
(10,5,6)
#090503
(9,5,3)
#000000
(0,0,0)

Tints of #130521

#130521
(19,5,33)
#281B35
(40,27,53)
#3D3149
(61,49,73)
#52475D
(82,71,93)
#675D71
(103,93,113)
#7C7385
(124,115,133)
#918999
(145,137,153)
#A69FAD
(166,159,173)
#BBB5C1
(187,181,193)
#D0CBD5
(208,203,213)
#E5E1E9
(229,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130521 color. Also use rgb(19,5,33) instead hex code.

Text Font Color

.myTextColor { color: #130521; }

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

This text font color is #130521.


Background Color

.myBgColor { background-color: #130521; }

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

This div background color is #130521.


Border color

.myBorderColor { border: 1px solid #130521; }

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

This div border color is #130521.


Opacity

.myOpacity80 { color: #130521; opacity: 0.8; }

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

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

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

This text has shadow with #130521 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130521 on black background.


Color preview on white background

This text has color #130521 on white background.



Black color preview on #130521 background

This text has black color on #130521 background.


White color preview on #130521 background

This text has white color on #130521 background.