COLOR #113213

HEX: #113213
RGB: (17,50,19)

Color info

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

RGB color model

#113213 color RGB value is (17,50,19).

  • red value is 17;
  • green value is 50;
  • blue value is 19.
RGB:
(17,50,19)
(7%,20%,7%)

RGB channels and saturation

R 17 of 255 = 7%
G 50 of 255 = 20%
B 19 of 255 = 7%

17
50
19

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

Portions of RGB colors in percentages

R + G + B =
17 + 50 + 19 = 86 (100%)
R 17 of 86 ~ 19.77%
G 50 of 86 ~ 58.14%
B 19 of 86 ~ 22.09%

%19.77
%58.14
%22.09

CMYK color model

#113213 color CMYK value is (66,0,62,80).

  • cyan value is 66.00%
  • magenta value is 0.00%
  • yellow value is 62.00%
  • key color value is 80.39%
CMYK:
(66,0,62,80)
C66M0Y62K80 
(66%,0%,62%,80%)
(0.66/0.00/0.62/0.80)	

CMYK percentages

%66
%0
%62
%80.39

Codes

Color #113213 in popluar color models

113213
RGB175019
HSL124°49.25%13.14%
HSB/HSV124°66.00%19.61%
CMYK66.00%0.00%62.00%
80.39%

Color #113213 in popluar number systems.

HEX113213
Decimal175019
Binary1000111001010011
Octal216223

Shades and tints

Shades of #113213

#113213
(17,50,19)
#102E12
(16,46,18)
#0F2A11
(15,42,17)
#0E2610
(14,38,16)
#0D220F
(13,34,15)
#0C1E0E
(12,30,14)
#0B1A0D
(11,26,13)
#0A160C
(10,22,12)
#09120B
(9,18,11)
#080E0A
(8,14,10)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #113213

#113213
(17,50,19)
#264428
(38,68,40)
#3B563D
(59,86,61)
#506852
(80,104,82)
#657A67
(101,122,103)
#7A8C7C
(122,140,124)
#8F9E91
(143,158,145)
#A4B0A6
(164,176,166)
#B9C2BB
(185,194,187)
#CED4D0
(206,212,208)
#E3E6E5
(227,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113213 color. Also use rgb(17,50,19) instead hex code.

Text Font Color

.myTextColor { color: #113213; }

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

This text font color is #113213.


Background Color

.myBgColor { background-color: #113213; }

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

This div background color is #113213.


Border color

.myBorderColor { border: 1px solid #113213; }

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

This div border color is #113213.


Opacity

.myOpacity80 { color: #113213; opacity: 0.8; }

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

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

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

This text has shadow with #113213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113213 on black background.


Color preview on white background

This text has color #113213 on white background.



Black color preview on #113213 background

This text has black color on #113213 background.


White color preview on #113213 background

This text has white color on #113213 background.