COLOR #17342C

HEX: #17342C
RGB: (23,52,44)

Color info

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

RGB color model

#17342C color RGB value is (23,52,44).

  • red value is 23;
  • green value is 52;
  • blue value is 44.
RGB:
(23,52,44)
(9%,20%,17%)

RGB channels and saturation

R 23 of 255 = 9%
G 52 of 255 = 20%
B 44 of 255 = 17%

23
52
44

R + G + B ~ 15%. #17342C is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 52 + 44 = 119 (100%)
R 23 of 119 ~ 19.33%
G 52 of 119 ~ 43.7%
B 44 of 119 ~ 36.97%

%19.33
%43.7
%36.97

CMYK color model

#17342C color CMYK value is (56,0,15,80).

  • cyan value is 55.77%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 79.61%
CMYK:
(56,0,15,80)
C56M0Y15K80 
(56%,0%,15%,80%)
(0.56/0.00/0.15/0.80)	

CMYK percentages

%55.77
%0
%15.38
%79.61

Codes

Color #17342C in popluar color models

17342C
RGB235244
HSL163°38.67%14.71%
HSB/HSV163°55.77%20.39%
CMYK55.77%0.00%15.38%
79.61%

Color #17342C in popluar number systems.

HEX17342C
Decimal235244
Binary10111110100101100
Octal276454

Shades and tints

Shades of #17342C

#17342C
(23,52,44)
#153028
(21,48,40)
#132C24
(19,44,36)
#112820
(17,40,32)
#0F241C
(15,36,28)
#0D2018
(13,32,24)
#0B1C14
(11,28,20)
#091810
(9,24,16)
#07140C
(7,20,12)
#051008
(5,16,8)
#030C04
(3,12,4)
#000000
(0,0,0)

Tints of #17342C

#17342C
(23,52,44)
#2C463F
(44,70,63)
#415852
(65,88,82)
#566A65
(86,106,101)
#6B7C78
(107,124,120)
#808E8B
(128,142,139)
#95A09E
(149,160,158)
#AAB2B1
(170,178,177)
#BFC4C4
(191,196,196)
#D4D6D7
(212,214,215)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17342C color. Also use rgb(23,52,44) instead hex code.

Text Font Color

.myTextColor { color: #17342C; }

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

This text font color is #17342C.


Background Color

.myBgColor { background-color: #17342C; }

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

This div background color is #17342C.


Border color

.myBorderColor { border: 1px solid #17342C; }

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

This div border color is #17342C.


Opacity

.myOpacity80 { color: #17342C; opacity: 0.8; }

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

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

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

This text has shadow with #17342C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17342C on black background.


Color preview on white background

This text has color #17342C on white background.



Black color preview on #17342C background

This text has black color on #17342C background.


White color preview on #17342C background

This text has white color on #17342C background.