COLOR #11253E

HEX: #11253E
RGB: (17,37,62)

Color info

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

RGB color model

#11253E color RGB value is (17,37,62).

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

RGB channels and saturation

R 17 of 255 = 7%
G 37 of 255 = 15%
B 62 of 255 = 24%

17
37
62

R + G + B ~ 15%. #11253E is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 62 = 116 (100%)
R 17 of 116 ~ 14.66%
G 37 of 116 ~ 31.9%
B 62 of 116 ~ 53.45%

%14.66
%31.9
%53.45

CMYK color model

#11253E color CMYK value is (73,40,0,76).

  • cyan value is 72.58%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 75.69%
CMYK:
(73,40,0,76)
C73M40Y0K76 
(73%,40%,0%,76%)
(0.73/0.40/0.00/0.76)	

CMYK percentages

%72.58
%40.32
%0
%75.69

Codes

Color #11253E in popluar color models

11253E
RGB173762
HSL213°56.96%15.49%
HSB/HSV213°72.58%24.31%
CMYK72.58%40.32%0.00%
75.69%

Color #11253E in popluar number systems.

HEX11253E
Decimal173762
Binary10001100101111110
Octal214576

Shades and tints

Shades of #11253E

#11253E
(17,37,62)
#102239
(16,34,57)
#0F1F34
(15,31,52)
#0E1C2F
(14,28,47)
#0D192A
(13,25,42)
#0C1625
(12,22,37)
#0B1320
(11,19,32)
#0A101B
(10,16,27)
#090D16
(9,13,22)
#080A11
(8,10,17)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #11253E

#11253E
(17,37,62)
#26384F
(38,56,79)
#3B4B60
(59,75,96)
#505E71
(80,94,113)
#657182
(101,113,130)
#7A8493
(122,132,147)
#8F97A4
(143,151,164)
#A4AAB5
(164,170,181)
#B9BDC6
(185,189,198)
#CED0D7
(206,208,215)
#E3E3E8
(227,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11253E color. Also use rgb(17,37,62) instead hex code.

Text Font Color

.myTextColor { color: #11253E; }

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

This text font color is #11253E.


Background Color

.myBgColor { background-color: #11253E; }

<div style="background-color:#11253E">Inner text</div>

This div background color is #11253E.


Border color

.myBorderColor { border: 1px solid #11253E; }

<div style="border:3px solid #11253E">Div</div>

This div border color is #11253E.


Opacity

.myOpacity80 { color: #11253E; opacity: 0.8; }

<p style="color:#11253E;opacity:0.8;">80%</p>

Text with #11253E 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 #11253E;}

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

This text has shadow with #11253E color.

.textShadow {text-shadow: 3px 3px 1px #11253E, 3px 3px 1px red;}

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

This text has shadow with #11253E primary color and red secondary color.


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

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

This text has shadow with #11253E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11253E on black background.


Color preview on white background

This text has color #11253E on white background.



Black color preview on #11253E background

This text has black color on #11253E background.


White color preview on #11253E background

This text has white color on #11253E background.