COLOR #131007

HEX: #131007
RGB: (19,16,7)

Color info

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

RGB color model

#131007 color RGB value is (19,16,7).

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

RGB channels and saturation

R 19 of 255 = 7%
G 16 of 255 = 6%
B 7 of 255 = 3%

19
16
7

R + G + B ~ 5%. #131007 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 16 + 7 = 42 (100%)
R 19 of 42 ~ 45.24%
G 16 of 42 ~ 38.1%
B 7 of 42 ~ 16.67%

%45.24
%38.1
%16.67

CMYK color model

#131007 color CMYK value is (0,16,63,93).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 63.16%
  • key color value is 92.55%
CMYK:
(0,16,63,93)
C0M16Y63K93 
(0%,16%,63%,93%)
(0.00/0.16/0.63/0.93)	

CMYK percentages

%0
%15.79
%63.16
%92.55

Codes

Color #131007 in popluar color models

131007
RGB19167
HSL45°46.15%5.10%
HSB/HSV45°63.16%7.45%
CMYK0.00%15.79%63.16%
92.55%

Color #131007 in popluar number systems.

HEX131007
Decimal19167
Binary1001110000111
Octal23207

Shades and tints

Shades of #131007

#131007
(19,16,7)
#120F07
(18,15,7)
#110E07
(17,14,7)
#100D07
(16,13,7)
#0F0C07
(15,12,7)
#0E0B07
(14,11,7)
#0D0A07
(13,10,7)
#0C0907
(12,9,7)
#0B0807
(11,8,7)
#0A0707
(10,7,7)
#090607
(9,6,7)
#000000
(0,0,0)

Tints of #131007

#131007
(19,16,7)
#28251D
(40,37,29)
#3D3A33
(61,58,51)
#524F49
(82,79,73)
#67645F
(103,100,95)
#7C7975
(124,121,117)
#918E8B
(145,142,139)
#A6A3A1
(166,163,161)
#BBB8B7
(187,184,183)
#D0CDCD
(208,205,205)
#E5E2E3
(229,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131007; }

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

This text font color is #131007.


Background Color

.myBgColor { background-color: #131007; }

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

This div background color is #131007.


Border color

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

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

This div border color is #131007.


Opacity

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

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

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

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

This text has shadow with #131007 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131007 on black background.


Color preview on white background

This text has color #131007 on white background.



Black color preview on #131007 background

This text has black color on #131007 background.


White color preview on #131007 background

This text has white color on #131007 background.