COLOR #113515

HEX: #113515
RGB: (17,53,21)

Color info

#113515 contains red, green and blue colors in about the same proportion. Web safe color of #113515 is #003300 (or #030).

RGB color model

#113515 color RGB value is (17,53,21).

  • red value is 17;
  • green value is 53;
  • blue value is 21.
RGB:
(17,53,21)
(7%,21%,8%)

RGB channels and saturation

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

17
53
21

R + G + B ~ 12%. #113515 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 53 + 21 = 91 (100%)
R 17 of 91 ~ 18.68%
G 53 of 91 ~ 58.24%
B 21 of 91 ~ 23.08%

%18.68
%58.24
%23.08

CMYK color model

#113515 color CMYK value is (68,0,60,79).

  • cyan value is 67.92%
  • magenta value is 0.00%
  • yellow value is 60.38%
  • key color value is 79.22%
CMYK:
(68,0,60,79)
C68M0Y60K79 
(68%,0%,60%,79%)
(0.68/0.00/0.60/0.79)	

CMYK percentages

%67.92
%0
%60.38
%79.22

Codes

Color #113515 in popluar color models

113515
RGB175321
HSL127°51.43%13.73%
HSB/HSV127°67.92%20.78%
CMYK67.92%0.00%60.38%
79.22%

Color #113515 in popluar number systems.

HEX113515
Decimal175321
Binary1000111010110101
Octal216525

Shades and tints

Shades of #113515

#113515
(17,53,21)
#103114
(16,49,20)
#0F2D13
(15,45,19)
#0E2912
(14,41,18)
#0D2511
(13,37,17)
#0C2110
(12,33,16)
#0B1D0F
(11,29,15)
#0A190E
(10,25,14)
#09150D
(9,21,13)
#08110C
(8,17,12)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #113515

#113515
(17,53,21)
#26472A
(38,71,42)
#3B593F
(59,89,63)
#506B54
(80,107,84)
#657D69
(101,125,105)
#7A8F7E
(122,143,126)
#8FA193
(143,161,147)
#A4B3A8
(164,179,168)
#B9C5BD
(185,197,189)
#CED7D2
(206,215,210)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113515; }

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

This text font color is #113515.


Background Color

.myBgColor { background-color: #113515; }

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

This div background color is #113515.


Border color

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

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

This div border color is #113515.


Opacity

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

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

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

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

This text has shadow with #113515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113515 on black background.


Color preview on white background

This text has color #113515 on white background.



Black color preview on #113515 background

This text has black color on #113515 background.


White color preview on #113515 background

This text has white color on #113515 background.