COLOR #17343C

HEX: #17343C
RGB: (23,52,60)

Color info

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

RGB color model

#17343C color RGB value is (23,52,60).

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

RGB channels and saturation

R 23 of 255 = 9%
G 52 of 255 = 20%
B 60 of 255 = 24%

23
52
60

R + G + B ~ 18%. #17343C is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 52 + 60 = 135 (100%)
R 23 of 135 ~ 17.04%
G 52 of 135 ~ 38.52%
B 60 of 135 ~ 44.44%

%17.04
%38.52
%44.44

CMYK color model

#17343C color CMYK value is (62,13,0,76).

  • cyan value is 61.67%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(62,13,0,76)
C62M13Y0K76 
(62%,13%,0%,76%)
(0.62/0.13/0.00/0.76)	

CMYK percentages

%61.67
%13.33
%0
%76.47

Codes

Color #17343C in popluar color models

17343C
RGB235260
HSL193°44.58%16.27%
HSB/HSV193°61.67%23.53%
CMYK61.67%13.33%0.00%
76.47%

Color #17343C in popluar number systems.

HEX17343C
Decimal235260
Binary10111110100111100
Octal276474

Shades and tints

Shades of #17343C

#17343C
(23,52,60)
#153037
(21,48,55)
#132C32
(19,44,50)
#11282D
(17,40,45)
#0F2428
(15,36,40)
#0D2023
(13,32,35)
#0B1C1E
(11,28,30)
#091819
(9,24,25)
#071414
(7,20,20)
#05100F
(5,16,15)
#030C0A
(3,12,10)
#000000
(0,0,0)

Tints of #17343C

#17343C
(23,52,60)
#2C464D
(44,70,77)
#41585E
(65,88,94)
#566A6F
(86,106,111)
#6B7C80
(107,124,128)
#808E91
(128,142,145)
#95A0A2
(149,160,162)
#AAB2B3
(170,178,179)
#BFC4C4
(191,196,196)
#D4D6D5
(212,214,213)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17343C; }

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

This text font color is #17343C.


Background Color

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

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

This div background color is #17343C.


Border color

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

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

This div border color is #17343C.


Opacity

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

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

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

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

This text has shadow with #17343C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17343C on black background.


Color preview on white background

This text has color #17343C on white background.



Black color preview on #17343C background

This text has black color on #17343C background.


White color preview on #17343C background

This text has white color on #17343C background.