COLOR #131711

HEX: #131711
RGB: (19,23,17)

Color info

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

RGB color model

#131711 color RGB value is (19,23,17).

  • red value is 19;
  • green value is 23;
  • blue value is 17.
RGB:
(19,23,17)
(7%,9%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 23 of 255 = 9%
B 17 of 255 = 7%

19
23
17

R + G + B ~ 8%. #131711 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 23 + 17 = 59 (100%)
R 19 of 59 ~ 32.2%
G 23 of 59 ~ 38.98%
B 17 of 59 ~ 28.81%

%32.2
%38.98
%28.81

CMYK color model

#131711 color CMYK value is (17,0,26,91).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 90.98%
CMYK:
(17,0,26,91)
C17M0Y26K91 
(17%,0%,26%,91%)
(0.17/0.00/0.26/0.91)	

CMYK percentages

%17.39
%0
%26.09
%90.98

Codes

Color #131711 in popluar color models

131711
RGB192317
HSL100°15.00%7.84%
HSB/HSV100°26.09%9.02%
CMYK17.39%0.00%26.09%
90.98%

Color #131711 in popluar number systems.

HEX131711
Decimal192317
Binary100111011110001
Octal232721

Shades and tints

Shades of #131711

#131711
(19,23,17)
#121510
(18,21,16)
#11130F
(17,19,15)
#10110E
(16,17,14)
#0F0F0D
(15,15,13)
#0E0D0C
(14,13,12)
#0D0B0B
(13,11,11)
#0C090A
(12,9,10)
#0B0709
(11,7,9)
#0A0508
(10,5,8)
#090307
(9,3,7)
#000000
(0,0,0)

Tints of #131711

#131711
(19,23,17)
#282C26
(40,44,38)
#3D413B
(61,65,59)
#525650
(82,86,80)
#676B65
(103,107,101)
#7C807A
(124,128,122)
#91958F
(145,149,143)
#A6AAA4
(166,170,164)
#BBBFB9
(187,191,185)
#D0D4CE
(208,212,206)
#E5E9E3
(229,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131711; }

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

This text font color is #131711.


Background Color

.myBgColor { background-color: #131711; }

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

This div background color is #131711.


Border color

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

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

This div border color is #131711.


Opacity

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

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

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

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

This text has shadow with #131711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131711 on black background.


Color preview on white background

This text has color #131711 on white background.



Black color preview on #131711 background

This text has black color on #131711 background.


White color preview on #131711 background

This text has white color on #131711 background.