COLOR #17252B

HEX: #17252B
RGB: (23,37,43)

Color info

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

RGB color model

#17252B color RGB value is (23,37,43).

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

RGB channels and saturation

R 23 of 255 = 9%
G 37 of 255 = 15%
B 43 of 255 = 17%

23
37
43

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

Portions of RGB colors in percentages

R + G + B =
23 + 37 + 43 = 103 (100%)
R 23 of 103 ~ 22.33%
G 37 of 103 ~ 35.92%
B 43 of 103 ~ 41.75%

%22.33
%35.92
%41.75

CMYK color model

#17252B color CMYK value is (47,14,0,83).

  • cyan value is 46.51%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(47,14,0,83)
C47M14Y0K83 
(47%,14%,0%,83%)
(0.47/0.14/0.00/0.83)	

CMYK percentages

%46.51
%13.95
%0
%83.14

Codes

Color #17252B in popluar color models

17252B
RGB233743
HSL198°30.30%12.94%
HSB/HSV198°46.51%16.86%
CMYK46.51%13.95%0.00%
83.14%

Color #17252B in popluar number systems.

HEX17252B
Decimal233743
Binary10111100101101011
Octal274553

Shades and tints

Shades of #17252B

#17252B
(23,37,43)
#152228
(21,34,40)
#131F25
(19,31,37)
#111C22
(17,28,34)
#0F191F
(15,25,31)
#0D161C
(13,22,28)
#0B1319
(11,19,25)
#091016
(9,16,22)
#070D13
(7,13,19)
#050A10
(5,10,16)
#03070D
(3,7,13)
#000000
(0,0,0)

Tints of #17252B

#17252B
(23,37,43)
#2C383E
(44,56,62)
#414B51
(65,75,81)
#565E64
(86,94,100)
#6B7177
(107,113,119)
#80848A
(128,132,138)
#95979D
(149,151,157)
#AAAAB0
(170,170,176)
#BFBDC3
(191,189,195)
#D4D0D6
(212,208,214)
#E9E3E9
(233,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #17252B; }

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

This text font color is #17252B.


Background Color

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

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

This div background color is #17252B.


Border color

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

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

This div border color is #17252B.


Opacity

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

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

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

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

This text has shadow with #17252B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #17252B on black background.


Color preview on white background

This text has color #17252B on white background.



Black color preview on #17252B background

This text has black color on #17252B background.


White color preview on #17252B background

This text has white color on #17252B background.