COLOR #191617

HEX: #191617
RGB: (25,22,23)

Color info

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

RGB color model

#191617 color RGB value is (25,22,23).

  • red value is 25;
  • green value is 22;
  • blue value is 23.
RGB:
(25,22,23)
(10%,9%,9%)

RGB channels and saturation

R 25 of 255 = 10%
G 22 of 255 = 9%
B 23 of 255 = 9%

25
22
23

R + G + B ~ 9%. #191617 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 22 + 23 = 70 (100%)
R 25 of 70 ~ 35.71%
G 22 of 70 ~ 31.43%
B 23 of 70 ~ 32.86%

%35.71
%31.43
%32.86

CMYK color model

#191617 color CMYK value is (0,12,8,90).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 8.00%
  • key color value is 90.20%
CMYK:
(0,12,8,90)
C0M12Y8K90 
(0%,12%,8%,90%)
(0.00/0.12/0.08/0.90)	

CMYK percentages

%0
%12
%8
%90.2

Codes

Color #191617 in popluar color models

191617
RGB252223
HSL340°6.38%9.22%
HSB/HSV340°12.00%9.80%
CMYK0.00%12.00%8.00%
90.20%

Color #191617 in popluar number systems.

HEX191617
Decimal252223
Binary110011011010111
Octal312627

Shades and tints

Shades of #191617

#191617
(25,22,23)
#171415
(23,20,21)
#151213
(21,18,19)
#131011
(19,16,17)
#110E0F
(17,14,15)
#0F0C0D
(15,12,13)
#0D0A0B
(13,10,11)
#0B0809
(11,8,9)
#090607
(9,6,7)
#070405
(7,4,5)
#050203
(5,2,3)
#000000
(0,0,0)

Tints of #191617

#191617
(25,22,23)
#2D2B2C
(45,43,44)
#414041
(65,64,65)
#555556
(85,85,86)
#696A6B
(105,106,107)
#7D7F80
(125,127,128)
#919495
(145,148,149)
#A5A9AA
(165,169,170)
#B9BEBF
(185,190,191)
#CDD3D4
(205,211,212)
#E1E8E9
(225,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #191617 color. Also use rgb(25,22,23) instead hex code.

Text Font Color

.myTextColor { color: #191617; }

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

This text font color is #191617.


Background Color

.myBgColor { background-color: #191617; }

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

This div background color is #191617.


Border color

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

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

This div border color is #191617.


Opacity

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

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

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

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

This text has shadow with #191617 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #191617 on black background.


Color preview on white background

This text has color #191617 on white background.



Black color preview on #191617 background

This text has black color on #191617 background.


White color preview on #191617 background

This text has white color on #191617 background.