COLOR #113D31

HEX: #113D31 RGB: (17,61,49)

Color info

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

RGB color model

#113D31 color RGB value is (17,61,49).

RGB: (17,61,49) (7%, 24%, 19%)

RGB channels and saturation

R 17 of 255 = 7%
G 61 of 255 = 24%
B 49 of 255 = 19%

17
61
49

R + G + B ~ 17%. #113D31 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 61 + 49 = 127 (100%)
R 17 of 127 ~ 13.39%
G 61 of 127 ~ 48.03%
B 49 of 127 ~ 38.58'%

%13.39
%48.03
%38.58

CMYK color model

#113D31 color CMYK value is (72,0,20,76).

  • cyan value is 72.13%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 76.08%

CMYK: (72,0,20,76)
C72M0Y20K76 (72%, 0%, 20%, 76%)
(0.72 / 0.00 / 0.20 / 0.76)

CMYK percentages

%72.13
%0
%19.67
%76.08

Codes

Color #113D31 in popluar color models

11 3D 31
RGB 17 61 49
HSL 164° 56.41% 15.29%
HSB/HSV 164° 72.13% 23.92%
CMYK 72.13% 0.00% 19.67%
76.08%

Color #113D31 in popluar number systems.

HEX 11 3D 31
Decimal 17 61 49
Binary 10001 111101 110001
Octal 21 75 61

Shades and tints

Shades of #113D31

#113D31
(17,61,49)
#10382D
(16,56,45)
#0F3329
(15,51,41)
#0E2E25
(14,46,37)
#0D2921
(13,41,33)
#0C241D
(12,36,29)
#0B1F19
(11,31,25)
#0A1A15
(10,26,21)
#091511
(9,21,17)
#08100D
(8,16,13)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #113D31

#113D31
(17,61,49)
#264E43
(38,78,67)
#3B5F55
(59,95,85)
#507067
(80,112,103)
#658179
(101,129,121)
#7A928B
(122,146,139)
#8FA39D
(143,163,157)
#A4B4AF
(164,180,175)
#B9C5C1
(185,197,193)
#CED6D3
(206,214,211)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113D31 color. Also use rgb(17,61,49) instead hex code.

Text Font Color

.myTextColor { color: #113D31; }

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

This text font color is #113D31.

Background Color

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

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

This div background color is #113D31.

Border color

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

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

This div border color is #113D31.

Opacity

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

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

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

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

This text has shadow with #113D31 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #113D31.

Preview

Color preview on black background

This text has color #113D31 on black background.


Color preview on white background

This text has color #113D31 on white background.


Black color preview on #113D31 background

This text has black color on #113D31 background.


White color preview on #113D31 background

This text has white color on #113D31 background.


Related colors

Complementary color

Complementary color for #hex is #EEC2CE.


I love getcolorcode.com

Triadic colors

1 #31113D and #3D3111 with #113D31 are triadic colors.

2 #313D11 and #3D1131 with #113D31 are triadic colors.