COLOR #131705

HEX: #131705
RGB: (19,23,5)

Color info

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

RGB color model

#131705 color RGB value is (19,23,5).

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

RGB channels and saturation

R 19 of 255 = 7%
G 23 of 255 = 9%
B 5 of 255 = 2%

19
23
5

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

Portions of RGB colors in percentages

R + G + B =
19 + 23 + 5 = 47 (100%)
R 19 of 47 ~ 40.43%
G 23 of 47 ~ 48.94%
B 5 of 47 ~ 10.64%

%40.43
%48.94
%10.64

CMYK color model

#131705 color CMYK value is (17,0,78,91).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 78.26%
  • key color value is 90.98%
CMYK:
(17,0,78,91)
C17M0Y78K91 
(17%,0%,78%,91%)
(0.17/0.00/0.78/0.91)	

CMYK percentages

%17.39
%0
%78.26
%90.98

Codes

Color #131705 in popluar color models

131705
RGB19235
HSL73°64.29%5.49%
HSB/HSV73°78.26%9.02%
CMYK17.39%0.00%78.26%
90.98%

Color #131705 in popluar number systems.

HEX131705
Decimal19235
Binary1001110111101
Octal23275

Shades and tints

Shades of #131705

#131705
(19,23,5)
#121505
(18,21,5)
#111305
(17,19,5)
#101105
(16,17,5)
#0F0F05
(15,15,5)
#0E0D05
(14,13,5)
#0D0B05
(13,11,5)
#0C0905
(12,9,5)
#0B0705
(11,7,5)
#0A0505
(10,5,5)
#090305
(9,3,5)
#000000
(0,0,0)

Tints of #131705

#131705
(19,23,5)
#282C1B
(40,44,27)
#3D4131
(61,65,49)
#525647
(82,86,71)
#676B5D
(103,107,93)
#7C8073
(124,128,115)
#919589
(145,149,137)
#A6AA9F
(166,170,159)
#BBBFB5
(187,191,181)
#D0D4CB
(208,212,203)
#E5E9E1
(229,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131705; }

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

This text font color is #131705.


Background Color

.myBgColor { background-color: #131705; }

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

This div background color is #131705.


Border color

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

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

This div border color is #131705.


Opacity

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

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

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

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

This text has shadow with #131705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131705 on black background.


Color preview on white background

This text has color #131705 on white background.



Black color preview on #131705 background

This text has black color on #131705 background.


White color preview on #131705 background

This text has white color on #131705 background.