COLOR #17332E

HEX: #17332E
RGB: (23,51,46)

Color info

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

RGB color model

#17332E color RGB value is (23,51,46).

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

RGB channels and saturation

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

23
51
46

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

Portions of RGB colors in percentages

R + G + B =
23 + 51 + 46 = 120 (100%)
R 23 of 120 ~ 19.17%
G 51 of 120 ~ 42.5%
B 46 of 120 ~ 38.33%

%19.17
%42.5
%38.33

CMYK color model

#17332E color CMYK value is (55,0,10,80).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 80.00%
CMYK:
(55,0,10,80)
C55M0Y10K80 
(55%,0%,10%,80%)
(0.55/0.00/0.10/0.80)	

CMYK percentages

%54.9
%0
%9.8
%80

Codes

Color #17332E in popluar color models

17332E
RGB235146
HSL169°37.84%14.51%
HSB/HSV169°54.90%20.00%
CMYK54.90%0.00%9.80%
80.00%

Color #17332E in popluar number systems.

HEX17332E
Decimal235146
Binary10111110011101110
Octal276356

Shades and tints

Shades of #17332E

#17332E
(23,51,46)
#152F2A
(21,47,42)
#132B26
(19,43,38)
#112722
(17,39,34)
#0F231E
(15,35,30)
#0D1F1A
(13,31,26)
#0B1B16
(11,27,22)
#091712
(9,23,18)
#07130E
(7,19,14)
#050F0A
(5,15,10)
#030B06
(3,11,6)
#000000
(0,0,0)

Tints of #17332E

#17332E
(23,51,46)
#2C4541
(44,69,65)
#415754
(65,87,84)
#566967
(86,105,103)
#6B7B7A
(107,123,122)
#808D8D
(128,141,141)
#959FA0
(149,159,160)
#AAB1B3
(170,177,179)
#BFC3C6
(191,195,198)
#D4D5D9
(212,213,217)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17332E; }

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

This text font color is #17332E.


Background Color

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

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

This div background color is #17332E.


Border color

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

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

This div border color is #17332E.


Opacity

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

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

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

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

This text has shadow with #17332E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17332E on black background.


Color preview on white background

This text has color #17332E on white background.



Black color preview on #17332E background

This text has black color on #17332E background.


White color preview on #17332E background

This text has white color on #17332E background.