COLOR #113A0A

HEX: #113A0A
RGB: (17,58,10)

Color info

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

RGB color model

#113A0A color RGB value is (17,58,10).

  • red value is 17;
  • green value is 58;
  • blue value is 10.
RGB:
(17,58,10)
(7%,23%,4%)

RGB channels and saturation

R 17 of 255 = 7%
G 58 of 255 = 23%
B 10 of 255 = 4%

17
58
10

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

Portions of RGB colors in percentages

R + G + B =
17 + 58 + 10 = 85 (100%)
R 17 of 85 ~ 20%
G 58 of 85 ~ 68.24%
B 10 of 85 ~ 11.76%

%20
%68.24
%11.76

CMYK color model

#113A0A color CMYK value is (71,0,83,77).

  • cyan value is 70.69%
  • magenta value is 0.00%
  • yellow value is 82.76%
  • key color value is 77.25%
CMYK:
(71,0,83,77)
C71M0Y83K77 
(71%,0%,83%,77%)
(0.71/0.00/0.83/0.77)	

CMYK percentages

%70.69
%0
%82.76
%77.25

Codes

Color #113A0A in popluar color models

113A0A
RGB175810
HSL111°70.59%13.33%
HSB/HSV111°82.76%22.75%
CMYK70.69%0.00%82.76%
77.25%

Color #113A0A in popluar number systems.

HEX113A0A
Decimal175810
Binary100011110101010
Octal217212

Shades and tints

Shades of #113A0A

#113A0A
(17,58,10)
#10350A
(16,53,10)
#0F300A
(15,48,10)
#0E2B0A
(14,43,10)
#0D260A
(13,38,10)
#0C210A
(12,33,10)
#0B1C0A
(11,28,10)
#0A170A
(10,23,10)
#09120A
(9,18,10)
#080D0A
(8,13,10)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #113A0A

#113A0A
(17,58,10)
#264B20
(38,75,32)
#3B5C36
(59,92,54)
#506D4C
(80,109,76)
#657E62
(101,126,98)
#7A8F78
(122,143,120)
#8FA08E
(143,160,142)
#A4B1A4
(164,177,164)
#B9C2BA
(185,194,186)
#CED3D0
(206,211,208)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113A0A; }

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

This text font color is #113A0A.


Background Color

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

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

This div background color is #113A0A.


Border color

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

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

This div border color is #113A0A.


Opacity

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

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

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

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

This text has shadow with #113A0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113A0A on black background.


Color preview on white background

This text has color #113A0A on white background.



Black color preview on #113A0A background

This text has black color on #113A0A background.


White color preview on #113A0A background

This text has white color on #113A0A background.