COLOR #113840

HEX: #113840
RGB: (17,56,64)

Color info

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

RGB color model

#113840 color RGB value is (17,56,64).

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

RGB channels and saturation

R 17 of 255 = 7%
G 56 of 255 = 22%
B 64 of 255 = 25%

17
56
64

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

Portions of RGB colors in percentages

R + G + B =
17 + 56 + 64 = 137 (100%)
R 17 of 137 ~ 12.41%
G 56 of 137 ~ 40.88%
B 64 of 137 ~ 46.72%

%12.41
%40.88
%46.72

CMYK color model

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

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

CMYK percentages

%73.44
%12.5
%0
%74.9

Codes

Color #113840 in popluar color models

113840
RGB175664
HSL190°58.02%15.88%
HSB/HSV190°73.44%25.10%
CMYK73.44%12.50%0.00%
74.90%

Color #113840 in popluar number systems.

HEX113840
Decimal175664
Binary100011110001000000
Octal2170100

Shades and tints

Shades of #113840

#113840
(17,56,64)
#10333B
(16,51,59)
#0F2E36
(15,46,54)
#0E2931
(14,41,49)
#0D242C
(13,36,44)
#0C1F27
(12,31,39)
#0B1A22
(11,26,34)
#0A151D
(10,21,29)
#091018
(9,16,24)
#080B13
(8,11,19)
#07060E
(7,6,14)
#000000
(0,0,0)

Tints of #113840

#113840
(17,56,64)
#264A51
(38,74,81)
#3B5C62
(59,92,98)
#506E73
(80,110,115)
#658084
(101,128,132)
#7A9295
(122,146,149)
#8FA4A6
(143,164,166)
#A4B6B7
(164,182,183)
#B9C8C8
(185,200,200)
#CEDAD9
(206,218,217)
#E3ECEA
(227,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113840 color. Also use rgb(17,56,64) instead hex code.

Text Font Color

.myTextColor { color: #113840; }

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

This text font color is #113840.


Background Color

.myBgColor { background-color: #113840; }

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

This div background color is #113840.


Border color

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

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

This div border color is #113840.


Opacity

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

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

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

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

This text has shadow with #113840 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113840 on black background.


Color preview on white background

This text has color #113840 on white background.



Black color preview on #113840 background

This text has black color on #113840 background.


White color preview on #113840 background

This text has white color on #113840 background.