COLOR #131107

HEX: #131107 RGB: (19,17,7)

Color info

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

RGB color model

#131107 color RGB value is (19,17,7).

RGB: (19,17,7) (7%, 7%, 3%)

RGB channels and saturation

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

19
17
7

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

Portions of RGB colors in percentages

R + G + B = 19 + 17 + 7 = 43 (100%)
R 19 of 43 ~ 44.19%
G 17 of 43 ~ 39.53%
B 7 of 43 ~ 16.28'%

%44.19
%39.53
%16.28

CMYK color model

#131107 color CMYK value is (0,11,63,93).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 63.16%
  • key color value is 92.55%
CMYK: (0,11,63,93) C0M11Y63K93 (0%,11%,63%,93%) (0.00/0.11/0.63/0.93) 

CMYK percentages

%0
%10.53
%63.16
%92.55

Codes

Color #131107 in popluar color models

13 11 07
RGB 19 17 7
HSL 50° 46.15% 5.10%
HSB/HSV 50° 63.16% 7.45%
CMYK 0.00% 10.53% 63.16%
92.55%

Color #131107 in popluar number systems.

HEX 13 11 07
Decimal 19 17 7
Binary 10011 10001 111
Octal 23 21 7

Shades and tints

Shades of #131107

#131107
(19,17,7)
#121007
(18,16,7)
#110F07
(17,15,7)
#100E07
(16,14,7)
#0F0D07
(15,13,7)
#0E0C07
(14,12,7)
#0D0B07
(13,11,7)
#0C0A07
(12,10,7)
#0B0907
(11,9,7)
#0A0807
(10,8,7)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #131107

#131107
(19,17,7)
#28261D
(40,38,29)
#3D3B33
(61,59,51)
#525049
(82,80,73)
#67655F
(103,101,95)
#7C7A75
(124,122,117)
#918F8B
(145,143,139)
#A6A4A1
(166,164,161)
#BBB9B7
(187,185,183)
#D0CECD
(208,206,205)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131107; }

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

This text font color is #131107.

Background Color

.myBgColor { background-color: #131107; }

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

This div background color is #131107.

Border color

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

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

This div border color is #131107.

Opacity

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

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

Text with #131107 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 #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'

Preview

Color preview on black background

This text has color #131107 on black background.


Color preview on white background

This text has color #131107 on white background.



Black color preview on #131107 background

This text has black color on #131107 background.


White color preview on #131107 background

This text has white color on #131107 background.