COLOR #113029

HEX: #113029
RGB: (17,48,41)

Color info

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

RGB color model

#113029 color RGB value is (17,48,41).

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

RGB channels and saturation

R 17 of 255 = 7%
G 48 of 255 = 19%
B 41 of 255 = 16%

17
48
41

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

Portions of RGB colors in percentages

R + G + B =
17 + 48 + 41 = 106 (100%)
R 17 of 106 ~ 16.04%
G 48 of 106 ~ 45.28%
B 41 of 106 ~ 38.68%

%16.04
%45.28
%38.68

CMYK color model

#113029 color CMYK value is (65,0,15,81).

  • cyan value is 64.58%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 81.18%
CMYK:
(65,0,15,81)
C65M0Y15K81 
(65%,0%,15%,81%)
(0.65/0.00/0.15/0.81)	

CMYK percentages

%64.58
%0
%14.58
%81.18

Codes

Color #113029 in popluar color models

113029
RGB174841
HSL166°47.69%12.75%
HSB/HSV166°64.58%18.82%
CMYK64.58%0.00%14.58%
81.18%

Color #113029 in popluar number systems.

HEX113029
Decimal174841
Binary10001110000101001
Octal216051

Shades and tints

Shades of #113029

#113029
(17,48,41)
#102C26
(16,44,38)
#0F2823
(15,40,35)
#0E2420
(14,36,32)
#0D201D
(13,32,29)
#0C1C1A
(12,28,26)
#0B1817
(11,24,23)
#0A1414
(10,20,20)
#091011
(9,16,17)
#080C0E
(8,12,14)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #113029

#113029
(17,48,41)
#26423C
(38,66,60)
#3B544F
(59,84,79)
#506662
(80,102,98)
#657875
(101,120,117)
#7A8A88
(122,138,136)
#8F9C9B
(143,156,155)
#A4AEAE
(164,174,174)
#B9C0C1
(185,192,193)
#CED2D4
(206,210,212)
#E3E4E7
(227,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #113029; }

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

This text font color is #113029.


Background Color

.myBgColor { background-color: #113029; }

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

This div background color is #113029.


Border color

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

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

This div border color is #113029.


Opacity

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

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

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

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

This text has shadow with #113029 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #113029 on black background.


Color preview on white background

This text has color #113029 on white background.



Black color preview on #113029 background

This text has black color on #113029 background.


White color preview on #113029 background

This text has white color on #113029 background.