COLOR #17322E

HEX: #17322E
RGB: (23,50,46)

Color info

#17322E contains red, green and blue colors in about the same proportion. Web safe color of #17322E is #003333 (or #033).

RGB color model

#17322E color RGB value is (23,50,46).

  • red value is 23;
  • green value is 50;
  • blue value is 46.
RGB:
(23,50,46)
(9%,20%,18%)

RGB channels and saturation

R 23 of 255 = 9%
G 50 of 255 = 20%
B 46 of 255 = 18%

23
50
46

R + G + B ~ 16%. #17322E is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 50 + 46 = 119 (100%)
R 23 of 119 ~ 19.33%
G 50 of 119 ~ 42.02%
B 46 of 119 ~ 38.66%

%19.33
%42.02
%38.66

CMYK color model

#17322E color CMYK value is (54,0,8,80).

  • cyan value is 54.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 80.39%
CMYK:
(54,0,8,80)
C54M0Y8K80 
(54%,0%,8%,80%)
(0.54/0.00/0.08/0.80)	

CMYK percentages

%54
%0
%8
%80.39

Codes

Color #17322E in popluar color models

17322E
RGB235046
HSL171°36.99%14.31%
HSB/HSV171°54.00%19.61%
CMYK54.00%0.00%8.00%
80.39%

Color #17322E in popluar number systems.

HEX17322E
Decimal235046
Binary10111110010101110
Octal276256

Shades and tints

Shades of #17322E

#17322E
(23,50,46)
#152E2A
(21,46,42)
#132A26
(19,42,38)
#112622
(17,38,34)
#0F221E
(15,34,30)
#0D1E1A
(13,30,26)
#0B1A16
(11,26,22)
#091612
(9,22,18)
#07120E
(7,18,14)
#050E0A
(5,14,10)
#030A06
(3,10,6)
#000000
(0,0,0)

Tints of #17322E

#17322E
(23,50,46)
#2C4441
(44,68,65)
#415654
(65,86,84)
#566867
(86,104,103)
#6B7A7A
(107,122,122)
#808C8D
(128,140,141)
#959EA0
(149,158,160)
#AAB0B3
(170,176,179)
#BFC2C6
(191,194,198)
#D4D4D9
(212,212,217)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17322E color. Also use rgb(23,50,46) instead hex code.

Text Font Color

.myTextColor { color: #17322E; }

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

This text font color is #17322E.


Background Color

.myBgColor { background-color: #17322E; }

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

This div background color is #17322E.


Border color

.myBorderColor { border: 1px solid #17322E; }

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

This div border color is #17322E.


Opacity

.myOpacity80 { color: #17322E; opacity: 0.8; }

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

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

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

This text has shadow with #17322E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17322E on black background.


Color preview on white background

This text has color #17322E on white background.



Black color preview on #17322E background

This text has black color on #17322E background.


White color preview on #17322E background

This text has white color on #17322E background.