COLOR #113326

HEX: #113326
RGB: (17,51,38)

Color info

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

RGB color model

#113326 color RGB value is (17,51,38).

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

RGB channels and saturation

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

17
51
38

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

Portions of RGB colors in percentages

R + G + B =
17 + 51 + 38 = 106 (100%)
R 17 of 106 ~ 16.04%
G 51 of 106 ~ 48.11%
B 38 of 106 ~ 35.85%

%16.04
%48.11
%35.85

CMYK color model

#113326 color CMYK value is (67,0,25,80).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 80.00%
CMYK:
(67,0,25,80)
C67M0Y25K80 
(67%,0%,25%,80%)
(0.67/0.00/0.25/0.80)	

CMYK percentages

%66.67
%0
%25.49
%80

Codes

Color #113326 in popluar color models

113326
RGB175138
HSL157°50.00%13.33%
HSB/HSV157°66.67%20.00%
CMYK66.67%0.00%25.49%
80.00%

Color #113326 in popluar number systems.

HEX113326
Decimal175138
Binary10001110011100110
Octal216346

Shades and tints

Shades of #113326

#113326
(17,51,38)
#102F23
(16,47,35)
#0F2B20
(15,43,32)
#0E271D
(14,39,29)
#0D231A
(13,35,26)
#0C1F17
(12,31,23)
#0B1B14
(11,27,20)
#0A1711
(10,23,17)
#09130E
(9,19,14)
#080F0B
(8,15,11)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #113326

#113326
(17,51,38)
#264539
(38,69,57)
#3B574C
(59,87,76)
#50695F
(80,105,95)
#657B72
(101,123,114)
#7A8D85
(122,141,133)
#8F9F98
(143,159,152)
#A4B1AB
(164,177,171)
#B9C3BE
(185,195,190)
#CED5D1
(206,213,209)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113326; }

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

This text font color is #113326.


Background Color

.myBgColor { background-color: #113326; }

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

This div background color is #113326.


Border color

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

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

This div border color is #113326.


Opacity

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

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

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

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

This text has shadow with #113326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113326 on black background.


Color preview on white background

This text has color #113326 on white background.



Black color preview on #113326 background

This text has black color on #113326 background.


White color preview on #113326 background

This text has white color on #113326 background.