COLOR #17464B

HEX: #17464B
RGB: (23,70,75)

Color info

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

RGB color model

#17464B color RGB value is (23,70,75).

  • red value is 23;
  • green value is 70;
  • blue value is 75.
RGB:
(23,70,75)
(9%,27%,29%)

RGB channels and saturation

R 23 of 255 = 9%
G 70 of 255 = 27%
B 75 of 255 = 29%

23
70
75

R + G + B ~ 22%. #17464B is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 70 + 75 = 168 (100%)
R 23 of 168 ~ 13.69%
G 70 of 168 ~ 41.67%
B 75 of 168 ~ 44.64%

%13.69
%41.67
%44.64

CMYK color model

#17464B color CMYK value is (69,7,0,71).

  • cyan value is 69.33%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(69,7,0,71)
C69M7Y0K71 
(69%,7%,0%,71%)
(0.69/0.07/0.00/0.71)	

CMYK percentages

%69.33
%6.67
%0
%70.59

Codes

Color #17464B in popluar color models

17464B
RGB237075
HSL186°53.06%19.22%
HSB/HSV186°69.33%29.41%
CMYK69.33%6.67%0.00%
70.59%

Color #17464B in popluar number systems.

HEX17464B
Decimal237075
Binary1011110001101001011
Octal27106113

Shades and tints

Shades of #17464B

#17464B
(23,70,75)
#154045
(21,64,69)
#133A3F
(19,58,63)
#113439
(17,52,57)
#0F2E33
(15,46,51)
#0D282D
(13,40,45)
#0B2227
(11,34,39)
#091C21
(9,28,33)
#07161B
(7,22,27)
#051015
(5,16,21)
#030A0F
(3,10,15)
#000000
(0,0,0)

Tints of #17464B

#17464B
(23,70,75)
#2C565B
(44,86,91)
#41666B
(65,102,107)
#56767B
(86,118,123)
#6B868B
(107,134,139)
#80969B
(128,150,155)
#95A6AB
(149,166,171)
#AAB6BB
(170,182,187)
#BFC6CB
(191,198,203)
#D4D6DB
(212,214,219)
#E9E6EB
(233,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17464B color. Also use rgb(23,70,75) instead hex code.

Text Font Color

.myTextColor { color: #17464B; }

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

This text font color is #17464B.


Background Color

.myBgColor { background-color: #17464B; }

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

This div background color is #17464B.


Border color

.myBorderColor { border: 1px solid #17464B; }

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

This div border color is #17464B.


Opacity

.myOpacity80 { color: #17464B; opacity: 0.8; }

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

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

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

This text has shadow with #17464B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17464B on black background.


Color preview on white background

This text has color #17464B on white background.



Black color preview on #17464B background

This text has black color on #17464B background.


White color preview on #17464B background

This text has white color on #17464B background.