COLOR #113A4A

HEX: #113A4A
RGB: (17,58,74)

Color info

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

RGB color model

#113A4A color RGB value is (17,58,74).

  • red value is 17;
  • green value is 58;
  • blue value is 74.
RGB:
(17,58,74)
(7%,23%,29%)

RGB channels and saturation

R 17 of 255 = 7%
G 58 of 255 = 23%
B 74 of 255 = 29%

17
58
74

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

Portions of RGB colors in percentages

R + G + B =
17 + 58 + 74 = 149 (100%)
R 17 of 149 ~ 11.41%
G 58 of 149 ~ 38.93%
B 74 of 149 ~ 49.66%

%11.41
%38.93
%49.66

CMYK color model

#113A4A color CMYK value is (77,22,0,71).

  • cyan value is 77.03%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(77,22,0,71)
C77M22Y0K71 
(77%,22%,0%,71%)
(0.77/0.22/0.00/0.71)	

CMYK percentages

%77.03
%21.62
%0
%70.98

Codes

Color #113A4A in popluar color models

113A4A
RGB175874
HSL197°62.64%17.84%
HSB/HSV197°77.03%29.02%
CMYK77.03%21.62%0.00%
70.98%

Color #113A4A in popluar number systems.

HEX113A4A
Decimal175874
Binary100011110101001010
Octal2172112

Shades and tints

Shades of #113A4A

#113A4A
(17,58,74)
#103544
(16,53,68)
#0F303E
(15,48,62)
#0E2B38
(14,43,56)
#0D2632
(13,38,50)
#0C212C
(12,33,44)
#0B1C26
(11,28,38)
#0A1720
(10,23,32)
#09121A
(9,18,26)
#080D14
(8,13,20)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #113A4A

#113A4A
(17,58,74)
#264B5A
(38,75,90)
#3B5C6A
(59,92,106)
#506D7A
(80,109,122)
#657E8A
(101,126,138)
#7A8F9A
(122,143,154)
#8FA0AA
(143,160,170)
#A4B1BA
(164,177,186)
#B9C2CA
(185,194,202)
#CED3DA
(206,211,218)
#E3E4EA
(227,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113A4A color. Also use rgb(17,58,74) instead hex code.

Text Font Color

.myTextColor { color: #113A4A; }

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

This text font color is #113A4A.


Background Color

.myBgColor { background-color: #113A4A; }

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

This div background color is #113A4A.


Border color

.myBorderColor { border: 1px solid #113A4A; }

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

This div border color is #113A4A.


Opacity

.myOpacity80 { color: #113A4A; opacity: 0.8; }

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

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

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

This text has shadow with #113A4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113A4A on black background.


Color preview on white background

This text has color #113A4A on white background.



Black color preview on #113A4A background

This text has black color on #113A4A background.


White color preview on #113A4A background

This text has white color on #113A4A background.