COLOR #17304D

HEX: #17304D
RGB: (23,48,77)

Color info

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

RGB color model

#17304D color RGB value is (23,48,77).

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

RGB channels and saturation

R 23 of 255 = 9%
G 48 of 255 = 19%
B 77 of 255 = 30%

23
48
77

R + G + B ~ 19%. #17304D is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 48 + 77 = 148 (100%)
R 23 of 148 ~ 15.54%
G 48 of 148 ~ 32.43%
B 77 of 148 ~ 52.03%

%15.54
%32.43
%52.03

CMYK color model

#17304D color CMYK value is (70,38,0,70).

  • cyan value is 70.13%
  • magenta value is 37.66%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(70,38,0,70)
C70M38Y0K70 
(70%,38%,0%,70%)
(0.70/0.38/0.00/0.70)	

CMYK percentages

%70.13
%37.66
%0
%69.8

Codes

Color #17304D in popluar color models

17304D
RGB234877
HSL212°54.00%19.61%
HSB/HSV212°70.13%30.20%
CMYK70.13%37.66%0.00%
69.80%

Color #17304D in popluar number systems.

HEX17304D
Decimal234877
Binary101111100001001101
Octal2760115

Shades and tints

Shades of #17304D

#17304D
(23,48,77)
#152C46
(21,44,70)
#13283F
(19,40,63)
#112438
(17,36,56)
#0F2031
(15,32,49)
#0D1C2A
(13,28,42)
#0B1823
(11,24,35)
#09141C
(9,20,28)
#071015
(7,16,21)
#050C0E
(5,12,14)
#030807
(3,8,7)
#000000
(0,0,0)

Tints of #17304D

#17304D
(23,48,77)
#2C425D
(44,66,93)
#41546D
(65,84,109)
#56667D
(86,102,125)
#6B788D
(107,120,141)
#808A9D
(128,138,157)
#959CAD
(149,156,173)
#AAAEBD
(170,174,189)
#BFC0CD
(191,192,205)
#D4D2DD
(212,210,221)
#E9E4ED
(233,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17304D; }

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

This text font color is #17304D.


Background Color

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

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

This div background color is #17304D.


Border color

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

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

This div border color is #17304D.


Opacity

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

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

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

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

This text has shadow with #17304D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17304D on black background.


Color preview on white background

This text has color #17304D on white background.



Black color preview on #17304D background

This text has black color on #17304D background.


White color preview on #17304D background

This text has white color on #17304D background.