COLOR #113027

HEX: #113027
RGB: (17,48,39)

Color info

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

RGB color model

#113027 color RGB value is (17,48,39).

  • red value is 17;
  • green value is 48;
  • blue value is 39.
RGB:
(17,48,39)
(7%,19%,15%)

RGB channels and saturation

R 17 of 255 = 7%
G 48 of 255 = 19%
B 39 of 255 = 15%

17
48
39

R + G + B ~ 14%. #113027 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 48 + 39 = 104 (100%)
R 17 of 104 ~ 16.35%
G 48 of 104 ~ 46.15%
B 39 of 104 ~ 37.5%

%16.35
%46.15
%37.5

CMYK color model

#113027 color CMYK value is (65,0,19,81).

  • cyan value is 64.58%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 81.18%
CMYK:
(65,0,19,81)
C65M0Y19K81 
(65%,0%,19%,81%)
(0.65/0.00/0.19/0.81)	

CMYK percentages

%64.58
%0
%18.75
%81.18

Codes

Color #113027 in popluar color models

113027
RGB174839
HSL163°47.69%12.75%
HSB/HSV163°64.58%18.82%
CMYK64.58%0.00%18.75%
81.18%

Color #113027 in popluar number systems.

HEX113027
Decimal174839
Binary10001110000100111
Octal216047

Shades and tints

Shades of #113027

#113027
(17,48,39)
#102C24
(16,44,36)
#0F2821
(15,40,33)
#0E241E
(14,36,30)
#0D201B
(13,32,27)
#0C1C18
(12,28,24)
#0B1815
(11,24,21)
#0A1412
(10,20,18)
#09100F
(9,16,15)
#080C0C
(8,12,12)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #113027

#113027
(17,48,39)
#26423A
(38,66,58)
#3B544D
(59,84,77)
#506660
(80,102,96)
#657873
(101,120,115)
#7A8A86
(122,138,134)
#8F9C99
(143,156,153)
#A4AEAC
(164,174,172)
#B9C0BF
(185,192,191)
#CED2D2
(206,210,210)
#E3E4E5
(227,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113027 color. Also use rgb(17,48,39) instead hex code.

Text Font Color

.myTextColor { color: #113027; }

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

This text font color is #113027.


Background Color

.myBgColor { background-color: #113027; }

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

This div background color is #113027.


Border color

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

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

This div border color is #113027.


Opacity

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

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

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

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

This text has shadow with #113027 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113027 on black background.


Color preview on white background

This text has color #113027 on white background.



Black color preview on #113027 background

This text has black color on #113027 background.


White color preview on #113027 background

This text has white color on #113027 background.