COLOR #130327

HEX: #130327
RGB: (19,3,39)

Color info

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

RGB color model

#130327 color RGB value is (19,3,39).

  • red value is 19;
  • green value is 3;
  • blue value is 39.
RGB:
(19,3,39)
(7%,1%,15%)

RGB channels and saturation

R 19 of 255 = 7%
G 3 of 255 = 1%
B 39 of 255 = 15%

19
3
39

R + G + B ~ 8%. #130327 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 3 + 39 = 61 (100%)
R 19 of 61 ~ 31.15%
G 3 of 61 ~ 4.92%
B 39 of 61 ~ 63.93%

%31.15
%63.93

CMYK color model

#130327 color CMYK value is (51,92,0,85).

  • cyan value is 51.28%
  • magenta value is 92.31%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(51,92,0,85)
C51M92Y0K85 
(51%,92%,0%,85%)
(0.51/0.92/0.00/0.85)	

CMYK percentages

%51.28
%92.31
%0
%84.71

Codes

Color #130327 in popluar color models

130327
RGB19339
HSL267°85.71%8.24%
HSB/HSV267°92.31%15.29%
CMYK51.28%92.31%0.00%
84.71%

Color #130327 in popluar number systems.

HEX130327
Decimal19339
Binary1001111100111
Octal23347

Shades and tints

Shades of #130327

#130327
(19,3,39)
#120324
(18,3,36)
#110321
(17,3,33)
#10031E
(16,3,30)
#0F031B
(15,3,27)
#0E0318
(14,3,24)
#0D0315
(13,3,21)
#0C0312
(12,3,18)
#0B030F
(11,3,15)
#0A030C
(10,3,12)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #130327

#130327
(19,3,39)
#28193A
(40,25,58)
#3D2F4D
(61,47,77)
#524560
(82,69,96)
#675B73
(103,91,115)
#7C7186
(124,113,134)
#918799
(145,135,153)
#A69DAC
(166,157,172)
#BBB3BF
(187,179,191)
#D0C9D2
(208,201,210)
#E5DFE5
(229,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #130327 color. Also use rgb(19,3,39) instead hex code.

Text Font Color

.myTextColor { color: #130327; }

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

This text font color is #130327.


Background Color

.myBgColor { background-color: #130327; }

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

This div background color is #130327.


Border color

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

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

This div border color is #130327.


Opacity

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

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

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

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

This text has shadow with #130327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130327 on black background.


Color preview on white background

This text has color #130327 on white background.



Black color preview on #130327 background

This text has black color on #130327 background.


White color preview on #130327 background

This text has white color on #130327 background.