COLOR #11373F

HEX: #11373F
RGB: (17,55,63)

Color info

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

RGB color model

#11373F color RGB value is (17,55,63).

  • red value is 17;
  • green value is 55;
  • blue value is 63.
RGB: (17,55,63) (7%,22%,25%)

RGB channels and saturation

R 17 of 255 = 7%
G 55 of 255 = 22%
B 63 of 255 = 25%

17
55
63

R + G + B ~ 18%. #11373F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 55 + 63 = 135 (100%)
R 17 of 135 ~ 12.59%
G 55 of 135 ~ 40.74%
B 63 of 135 ~ 46.67%

%12.59
%40.74
%46.67

CMYK color model

#11373F color CMYK value is (73,13,0,75).

  • cyan value is 73.02%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK: (73,13,0,75) C73M13Y0K75 (73%,13%,0%,75%) (0.73/0.13/0.00/0.75)

CMYK percentages

%73.02
%12.7
%0
%75.29

Codes

Color #11373F in popluar color models

11373F
RGB175563
HSL190°57.50%15.69%
HSB/HSV190°73.02%24.71%
CMYK73.02%12.70%0.00%
75.29%

Color #11373F in popluar number systems.

HEX11373F
Decimal175563
Binary10001110111111111
Octal216777

Shades and tints

Shades of #11373F

#11373F
(17,55,63)
#10323A
(16,50,58)
#0F2D35
(15,45,53)
#0E2830
(14,40,48)
#0D232B
(13,35,43)
#0C1E26
(12,30,38)
#0B1921
(11,25,33)
#0A141C
(10,20,28)
#090F17
(9,15,23)
#080A12
(8,10,18)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #11373F

#11373F
(17,55,63)
#264950
(38,73,80)
#3B5B61
(59,91,97)
#506D72
(80,109,114)
#657F83
(101,127,131)
#7A9194
(122,145,148)
#8FA3A5
(143,163,165)
#A4B5B6
(164,181,182)
#B9C7C7
(185,199,199)
#CED9D8
(206,217,216)
#E3EBE9
(227,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11373F color. Also use rgb(17,55,63) instead hex code.

Text Font Color

.myTextColor { color: #11373F; }

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

This text font color is #11373F.


Background Color

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

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

This div background color is #11373F.


Border color

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

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

This div border color is #11373F.


Opacity

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

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

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

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

This text has shadow with #11373F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #11373F on black background.


Color preview on white background

This text has color #11373F on white background.



Black color preview on #11373F background

This text has black color on #11373F background.


White color preview on #11373F background

This text has white color on #11373F background.