COLOR #170511

HEX: #170511
RGB: (23,5,17)

Color info

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

RGB color model

#170511 color RGB value is (23,5,17).

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

RGB channels and saturation

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

23
5
17

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

Portions of RGB colors in percentages

R + G + B =
23 + 5 + 17 = 45 (100%)
R 23 of 45 ~ 51.11%
G 5 of 45 ~ 11.11%
B 17 of 45 ~ 37.78%

%51.11
%11.11
%37.78

CMYK color model

#170511 color CMYK value is (0,78,26,91).

  • cyan value is 0.00%
  • magenta value is 78.26%
  • yellow value is 26.09%
  • key color value is 90.98%
CMYK:
(0,78,26,91)
C0M78Y26K91 
(0%,78%,26%,91%)
(0.00/0.78/0.26/0.91)	

CMYK percentages

%0
%78.26
%26.09
%90.98

Codes

Color #170511 in popluar color models

170511
RGB23517
HSL320°64.29%5.49%
HSB/HSV320°78.26%9.02%
CMYK0.00%78.26%26.09%
90.98%

Color #170511 in popluar number systems.

HEX170511
Decimal23517
Binary1011110110001
Octal27521

Shades and tints

Shades of #170511

#170511
(23,5,17)
#150510
(21,5,16)
#13050F
(19,5,15)
#11050E
(17,5,14)
#0F050D
(15,5,13)
#0D050C
(13,5,12)
#0B050B
(11,5,11)
#09050A
(9,5,10)
#070509
(7,5,9)
#050508
(5,5,8)
#030507
(3,5,7)
#000000
(0,0,0)

Tints of #170511

#170511
(23,5,17)
#2C1B26
(44,27,38)
#41313B
(65,49,59)
#564750
(86,71,80)
#6B5D65
(107,93,101)
#80737A
(128,115,122)
#95898F
(149,137,143)
#AA9FA4
(170,159,164)
#BFB5B9
(191,181,185)
#D4CBCE
(212,203,206)
#E9E1E3
(233,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #170511; }

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

This text font color is #170511.


Background Color

.myBgColor { background-color: #170511; }

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

This div background color is #170511.


Border color

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

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

This div border color is #170511.


Opacity

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

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

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

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

This text has shadow with #170511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #170511 on black background.


Color preview on white background

This text has color #170511 on white background.



Black color preview on #170511 background

This text has black color on #170511 background.


White color preview on #170511 background

This text has white color on #170511 background.