COLOR #113345

HEX: #113345
RGB: (17,51,69)

Color info

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

RGB color model

#113345 color RGB value is (17,51,69).

  • red value is 17;
  • green value is 51;
  • blue value is 69.
RGB:
(17,51,69)
(7%,20%,27%)

RGB channels and saturation

R 17 of 255 = 7%
G 51 of 255 = 20%
B 69 of 255 = 27%

17
51
69

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

Portions of RGB colors in percentages

R + G + B =
17 + 51 + 69 = 137 (100%)
R 17 of 137 ~ 12.41%
G 51 of 137 ~ 37.23%
B 69 of 137 ~ 50.36%

%12.41
%37.23
%50.36

CMYK color model

#113345 color CMYK value is (75,26,0,73).

  • cyan value is 75.36%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 72.94%
CMYK:
(75,26,0,73)
C75M26Y0K73 
(75%,26%,0%,73%)
(0.75/0.26/0.00/0.73)	

CMYK percentages

%75.36
%26.09
%0
%72.94

Codes

Color #113345 in popluar color models

113345
RGB175169
HSL201°60.47%16.86%
HSB/HSV201°75.36%27.06%
CMYK75.36%26.09%0.00%
72.94%

Color #113345 in popluar number systems.

HEX113345
Decimal175169
Binary100011100111000101
Octal2163105

Shades and tints

Shades of #113345

#113345
(17,51,69)
#102F3F
(16,47,63)
#0F2B39
(15,43,57)
#0E2733
(14,39,51)
#0D232D
(13,35,45)
#0C1F27
(12,31,39)
#0B1B21
(11,27,33)
#0A171B
(10,23,27)
#091315
(9,19,21)
#080F0F
(8,15,15)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #113345

#113345
(17,51,69)
#264555
(38,69,85)
#3B5765
(59,87,101)
#506975
(80,105,117)
#657B85
(101,123,133)
#7A8D95
(122,141,149)
#8F9FA5
(143,159,165)
#A4B1B5
(164,177,181)
#B9C3C5
(185,195,197)
#CED5D5
(206,213,213)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113345 color. Also use rgb(17,51,69) instead hex code.

Text Font Color

.myTextColor { color: #113345; }

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

This text font color is #113345.


Background Color

.myBgColor { background-color: #113345; }

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

This div background color is #113345.


Border color

.myBorderColor { border: 1px solid #113345; }

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

This div border color is #113345.


Opacity

.myOpacity80 { color: #113345; opacity: 0.8; }

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

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

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

This text has shadow with #113345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113345 on black background.


Color preview on white background

This text has color #113345 on white background.



Black color preview on #113345 background

This text has black color on #113345 background.


White color preview on #113345 background

This text has white color on #113345 background.