COLOR #130712

HEX: #130712
RGB: (19,7,18)

Color info

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

RGB color model

#130712 color RGB value is (19,7,18).

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

RGB channels and saturation

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

19
7
18

R + G + B ~ 6%. #130712 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 7 + 18 = 44 (100%)
R 19 of 44 ~ 43.18%
G 7 of 44 ~ 15.91%
B 18 of 44 ~ 40.91%

%43.18
%15.91
%40.91

CMYK color model

#130712 color CMYK value is (0,63,5,93).

  • cyan value is 0.00%
  • magenta value is 63.16%
  • yellow value is 5.26%
  • key color value is 92.55%
CMYK:
(0,63,5,93)
C0M63Y5K93 
(0%,63%,5%,93%)
(0.00/0.63/0.05/0.93)	

CMYK percentages

%0
%63.16
%5.26
%92.55

Codes

Color #130712 in popluar color models

130712
RGB19718
HSL305°46.15%5.10%
HSB/HSV305°63.16%7.45%
CMYK0.00%63.16%5.26%
92.55%

Color #130712 in popluar number systems.

HEX130712
Decimal19718
Binary1001111110010
Octal23722

Shades and tints

Shades of #130712

#130712
(19,7,18)
#120711
(18,7,17)
#110710
(17,7,16)
#10070F
(16,7,15)
#0F070E
(15,7,14)
#0E070D
(14,7,13)
#0D070C
(13,7,12)
#0C070B
(12,7,11)
#0B070A
(11,7,10)
#0A0709
(10,7,9)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #130712

#130712
(19,7,18)
#281D27
(40,29,39)
#3D333C
(61,51,60)
#524951
(82,73,81)
#675F66
(103,95,102)
#7C757B
(124,117,123)
#918B90
(145,139,144)
#A6A1A5
(166,161,165)
#BBB7BA
(187,183,186)
#D0CDCF
(208,205,207)
#E5E3E4
(229,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #130712; }

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

This text font color is #130712.


Background Color

.myBgColor { background-color: #130712; }

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

This div background color is #130712.


Border color

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

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

This div border color is #130712.


Opacity

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

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

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

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

This text has shadow with #130712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #130712 on black background.


Color preview on white background

This text has color #130712 on white background.



Black color preview on #130712 background

This text has black color on #130712 background.


White color preview on #130712 background

This text has white color on #130712 background.