COLOR #11252B

HEX: #11252B
RGB: (17,37,43)

Color info

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

RGB color model

#11252B color RGB value is (17,37,43).

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

RGB channels and saturation

R 17 of 255 = 7%
G 37 of 255 = 15%
B 43 of 255 = 17%

17
37
43

R + G + B ~ 13%. #11252B is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 43 = 97 (100%)
R 17 of 97 ~ 17.53%
G 37 of 97 ~ 38.14%
B 43 of 97 ~ 44.33%

%17.53
%38.14
%44.33

CMYK color model

#11252B color CMYK value is (60,14,0,83).

  • cyan value is 60.47%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 83.14%
CMYK:
(60,14,0,83)
C60M14Y0K83 
(60%,14%,0%,83%)
(0.60/0.14/0.00/0.83)	

CMYK percentages

%60.47
%13.95
%0
%83.14

Codes

Color #11252B in popluar color models

11252B
RGB173743
HSL194°43.33%11.76%
HSB/HSV194°60.47%16.86%
CMYK60.47%13.95%0.00%
83.14%

Color #11252B in popluar number systems.

HEX11252B
Decimal173743
Binary10001100101101011
Octal214553

Shades and tints

Shades of #11252B

#11252B
(17,37,43)
#102228
(16,34,40)
#0F1F25
(15,31,37)
#0E1C22
(14,28,34)
#0D191F
(13,25,31)
#0C161C
(12,22,28)
#0B1319
(11,19,25)
#0A1016
(10,16,22)
#090D13
(9,13,19)
#080A10
(8,10,16)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #11252B

#11252B
(17,37,43)
#26383E
(38,56,62)
#3B4B51
(59,75,81)
#505E64
(80,94,100)
#657177
(101,113,119)
#7A848A
(122,132,138)
#8F979D
(143,151,157)
#A4AAB0
(164,170,176)
#B9BDC3
(185,189,195)
#CED0D6
(206,208,214)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11252B; }

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

This text font color is #11252B.


Background Color

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

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

This div background color is #11252B.


Border color

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

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

This div border color is #11252B.


Opacity

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

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

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

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

This text has shadow with #11252B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11252B on black background.


Color preview on white background

This text has color #11252B on white background.



Black color preview on #11252B background

This text has black color on #11252B background.


White color preview on #11252B background

This text has white color on #11252B background.