COLOR #113429

HEX: #113429
RGB: (17,52,41)

Color info

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

RGB color model

#113429 color RGB value is (17,52,41).

  • red value is 17;
  • green value is 52;
  • blue value is 41.
RGB:
(17,52,41)
(7%,20%,16%)

RGB channels and saturation

R 17 of 255 = 7%
G 52 of 255 = 20%
B 41 of 255 = 16%

17
52
41

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

Portions of RGB colors in percentages

R + G + B =
17 + 52 + 41 = 110 (100%)
R 17 of 110 ~ 15.45%
G 52 of 110 ~ 47.27%
B 41 of 110 ~ 37.27%

%15.45
%47.27
%37.27

CMYK color model

#113429 color CMYK value is (67,0,21,80).

  • cyan value is 67.31%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 79.61%
CMYK:
(67,0,21,80)
C67M0Y21K80 
(67%,0%,21%,80%)
(0.67/0.00/0.21/0.80)	

CMYK percentages

%67.31
%0
%21.15
%79.61

Codes

Color #113429 in popluar color models

113429
RGB175241
HSL161°50.72%13.53%
HSB/HSV161°67.31%20.39%
CMYK67.31%0.00%21.15%
79.61%

Color #113429 in popluar number systems.

HEX113429
Decimal175241
Binary10001110100101001
Octal216451

Shades and tints

Shades of #113429

#113429
(17,52,41)
#103026
(16,48,38)
#0F2C23
(15,44,35)
#0E2820
(14,40,32)
#0D241D
(13,36,29)
#0C201A
(12,32,26)
#0B1C17
(11,28,23)
#0A1814
(10,24,20)
#091411
(9,20,17)
#08100E
(8,16,14)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #113429

#113429
(17,52,41)
#26463C
(38,70,60)
#3B584F
(59,88,79)
#506A62
(80,106,98)
#657C75
(101,124,117)
#7A8E88
(122,142,136)
#8FA09B
(143,160,155)
#A4B2AE
(164,178,174)
#B9C4C1
(185,196,193)
#CED6D4
(206,214,212)
#E3E8E7
(227,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #113429 color. Also use rgb(17,52,41) instead hex code.

Text Font Color

.myTextColor { color: #113429; }

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

This text font color is #113429.


Background Color

.myBgColor { background-color: #113429; }

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

This div background color is #113429.


Border color

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

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

This div border color is #113429.


Opacity

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

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

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

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

This text has shadow with #113429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113429 on black background.


Color preview on white background

This text has color #113429 on white background.



Black color preview on #113429 background

This text has black color on #113429 background.


White color preview on #113429 background

This text has white color on #113429 background.