COLOR #113226

HEX: #113226
RGB: (17,50,38)

Color info

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

RGB color model

#113226 color RGB value is (17,50,38).

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

RGB channels and saturation

R 17 of 255 = 7%
G 50 of 255 = 20%
B 38 of 255 = 15%

17
50
38

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

Portions of RGB colors in percentages

R + G + B =
17 + 50 + 38 = 105 (100%)
R 17 of 105 ~ 16.19%
G 50 of 105 ~ 47.62%
B 38 of 105 ~ 36.19%

%16.19
%47.62
%36.19

CMYK color model

#113226 color CMYK value is (66,0,24,80).

  • cyan value is 66.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 80.39%
CMYK:
(66,0,24,80)
C66M0Y24K80 
(66%,0%,24%,80%)
(0.66/0.00/0.24/0.80)	

CMYK percentages

%66
%0
%24
%80.39

Codes

Color #113226 in popluar color models

113226
RGB175038
HSL158°49.25%13.14%
HSB/HSV158°66.00%19.61%
CMYK66.00%0.00%24.00%
80.39%

Color #113226 in popluar number systems.

HEX113226
Decimal175038
Binary10001110010100110
Octal216246

Shades and tints

Shades of #113226

#113226
(17,50,38)
#102E23
(16,46,35)
#0F2A20
(15,42,32)
#0E261D
(14,38,29)
#0D221A
(13,34,26)
#0C1E17
(12,30,23)
#0B1A14
(11,26,20)
#0A1611
(10,22,17)
#09120E
(9,18,14)
#080E0B
(8,14,11)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #113226

#113226
(17,50,38)
#264439
(38,68,57)
#3B564C
(59,86,76)
#50685F
(80,104,95)
#657A72
(101,122,114)
#7A8C85
(122,140,133)
#8F9E98
(143,158,152)
#A4B0AB
(164,176,171)
#B9C2BE
(185,194,190)
#CED4D1
(206,212,209)
#E3E6E4
(227,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113226; }

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

This text font color is #113226.


Background Color

.myBgColor { background-color: #113226; }

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

This div background color is #113226.


Border color

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

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

This div border color is #113226.


Opacity

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

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

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

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

This text has shadow with #113226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113226 on black background.


Color preview on white background

This text has color #113226 on white background.



Black color preview on #113226 background

This text has black color on #113226 background.


White color preview on #113226 background

This text has white color on #113226 background.