COLOR #113A00

HEX: #113A00 RGB: (17,58,0)

Color info

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

RGB color model

#113A00 color RGB value is (17,58,0).

RGB: (17,58,0) (7%, 23%, 0%)

RGB channels and saturation

R 17 of 255 = 7%
G 58 of 255 = 23%
B 0 of 255 = 0%

17
58
0

R + G + B ~ 10%. #113A00 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 58 + 0 = 75 (100%)
R 17 of 75 ~ 22.67%
G 58 of 75 ~ 77.33%
B 0 of 75 ~ 0'%

%22.67
%77.33

CMYK color model

#113A00 color CMYK value is (71,0,100,77).

  • cyan value is 70.69%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 77.25%

CMYK: (71,0,100,77)
C71M0Y100K77 (71%, 0%, 100%, 77%)
(0.71 / 0.00 / 1.00 / 0.77)

CMYK percentages

%70.69
%0
%100
%77.25

Codes

Color #113A00 in popluar color models

11 3A 00
RGB 17 58 0
HSL 102° 100.00% 11.37%
HSB/HSV 102° 100.00% 22.75%
CMYK 70.69% 0.00% 100.00%
77.25%

Color #113A00 in popluar number systems.

HEX 11 3A 00
Decimal 17 58 0
Binary 10001 111010 0
Octal 21 72 0

Shades and tints

Shades of #113A00

#113A00
(17,58,0)
#103500
(16,53,0)
#0F3000
(15,48,0)
#0E2B00
(14,43,0)
#0D2600
(13,38,0)
#0C2100
(12,33,0)
#0B1C00
(11,28,0)
#0A1700
(10,23,0)
#091200
(9,18,0)
#080D00
(8,13,0)
#070800
(7,8,0)
#000000
(0,0,0)

Tints of #113A00

#113A00
(17,58,0)
#264B17
(38,75,23)
#3B5C2E
(59,92,46)
#506D45
(80,109,69)
#657E5C
(101,126,92)
#7A8F73
(122,143,115)
#8FA08A
(143,160,138)
#A4B1A1
(164,177,161)
#B9C2B8
(185,194,184)
#CED3CF
(206,211,207)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113A00; }

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

This text font color is #113A00.

Background Color

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

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

This div background color is #113A00.

Border color

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

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

This div border color is #113A00.

Opacity

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

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

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

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

This text has shadow with #113A00 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #113A00.

Preview

Color preview on black background

This text has color #113A00 on black background.


Color preview on white background

This text has color #113A00 on white background.


Black color preview on #113A00 background

This text has black color on #113A00 background.


White color preview on #113A00 background

This text has white color on #113A00 background.


Related colors

Complementary color

Complementary color for #hex is #EEC5FF.


I love getcolorcode.com

Triadic colors

1 #00113A and #3A0011 with #113A00 are triadic colors.

2 #003A11 and #3A1100 with #113A00 are triadic colors.