COLOR #130307

HEX: #130307
RGB: (19,3,7)

Color info

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

RGB color model

#130307 color RGB value is (19,3,7).

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

RGB channels and saturation

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

19
3
7

R + G + B ~ 4%. #130307 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 3 + 7 = 29 (100%)
R 19 of 29 ~ 65.52%
G 3 of 29 ~ 10.34%
B 7 of 29 ~ 24.14%

%65.52
%10.34
%24.14

CMYK color model

#130307 color CMYK value is (0,84,63,93).

  • cyan value is 0.00%
  • magenta value is 84.21%
  • yellow value is 63.16%
  • key color value is 92.55%
CMYK:
(0,84,63,93)
C0M84Y63K93 
(0%,84%,63%,93%)
(0.00/0.84/0.63/0.93)	

CMYK percentages

%0
%84.21
%63.16
%92.55

Codes

Color #130307 in popluar color models

130307
RGB1937
HSL345°72.73%4.31%
HSB/HSV345°84.21%7.45%
CMYK0.00%84.21%63.16%
92.55%

Color #130307 in popluar number systems.

HEX130307
Decimal1937
Binary1001111111
Octal2337

Shades and tints

Shades of #130307

#130307
(19,3,7)
#120307
(18,3,7)
#110307
(17,3,7)
#100307
(16,3,7)
#0F0307
(15,3,7)
#0E0307
(14,3,7)
#0D0307
(13,3,7)
#0C0307
(12,3,7)
#0B0307
(11,3,7)
#0A0307
(10,3,7)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #130307

#130307
(19,3,7)
#28191D
(40,25,29)
#3D2F33
(61,47,51)
#524549
(82,69,73)
#675B5F
(103,91,95)
#7C7175
(124,113,117)
#91878B
(145,135,139)
#A69DA1
(166,157,161)
#BBB3B7
(187,179,183)
#D0C9CD
(208,201,205)
#E5DFE3
(229,223,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130307; }

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

This text font color is #130307.


Background Color

.myBgColor { background-color: #130307; }

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

This div background color is #130307.


Border color

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

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

This div border color is #130307.


Opacity

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

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

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

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

This text has shadow with #130307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130307 on black background.


Color preview on white background

This text has color #130307 on white background.



Black color preview on #130307 background

This text has black color on #130307 background.


White color preview on #130307 background

This text has white color on #130307 background.