COLOR #113A2D

HEX: #113A2D
RGB: (17,58,45)

Color info

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

RGB color model

#113A2D color RGB value is (17,58,45).

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

RGB channels and saturation

R 17 of 255 = 7%
G 58 of 255 = 23%
B 45 of 255 = 18%

17
58
45

R + G + B ~ 16%. #113A2D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 58 + 45 = 120 (100%)
R 17 of 120 ~ 14.17%
G 58 of 120 ~ 48.33%
B 45 of 120 ~ 37.5%

%14.17
%48.33
%37.5

CMYK color model

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

  • cyan value is 70.69%
  • magenta value is 0.00%
  • yellow value is 22.41%
  • key color value is 77.25%
CMYK:
(71,0,22,77)
C71M0Y22K77 
(71%,0%,22%,77%)
(0.71/0.00/0.22/0.77)	

CMYK percentages

%70.69
%0
%22.41
%77.25

Codes

Color #113A2D in popluar color models

113A2D
RGB175845
HSL161°54.67%14.71%
HSB/HSV161°70.69%22.75%
CMYK70.69%0.00%22.41%
77.25%

Color #113A2D in popluar number systems.

HEX113A2D
Decimal175845
Binary10001111010101101
Octal217255

Shades and tints

Shades of #113A2D

#113A2D
(17,58,45)
#103529
(16,53,41)
#0F3025
(15,48,37)
#0E2B21
(14,43,33)
#0D261D
(13,38,29)
#0C2119
(12,33,25)
#0B1C15
(11,28,21)
#0A1711
(10,23,17)
#09120D
(9,18,13)
#080D09
(8,13,9)
#070805
(7,8,5)
#000000
(0,0,0)

Tints of #113A2D

#113A2D
(17,58,45)
#264B40
(38,75,64)
#3B5C53
(59,92,83)
#506D66
(80,109,102)
#657E79
(101,126,121)
#7A8F8C
(122,143,140)
#8FA09F
(143,160,159)
#A4B1B2
(164,177,178)
#B9C2C5
(185,194,197)
#CED3D8
(206,211,216)
#E3E4EB
(227,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113A2D; }

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

This text font color is #113A2D.


Background Color

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

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

This div background color is #113A2D.


Border color

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

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

This div border color is #113A2D.


Opacity

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

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

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

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

This text has shadow with #113A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113A2D on black background.


Color preview on white background

This text has color #113A2D on white background.



Black color preview on #113A2D background

This text has black color on #113A2D background.


White color preview on #113A2D background

This text has white color on #113A2D background.