COLOR #132017

HEX: #132017
RGB: (19,32,23)

Color info

#132017 contains red, green and blue colors in about the same proportion. Web safe color of #132017 is #003300 (or #030).

RGB color model

#132017 color RGB value is (19,32,23).

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

RGB channels and saturation

R 19 of 255 = 7%
G 32 of 255 = 13%
B 23 of 255 = 9%

19
32
23

R + G + B ~ 10%. #132017 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 32 + 23 = 74 (100%)
R 19 of 74 ~ 25.68%
G 32 of 74 ~ 43.24%
B 23 of 74 ~ 31.08%

%25.68
%43.24
%31.08

CMYK color model

#132017 color CMYK value is (41,0,28,87).

  • cyan value is 40.63%
  • magenta value is 0.00%
  • yellow value is 28.13%
  • key color value is 87.45%
CMYK:
(41,0,28,87)
C41M0Y28K87 
(41%,0%,28%,87%)
(0.41/0.00/0.28/0.87)	

CMYK percentages

%40.63
%0
%28.13
%87.45

Codes

Color #132017 in popluar color models

132017
RGB193223
HSL138°25.49%10.00%
HSB/HSV138°40.63%12.55%
CMYK40.63%0.00%28.13%
87.45%

Color #132017 in popluar number systems.

HEX132017
Decimal193223
Binary1001110000010111
Octal234027

Shades and tints

Shades of #132017

#132017
(19,32,23)
#121E15
(18,30,21)
#111C13
(17,28,19)
#101A11
(16,26,17)
#0F180F
(15,24,15)
#0E160D
(14,22,13)
#0D140B
(13,20,11)
#0C1209
(12,18,9)
#0B1007
(11,16,7)
#0A0E05
(10,14,5)
#090C03
(9,12,3)
#000000
(0,0,0)

Tints of #132017

#132017
(19,32,23)
#28342C
(40,52,44)
#3D4841
(61,72,65)
#525C56
(82,92,86)
#67706B
(103,112,107)
#7C8480
(124,132,128)
#919895
(145,152,149)
#A6ACAA
(166,172,170)
#BBC0BF
(187,192,191)
#D0D4D4
(208,212,212)
#E5E8E9
(229,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #132017; }

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

This text font color is #132017.


Background Color

.myBgColor { background-color: #132017; }

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

This div background color is #132017.


Border color

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

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

This div border color is #132017.


Opacity

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

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

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

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

This text has shadow with #132017 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #132017 on black background.


Color preview on white background

This text has color #132017 on white background.



Black color preview on #132017 background

This text has black color on #132017 background.


White color preview on #132017 background

This text has white color on #132017 background.