COLOR #113F00

HEX: #113F00
RGB: (17,63,0)

Color info

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

RGB color model

#113F00 color RGB value is (17,63,0).

  • red value is 17;
  • green value is 63;
  • blue value is 0.
RGB:
(17,63,0)
(7%,25%,0%)

RGB channels and saturation

R 17 of 255 = 7%
G 63 of 255 = 25%
B 0 of 255 = 0%

17
63
0

R + G + B ~ 11%. #113F00 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 63 + 0 = 80 (100%)
R 17 of 80 ~ 21.25%
G 63 of 80 ~ 78.75%
B 0 of 80 ~ 0%

%21.25
%78.75

CMYK color model

#113F00 color CMYK value is (73,0,100,75).

  • cyan value is 73.02%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 75.29%
CMYK:
(73,0,100,75)
C73M0Y100K75 
(73%,0%,100%,75%)
(0.73/0.00/1.00/0.75)	

CMYK percentages

%73.02
%0
%100
%75.29

Codes

Color #113F00 in popluar color models

113F00
RGB17630
HSL104°100.00%12.35%
HSB/HSV104°100.00%24.71%
CMYK73.02%0.00%100.00%
75.29%

Color #113F00 in popluar number systems.

HEX113F00
Decimal17630
Binary100011111110
Octal21770

Shades and tints

Shades of #113F00

#113F00
(17,63,0)
#103A00
(16,58,0)
#0F3500
(15,53,0)
#0E3000
(14,48,0)
#0D2B00
(13,43,0)
#0C2600
(12,38,0)
#0B2100
(11,33,0)
#0A1C00
(10,28,0)
#091700
(9,23,0)
#081200
(8,18,0)
#070D00
(7,13,0)
#000000
(0,0,0)

Tints of #113F00

#113F00
(17,63,0)
#265017
(38,80,23)
#3B612E
(59,97,46)
#507245
(80,114,69)
#65835C
(101,131,92)
#7A9473
(122,148,115)
#8FA58A
(143,165,138)
#A4B6A1
(164,182,161)
#B9C7B8
(185,199,184)
#CED8CF
(206,216,207)
#E3E9E6
(227,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113F00; }

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

This text font color is #113F00.


Background Color

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

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

This div background color is #113F00.


Border color

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

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

This div border color is #113F00.


Opacity

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

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

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

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

This text has shadow with #113F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113F00 on black background.


Color preview on white background

This text has color #113F00 on white background.



Black color preview on #113F00 background

This text has black color on #113F00 background.


White color preview on #113F00 background

This text has white color on #113F00 background.