COLOR #130306

HEX: #130306
RGB: (19,3,6)

Color info

#130306 contains red, green and blue colors in about the same proportion. Web safe color of #130306 is #000000 (or #000).

RGB color model

#130306 color RGB value is (19,3,6).

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

RGB channels and saturation

R 19 of 255 = 7%
G 3 of 255 = 1%
B 6 of 255 = 2%

19
3
6

R + G + B ~ 3%. #130306 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 3 + 6 = 28 (100%)
R 19 of 28 ~ 67.86%
G 3 of 28 ~ 10.71%
B 6 of 28 ~ 21.43%

%67.86
%10.71
%21.43

CMYK color model

#130306 color CMYK value is (0,84,68,93).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 68.42%
  • key color value is 92.55%
CMYK:
(0,84,68,93)
C0M84Y68K93 
(0%,84%,68%,93%)
(0.00/0.84/0.68/0.93)	

CMYK percentages

%0
%84.21
%68.42
%92.55

Codes

Color #130306 in popluar color models

130306
RGB1936
HSL349°72.73%4.31%
HSB/HSV349°84.21%7.45%
CMYK0.00%84.21%68.42%
92.55%

Color #130306 in popluar number systems.

HEX130306
Decimal1936
Binary1001111110
Octal2336

Shades and tints

Shades of #130306

#130306
(19,3,6)
#120306
(18,3,6)
#110306
(17,3,6)
#100306
(16,3,6)
#0F0306
(15,3,6)
#0E0306
(14,3,6)
#0D0306
(13,3,6)
#0C0306
(12,3,6)
#0B0306
(11,3,6)
#0A0306
(10,3,6)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #130306

#130306
(19,3,6)
#28191C
(40,25,28)
#3D2F32
(61,47,50)
#524548
(82,69,72)
#675B5E
(103,91,94)
#7C7174
(124,113,116)
#91878A
(145,135,138)
#A69DA0
(166,157,160)
#BBB3B6
(187,179,182)
#D0C9CC
(208,201,204)
#E5DFE2
(229,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130306; }

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

This text font color is #130306.


Background Color

.myBgColor { background-color: #130306; }

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

This div background color is #130306.


Border color

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

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

This div border color is #130306.


Opacity

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

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

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

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

This text has shadow with #130306 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130306 on black background.


Color preview on white background

This text has color #130306 on white background.



Black color preview on #130306 background

This text has black color on #130306 background.


White color preview on #130306 background

This text has white color on #130306 background.