COLOR #112F3A

HEX: #112F3A
RGB: (17,47,58)

Color info

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

RGB color model

#112F3A color RGB value is (17,47,58).

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

RGB channels and saturation

R 17 of 255 = 7%
G 47 of 255 = 18%
B 58 of 255 = 23%

17
47
58

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

Portions of RGB colors in percentages

R + G + B =
17 + 47 + 58 = 122 (100%)
R 17 of 122 ~ 13.93%
G 47 of 122 ~ 38.52%
B 58 of 122 ~ 47.54%

%13.93
%38.52
%47.54

CMYK color model

#112F3A color CMYK value is (71,19,0,77).

  • cyan value is 70.69%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(71,19,0,77)
C71M19Y0K77 
(71%,19%,0%,77%)
(0.71/0.19/0.00/0.77)	

CMYK percentages

%70.69
%18.97
%0
%77.25

Codes

Color #112F3A in popluar color models

112F3A
RGB174758
HSL196°54.67%14.71%
HSB/HSV196°70.69%22.75%
CMYK70.69%18.97%0.00%
77.25%

Color #112F3A in popluar number systems.

HEX112F3A
Decimal174758
Binary10001101111111010
Octal215772

Shades and tints

Shades of #112F3A

#112F3A
(17,47,58)
#102B35
(16,43,53)
#0F2730
(15,39,48)
#0E232B
(14,35,43)
#0D1F26
(13,31,38)
#0C1B21
(12,27,33)
#0B171C
(11,23,28)
#0A1317
(10,19,23)
#090F12
(9,15,18)
#080B0D
(8,11,13)
#070708
(7,7,8)
#000000
(0,0,0)

Tints of #112F3A

#112F3A
(17,47,58)
#26414B
(38,65,75)
#3B535C
(59,83,92)
#50656D
(80,101,109)
#65777E
(101,119,126)
#7A898F
(122,137,143)
#8F9BA0
(143,155,160)
#A4ADB1
(164,173,177)
#B9BFC2
(185,191,194)
#CED1D3
(206,209,211)
#E3E3E4
(227,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112F3A; }

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

This text font color is #112F3A.


Background Color

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

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

This div background color is #112F3A.


Border color

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

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

This div border color is #112F3A.


Opacity

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

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

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

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

This text has shadow with #112F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112F3A on black background.


Color preview on white background

This text has color #112F3A on white background.



Black color preview on #112F3A background

This text has black color on #112F3A background.


White color preview on #112F3A background

This text has white color on #112F3A background.