COLOR #113751

HEX: #113751
RGB: (17,55,81)

Color info

#113751 contains mainly green and blue colors. Web safe color of #113751 is #003366 (or #036).

RGB color model

#113751 color RGB value is (17,55,81).

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

RGB channels and saturation

R 17 of 255 = 7%
G 55 of 255 = 22%
B 81 of 255 = 32%

17
55
81

R + G + B ~ 20%. #113751 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 55 + 81 = 153 (100%)
R 17 of 153 ~ 11.11%
G 55 of 153 ~ 35.95%
B 81 of 153 ~ 52.94%

%11.11
%35.95
%52.94

CMYK color model

#113751 color CMYK value is (79,32,0,68).

  • cyan value is 79.01%
  • magenta value is 32.10%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(79,32,0,68)
C79M32Y0K68 
(79%,32%,0%,68%)
(0.79/0.32/0.00/0.68)	

CMYK percentages

%79.01
%32.1
%0
%68.24

Codes

Color #113751 in popluar color models

113751
RGB175581
HSL204°65.31%19.22%
HSB/HSV204°79.01%31.76%
CMYK79.01%32.10%0.00%
68.24%

Color #113751 in popluar number systems.

HEX113751
Decimal175581
Binary100011101111010001
Octal2167121

Shades and tints

Shades of #113751

#113751
(17,55,81)
#10324A
(16,50,74)
#0F2D43
(15,45,67)
#0E283C
(14,40,60)
#0D2335
(13,35,53)
#0C1E2E
(12,30,46)
#0B1927
(11,25,39)
#0A1420
(10,20,32)
#090F19
(9,15,25)
#080A12
(8,10,18)
#07050B
(7,5,11)
#000000
(0,0,0)

Tints of #113751

#113751
(17,55,81)
#264960
(38,73,96)
#3B5B6F
(59,91,111)
#506D7E
(80,109,126)
#657F8D
(101,127,141)
#7A919C
(122,145,156)
#8FA3AB
(143,163,171)
#A4B5BA
(164,181,186)
#B9C7C9
(185,199,201)
#CED9D8
(206,217,216)
#E3EBE7
(227,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113751; }

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

This text font color is #113751.


Background Color

.myBgColor { background-color: #113751; }

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

This div background color is #113751.


Border color

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

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

This div border color is #113751.


Opacity

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

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

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

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

This text has shadow with #113751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113751 on black background.


Color preview on white background

This text has color #113751 on white background.



Black color preview on #113751 background

This text has black color on #113751 background.


White color preview on #113751 background

This text has white color on #113751 background.