COLOR #112941

HEX: #112941
RGB: (17,41,65)

Color info

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

RGB color model

#112941 color RGB value is (17,41,65).

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

RGB channels and saturation

R 17 of 255 = 7%
G 41 of 255 = 16%
B 65 of 255 = 25%

17
41
65

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

Portions of RGB colors in percentages

R + G + B =
17 + 41 + 65 = 123 (100%)
R 17 of 123 ~ 13.82%
G 41 of 123 ~ 33.33%
B 65 of 123 ~ 52.85%

%13.82
%33.33
%52.85

CMYK color model

#112941 color CMYK value is (74,37,0,75).

  • cyan value is 73.85%
  • magenta value is 36.92%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(74,37,0,75)
C74M37Y0K75 
(74%,37%,0%,75%)
(0.74/0.37/0.00/0.75)	

CMYK percentages

%73.85
%36.92
%0
%74.51

Codes

Color #112941 in popluar color models

112941
RGB174165
HSL210°58.54%16.08%
HSB/HSV210°73.85%25.49%
CMYK73.85%36.92%0.00%
74.51%

Color #112941 in popluar number systems.

HEX112941
Decimal174165
Binary100011010011000001
Octal2151101

Shades and tints

Shades of #112941

#112941
(17,41,65)
#10263C
(16,38,60)
#0F2337
(15,35,55)
#0E2032
(14,32,50)
#0D1D2D
(13,29,45)
#0C1A28
(12,26,40)
#0B1723
(11,23,35)
#0A141E
(10,20,30)
#091119
(9,17,25)
#080E14
(8,14,20)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #112941

#112941
(17,41,65)
#263C52
(38,60,82)
#3B4F63
(59,79,99)
#506274
(80,98,116)
#657585
(101,117,133)
#7A8896
(122,136,150)
#8F9BA7
(143,155,167)
#A4AEB8
(164,174,184)
#B9C1C9
(185,193,201)
#CED4DA
(206,212,218)
#E3E7EB
(227,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112941; }

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

This text font color is #112941.


Background Color

.myBgColor { background-color: #112941; }

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

This div background color is #112941.


Border color

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

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

This div border color is #112941.


Opacity

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

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

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

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

This text has shadow with #112941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112941 on black background.


Color preview on white background

This text has color #112941 on white background.



Black color preview on #112941 background

This text has black color on #112941 background.


White color preview on #112941 background

This text has white color on #112941 background.