COLOR #113500

HEX: #113500 RGB: (17,53,0)

Color info

#113500 contains only red and green colors. Web safe color of #113500 is #003300 (or #030).

RGB color model

#113500 color RGB value is (17,53,0).

RGB: (17,53,0) (7%, 21%, 0%)

RGB channels and saturation

R 17 of 255 = 7%
G 53 of 255 = 21%
B 0 of 255 = 0%

17
53
0

R + G + B ~ 9%. #113500 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 53 + 0 = 70 (100%)
R 17 of 70 ~ 24.29%
G 53 of 70 ~ 75.71%
B 0 of 70 ~ 0'%

%24.29
%75.71

CMYK color model

#113500 color CMYK value is (68,0,100,79).

  • cyan value is 67.92%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 79.22%

CMYK: (68,0,100,79)
C68M0Y100K79 (68%, 0%, 100%, 79%)
(0.68 / 0.00 / 1.00 / 0.79)

CMYK percentages

%67.92
%0
%100
%79.22

Codes

Color #113500 in popluar color models

11 35 00
RGB 17 53 0
HSL 101° 100.00% 10.39%
HSB/HSV 101° 100.00% 20.78%
CMYK 67.92% 0.00% 100.00%
79.22%

Color #113500 in popluar number systems.

HEX 11 35 00
Decimal 17 53 0
Binary 10001 110101 0
Octal 21 65 0

Shades and tints

Shades of #113500

#113500
(17,53,0)
#103100
(16,49,0)
#0F2D00
(15,45,0)
#0E2900
(14,41,0)
#0D2500
(13,37,0)
#0C2100
(12,33,0)
#0B1D00
(11,29,0)
#0A1900
(10,25,0)
#091500
(9,21,0)
#081100
(8,17,0)
#070D00
(7,13,0)
#000000
(0,0,0)

Tints of #113500

#113500
(17,53,0)
#264717
(38,71,23)
#3B592E
(59,89,46)
#506B45
(80,107,69)
#657D5C
(101,125,92)
#7A8F73
(122,143,115)
#8FA18A
(143,161,138)
#A4B3A1
(164,179,161)
#B9C5B8
(185,197,184)
#CED7CF
(206,215,207)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113500; }

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

This text font color is #113500.

Background Color

.myBgColor { background-color: #113500; }

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

This div background color is #113500.

Border color

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

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

This div border color is #113500.

Opacity

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

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

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

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

This text has shadow with #113500 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #113500.

Preview

Color preview on black background

This text has color #113500 on black background.


Color preview on white background

This text has color #113500 on white background.


Black color preview on #113500 background

This text has black color on #113500 background.


White color preview on #113500 background

This text has white color on #113500 background.


Related colors

Complementary color

Complementary color for #hex is #EECAFF.


I love getcolorcode.com

Triadic colors

1 #001135 and #350011 with #113500 are triadic colors.

2 #003511 and #351100 with #113500 are triadic colors.