COLOR #17252F

HEX: #17252F
RGB: (23,37,47)

Color info

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

RGB color model

#17252F color RGB value is (23,37,47).

  • red value is 23;
  • green value is 37;
  • blue value is 47.
RGB:
(23,37,47)
(9%,15%,18%)

RGB channels and saturation

R 23 of 255 = 9%
G 37 of 255 = 15%
B 47 of 255 = 18%

23
37
47

R + G + B ~ 14%. #17252F is dark color.

Portions of RGB colors in percentages

R + G + B =
23 + 37 + 47 = 107 (100%)
R 23 of 107 ~ 21.5%
G 37 of 107 ~ 34.58%
B 47 of 107 ~ 43.93%

%21.5
%34.58
%43.93

CMYK color model

#17252F color CMYK value is (51,21,0,82).

  • cyan value is 51.06%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(51,21,0,82)
C51M21Y0K82 
(51%,21%,0%,82%)
(0.51/0.21/0.00/0.82)	

CMYK percentages

%51.06
%21.28
%0
%81.57

Codes

Color #17252F in popluar color models

17252F
RGB233747
HSL205°34.29%13.73%
HSB/HSV205°51.06%18.43%
CMYK51.06%21.28%0.00%
81.57%

Color #17252F in popluar number systems.

HEX17252F
Decimal233747
Binary10111100101101111
Octal274557

Shades and tints

Shades of #17252F

#17252F
(23,37,47)
#15222B
(21,34,43)
#131F27
(19,31,39)
#111C23
(17,28,35)
#0F191F
(15,25,31)
#0D161B
(13,22,27)
#0B1317
(11,19,23)
#091013
(9,16,19)
#070D0F
(7,13,15)
#050A0B
(5,10,11)
#030707
(3,7,7)
#000000
(0,0,0)

Tints of #17252F

#17252F
(23,37,47)
#2C3841
(44,56,65)
#414B53
(65,75,83)
#565E65
(86,94,101)
#6B7177
(107,113,119)
#808489
(128,132,137)
#95979B
(149,151,155)
#AAAAAD
(170,170,173)
#BFBDBF
(191,189,191)
#D4D0D1
(212,208,209)
#E9E3E3
(233,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17252F color. Also use rgb(23,37,47) instead hex code.

Text Font Color

.myTextColor { color: #17252F; }

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

This text font color is #17252F.


Background Color

.myBgColor { background-color: #17252F; }

<div style="background-color:#17252F">Inner text</div>

This div background color is #17252F.


Border color

.myBorderColor { border: 1px solid #17252F; }

<div style="border:3px solid #17252F">Div</div>

This div border color is #17252F.


Opacity

.myOpacity80 { color: #17252F; opacity: 0.8; }

<p style="color:#17252F;opacity:0.8;">80%</p>

Text with #17252F 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 #17252F;}

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

This text has shadow with #17252F color.

.textShadow {text-shadow: 3px 3px 1px #17252F, 3px 3px 1px red;}

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

This text has shadow with #17252F primary color and red secondary color.


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

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

This text has shadow with #17252F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17252F on black background.


Color preview on white background

This text has color #17252F on white background.



Black color preview on #17252F background

This text has black color on #17252F background.


White color preview on #17252F background

This text has white color on #17252F background.