COLOR #113543

HEX: #113543
RGB: (17,53,67)

Color info

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

RGB color model

#113543 color RGB value is (17,53,67).

  • red value is 17;
  • green value is 53;
  • blue value is 67.
RGB:
(17,53,67)
(7%,21%,26%)

RGB channels and saturation

R 17 of 255 = 7%
G 53 of 255 = 21%
B 67 of 255 = 26%

17
53
67

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

Portions of RGB colors in percentages

R + G + B =
17 + 53 + 67 = 137 (100%)
R 17 of 137 ~ 12.41%
G 53 of 137 ~ 38.69%
B 67 of 137 ~ 48.91%

%12.41
%38.69
%48.91

CMYK color model

#113543 color CMYK value is (75,21,0,74).

  • cyan value is 74.63%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(75,21,0,74)
C75M21Y0K74 
(75%,21%,0%,74%)
(0.75/0.21/0.00/0.74)	

CMYK percentages

%74.63
%20.9
%0
%73.73

Codes

Color #113543 in popluar color models

113543
RGB175367
HSL197°59.52%16.47%
HSB/HSV197°74.63%26.27%
CMYK74.63%20.90%0.00%
73.73%

Color #113543 in popluar number systems.

HEX113543
Decimal175367
Binary100011101011000011
Octal2165103

Shades and tints

Shades of #113543

#113543
(17,53,67)
#10313D
(16,49,61)
#0F2D37
(15,45,55)
#0E2931
(14,41,49)
#0D252B
(13,37,43)
#0C2125
(12,33,37)
#0B1D1F
(11,29,31)
#0A1919
(10,25,25)
#091513
(9,21,19)
#08110D
(8,17,13)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #113543

#113543
(17,53,67)
#264754
(38,71,84)
#3B5965
(59,89,101)
#506B76
(80,107,118)
#657D87
(101,125,135)
#7A8F98
(122,143,152)
#8FA1A9
(143,161,169)
#A4B3BA
(164,179,186)
#B9C5CB
(185,197,203)
#CED7DC
(206,215,220)
#E3E9ED
(227,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113543 color. Also use rgb(17,53,67) instead hex code.

Text Font Color

.myTextColor { color: #113543; }

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

This text font color is #113543.


Background Color

.myBgColor { background-color: #113543; }

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

This div background color is #113543.


Border color

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

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

This div border color is #113543.


Opacity

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

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

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

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

This text has shadow with #113543 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113543 on black background.


Color preview on white background

This text has color #113543 on white background.



Black color preview on #113543 background

This text has black color on #113543 background.


White color preview on #113543 background

This text has white color on #113543 background.