COLOR #11252C

HEX: #11252C
RGB: (17,37,44)

Color info

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

RGB color model

#11252C color RGB value is (17,37,44).

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

RGB channels and saturation

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

17
37
44

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

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 44 = 98 (100%)
R 17 of 98 ~ 17.35%
G 37 of 98 ~ 37.76%
B 44 of 98 ~ 44.9%

%17.35
%37.76
%44.9

CMYK color model

#11252C color CMYK value is (61,16,0,83).

  • cyan value is 61.36%
  • magenta value is 15.91%
  • yellow value is 0.00%
  • key color value is 82.75%
CMYK:
(61,16,0,83)
C61M16Y0K83 
(61%,16%,0%,83%)
(0.61/0.16/0.00/0.83)	

CMYK percentages

%61.36
%15.91
%0
%82.75

Codes

Color #11252C in popluar color models

11252C
RGB173744
HSL196°44.26%11.96%
HSB/HSV196°61.36%17.25%
CMYK61.36%15.91%0.00%
82.75%

Color #11252C in popluar number systems.

HEX11252C
Decimal173744
Binary10001100101101100
Octal214554

Shades and tints

Shades of #11252C

#11252C
(17,37,44)
#102228
(16,34,40)
#0F1F24
(15,31,36)
#0E1C20
(14,28,32)
#0D191C
(13,25,28)
#0C1618
(12,22,24)
#0B1314
(11,19,20)
#0A1010
(10,16,16)
#090D0C
(9,13,12)
#080A08
(8,10,8)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #11252C

#11252C
(17,37,44)
#26383F
(38,56,63)
#3B4B52
(59,75,82)
#505E65
(80,94,101)
#657178
(101,113,120)
#7A848B
(122,132,139)
#8F979E
(143,151,158)
#A4AAB1
(164,170,177)
#B9BDC4
(185,189,196)
#CED0D7
(206,208,215)
#E3E3EA
(227,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #11252C; }

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

This text font color is #11252C.


Background Color

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

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

This div background color is #11252C.


Border color

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

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

This div border color is #11252C.


Opacity

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

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

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

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

This text has shadow with #11252C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11252C on black background.


Color preview on white background

This text has color #11252C on white background.



Black color preview on #11252C background

This text has black color on #11252C background.


White color preview on #11252C background

This text has white color on #11252C background.