COLOR #113933

HEX: #113933
RGB: (17,57,51)

Color info

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

RGB color model

#113933 color RGB value is (17,57,51).

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

RGB channels and saturation

R 17 of 255 = 7%
G 57 of 255 = 22%
B 51 of 255 = 20%

17
57
51

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

Portions of RGB colors in percentages

R + G + B =
17 + 57 + 51 = 125 (100%)
R 17 of 125 ~ 13.6%
G 57 of 125 ~ 45.6%
B 51 of 125 ~ 40.8%

%13.6
%45.6
%40.8

CMYK color model

#113933 color CMYK value is (70,0,11,78).

  • cyan value is 70.18%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 77.65%
CMYK:
(70,0,11,78)
C70M0Y11K78 
(70%,0%,11%,78%)
(0.70/0.00/0.11/0.78)	

CMYK percentages

%70.18
%0
%10.53
%77.65

Codes

Color #113933 in popluar color models

113933
RGB175751
HSL171°54.05%14.51%
HSB/HSV171°70.18%22.35%
CMYK70.18%0.00%10.53%
77.65%

Color #113933 in popluar number systems.

HEX113933
Decimal175751
Binary10001111001110011
Octal217163

Shades and tints

Shades of #113933

#113933
(17,57,51)
#10342F
(16,52,47)
#0F2F2B
(15,47,43)
#0E2A27
(14,42,39)
#0D2523
(13,37,35)
#0C201F
(12,32,31)
#0B1B1B
(11,27,27)
#0A1617
(10,22,23)
#091113
(9,17,19)
#080C0F
(8,12,15)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #113933

#113933
(17,57,51)
#264B45
(38,75,69)
#3B5D57
(59,93,87)
#506F69
(80,111,105)
#65817B
(101,129,123)
#7A938D
(122,147,141)
#8FA59F
(143,165,159)
#A4B7B1
(164,183,177)
#B9C9C3
(185,201,195)
#CEDBD5
(206,219,213)
#E3EDE7
(227,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113933; }

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

This text font color is #113933.


Background Color

.myBgColor { background-color: #113933; }

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

This div background color is #113933.


Border color

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

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

This div border color is #113933.


Opacity

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

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

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

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

This text has shadow with #113933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113933 on black background.


Color preview on white background

This text has color #113933 on white background.



Black color preview on #113933 background

This text has black color on #113933 background.


White color preview on #113933 background

This text has white color on #113933 background.