COLOR #17434D

HEX: #17434D
RGB: (23,67,77)

Color info

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

RGB color model

#17434D color RGB value is (23,67,77).

  • red value is 23;
  • green value is 67;
  • blue value is 77.
RGB:
(23,67,77)
(9%,26%,30%)

RGB channels and saturation

R 23 of 255 = 9%
G 67 of 255 = 26%
B 77 of 255 = 30%

23
67
77

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

Portions of RGB colors in percentages

R + G + B =
23 + 67 + 77 = 167 (100%)
R 23 of 167 ~ 13.77%
G 67 of 167 ~ 40.12%
B 77 of 167 ~ 46.11%

%13.77
%40.12
%46.11

CMYK color model

#17434D color CMYK value is (70,13,0,70).

  • cyan value is 70.13%
  • magenta value is 12.99%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(70,13,0,70)
C70M13Y0K70 
(70%,13%,0%,70%)
(0.70/0.13/0.00/0.70)	

CMYK percentages

%70.13
%12.99
%0
%69.8

Codes

Color #17434D in popluar color models

17434D
RGB236777
HSL191°54.00%19.61%
HSB/HSV191°70.13%30.20%
CMYK70.13%12.99%0.00%
69.80%

Color #17434D in popluar number systems.

HEX17434D
Decimal236777
Binary1011110000111001101
Octal27103115

Shades and tints

Shades of #17434D

#17434D
(23,67,77)
#153D46
(21,61,70)
#13373F
(19,55,63)
#113138
(17,49,56)
#0F2B31
(15,43,49)
#0D252A
(13,37,42)
#0B1F23
(11,31,35)
#09191C
(9,25,28)
#071315
(7,19,21)
#050D0E
(5,13,14)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #17434D

#17434D
(23,67,77)
#2C545D
(44,84,93)
#41656D
(65,101,109)
#56767D
(86,118,125)
#6B878D
(107,135,141)
#80989D
(128,152,157)
#95A9AD
(149,169,173)
#AABABD
(170,186,189)
#BFCBCD
(191,203,205)
#D4DCDD
(212,220,221)
#E9EDED
(233,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17434D color. Also use rgb(23,67,77) instead hex code.

Text Font Color

.myTextColor { color: #17434D; }

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

This text font color is #17434D.


Background Color

.myBgColor { background-color: #17434D; }

<div style="background-color:#17434D">Inner text</div>

This div background color is #17434D.


Border color

.myBorderColor { border: 1px solid #17434D; }

<div style="border:3px solid #17434D">Div</div>

This div border color is #17434D.


Opacity

.myOpacity80 { color: #17434D; opacity: 0.8; }

<p style="color:#17434D;opacity:0.8;">80%</p>

Text with #17434D 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 #17434D;}

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

This text has shadow with #17434D color.

.textShadow {text-shadow: 3px 3px 1px #17434D, 3px 3px 1px red;}

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

This text has shadow with #17434D primary color and red secondary color.


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

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

This text has shadow with #17434D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17434D on black background.


Color preview on white background

This text has color #17434D on white background.



Black color preview on #17434D background

This text has black color on #17434D background.


White color preview on #17434D background

This text has white color on #17434D background.