COLOR #113F2A

HEX: #113F2A
RGB: (17,63,42)

Color info

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

RGB color model

#113F2A color RGB value is (17,63,42).

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

RGB channels and saturation

R 17 of 255 = 7%
G 63 of 255 = 25%
B 42 of 255 = 16%

17
63
42

R + G + B ~ 16%. #113F2A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 63 + 42 = 122 (100%)
R 17 of 122 ~ 13.93%
G 63 of 122 ~ 51.64%
B 42 of 122 ~ 34.43%

%13.93
%51.64
%34.43

CMYK color model

#113F2A color CMYK value is (73,0,33,75).

  • cyan value is 73.02%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 75.29%
CMYK:
(73,0,33,75)
C73M0Y33K75 
(73%,0%,33%,75%)
(0.73/0.00/0.33/0.75)	

CMYK percentages

%73.02
%0
%33.33
%75.29

Codes

Color #113F2A in popluar color models

113F2A
RGB176342
HSL153°57.50%15.69%
HSB/HSV153°73.02%24.71%
CMYK73.02%0.00%33.33%
75.29%

Color #113F2A in popluar number systems.

HEX113F2A
Decimal176342
Binary10001111111101010
Octal217752

Shades and tints

Shades of #113F2A

#113F2A
(17,63,42)
#103A27
(16,58,39)
#0F3524
(15,53,36)
#0E3021
(14,48,33)
#0D2B1E
(13,43,30)
#0C261B
(12,38,27)
#0B2118
(11,33,24)
#0A1C15
(10,28,21)
#091712
(9,23,18)
#08120F
(8,18,15)
#070D0C
(7,13,12)
#000000
(0,0,0)

Tints of #113F2A

#113F2A
(17,63,42)
#26503D
(38,80,61)
#3B6150
(59,97,80)
#507263
(80,114,99)
#658376
(101,131,118)
#7A9489
(122,148,137)
#8FA59C
(143,165,156)
#A4B6AF
(164,182,175)
#B9C7C2
(185,199,194)
#CED8D5
(206,216,213)
#E3E9E8
(227,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113F2A; }

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

This text font color is #113F2A.


Background Color

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

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

This div background color is #113F2A.


Border color

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

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

This div border color is #113F2A.


Opacity

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

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

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

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

This text has shadow with #113F2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113F2A on black background.


Color preview on white background

This text has color #113F2A on white background.



Black color preview on #113F2A background

This text has black color on #113F2A background.


White color preview on #113F2A background

This text has white color on #113F2A background.