COLOR #112F4A

HEX: #112F4A
RGB: (17,47,74)

Color info

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

RGB color model

#112F4A color RGB value is (17,47,74).

  • red value is 17;
  • green value is 47;
  • blue value is 74.
RGB:
(17,47,74)
(7%,18%,29%)

RGB channels and saturation

R 17 of 255 = 7%
G 47 of 255 = 18%
B 74 of 255 = 29%

17
47
74

R + G + B ~ 18%. #112F4A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 47 + 74 = 138 (100%)
R 17 of 138 ~ 12.32%
G 47 of 138 ~ 34.06%
B 74 of 138 ~ 53.62%

%12.32
%34.06
%53.62

CMYK color model

#112F4A color CMYK value is (77,36,0,71).

  • cyan value is 77.03%
  • magenta value is 36.49%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(77,36,0,71)
C77M36Y0K71 
(77%,36%,0%,71%)
(0.77/0.36/0.00/0.71)	

CMYK percentages

%77.03
%36.49
%0
%70.98

Codes

Color #112F4A in popluar color models

112F4A
RGB174774
HSL208°62.64%17.84%
HSB/HSV208°77.03%29.02%
CMYK77.03%36.49%0.00%
70.98%

Color #112F4A in popluar number systems.

HEX112F4A
Decimal174774
Binary100011011111001010
Octal2157112

Shades and tints

Shades of #112F4A

#112F4A
(17,47,74)
#102B44
(16,43,68)
#0F273E
(15,39,62)
#0E2338
(14,35,56)
#0D1F32
(13,31,50)
#0C1B2C
(12,27,44)
#0B1726
(11,23,38)
#0A1320
(10,19,32)
#090F1A
(9,15,26)
#080B14
(8,11,20)
#07070E
(7,7,14)
#000000
(0,0,0)

Tints of #112F4A

#112F4A
(17,47,74)
#26415A
(38,65,90)
#3B536A
(59,83,106)
#50657A
(80,101,122)
#65778A
(101,119,138)
#7A899A
(122,137,154)
#8F9BAA
(143,155,170)
#A4ADBA
(164,173,186)
#B9BFCA
(185,191,202)
#CED1DA
(206,209,218)
#E3E3EA
(227,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112F4A color. Also use rgb(17,47,74) instead hex code.

Text Font Color

.myTextColor { color: #112F4A; }

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

This text font color is #112F4A.


Background Color

.myBgColor { background-color: #112F4A; }

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

This div background color is #112F4A.


Border color

.myBorderColor { border: 1px solid #112F4A; }

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

This div border color is #112F4A.


Opacity

.myOpacity80 { color: #112F4A; opacity: 0.8; }

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

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

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

This text has shadow with #112F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112F4A on black background.


Color preview on white background

This text has color #112F4A on white background.



Black color preview on #112F4A background

This text has black color on #112F4A background.


White color preview on #112F4A background

This text has white color on #112F4A background.