COLOR #113A21

HEX: #113A21
RGB: (17,58,33)

Color info

#113A21 contains red, green and blue colors in about the same proportion. Web safe color of #113A21 is #003333 (or #033).

RGB color model

#113A21 color RGB value is (17,58,33).

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

RGB channels and saturation

R 17 of 255 = 7%
G 58 of 255 = 23%
B 33 of 255 = 13%

17
58
33

R + G + B ~ 14%. #113A21 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 58 + 33 = 108 (100%)
R 17 of 108 ~ 15.74%
G 58 of 108 ~ 53.7%
B 33 of 108 ~ 30.56%

%15.74
%53.7
%30.56

CMYK color model

#113A21 color CMYK value is (71,0,43,77).

  • cyan value is 70.69%
  • magenta value is 0.00%
  • yellow value is 43.10%
  • key color value is 77.25%
CMYK:
(71,0,43,77)
C71M0Y43K77 
(71%,0%,43%,77%)
(0.71/0.00/0.43/0.77)	

CMYK percentages

%70.69
%0
%43.1
%77.25

Codes

Color #113A21 in popluar color models

113A21
RGB175833
HSL143°54.67%14.71%
HSB/HSV143°70.69%22.75%
CMYK70.69%0.00%43.10%
77.25%

Color #113A21 in popluar number systems.

HEX113A21
Decimal175833
Binary10001111010100001
Octal217241

Shades and tints

Shades of #113A21

#113A21
(17,58,33)
#10351E
(16,53,30)
#0F301B
(15,48,27)
#0E2B18
(14,43,24)
#0D2615
(13,38,21)
#0C2112
(12,33,18)
#0B1C0F
(11,28,15)
#0A170C
(10,23,12)
#091209
(9,18,9)
#080D06
(8,13,6)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #113A21

#113A21
(17,58,33)
#264B35
(38,75,53)
#3B5C49
(59,92,73)
#506D5D
(80,109,93)
#657E71
(101,126,113)
#7A8F85
(122,143,133)
#8FA099
(143,160,153)
#A4B1AD
(164,177,173)
#B9C2C1
(185,194,193)
#CED3D5
(206,211,213)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113A21; }

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

This text font color is #113A21.


Background Color

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

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

This div background color is #113A21.


Border color

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

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

This div border color is #113A21.


Opacity

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

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

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

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

This text has shadow with #113A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113A21 on black background.


Color preview on white background

This text has color #113A21 on white background.



Black color preview on #113A21 background

This text has black color on #113A21 background.


White color preview on #113A21 background

This text has white color on #113A21 background.