COLOR #112F35

HEX: #112F35 RGB: (17,47,53)

Color info

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

RGB color model

#112F35 color RGB value is (17,47,53).

RGB: (17,47,53) (7%, 18%, 21%)

RGB channels and saturation

R 17 of 255 = 7%
G 47 of 255 = 18%
B 53 of 255 = 21%

17
47
53

R + G + B ~ 15%. #112F35 is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 47 + 53 = 117 (100%)
R 17 of 117 ~ 14.53%
G 47 of 117 ~ 40.17%
B 53 of 117 ~ 45.3'%

%14.53
%40.17
%45.3

CMYK color model

#112F35 color CMYK value is (68,11,0,79).

  • cyan value is 67.92%
  • magenta value is 11.32%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK: (68,11,0,79) C68M11Y0K79 (68%,11%,0%,79%) (0.68/0.11/0.00/0.79) 

CMYK percentages

%67.92
%11.32
%0
%79.22

Codes

Color #112F35 in popluar color models

11 2F 35
RGB 17 47 53
HSL 190° 51.43% 13.73%
HSB/HSV 190° 67.92% 20.78%
CMYK 67.92% 11.32% 0.00%
79.22%

Color #112F35 in popluar number systems.

HEX 11 2F 35
Decimal 17 47 53
Binary 10001 101111 110101
Octal 21 57 65

Shades and tints

Shades of #112F35

#112F35
(17,47,53)
#102B31
(16,43,49)
#0F272D
(15,39,45)
#0E2329
(14,35,41)
#0D1F25
(13,31,37)
#0C1B21
(12,27,33)
#0B171D
(11,23,29)
#0A1319
(10,19,25)
#090F15
(9,15,21)
#080B11
(8,11,17)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #112F35

#112F35
(17,47,53)
#264147
(38,65,71)
#3B5359
(59,83,89)
#50656B
(80,101,107)
#65777D
(101,119,125)
#7A898F
(122,137,143)
#8F9BA1
(143,155,161)
#A4ADB3
(164,173,179)
#B9BFC5
(185,191,197)
#CED1D7
(206,209,215)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112F35; }

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

This text font color is #112F35.

Background Color

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

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

This div background color is #112F35.

Border color

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

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

This div border color is #112F35.

Opacity

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

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

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

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

This text has shadow with #112F35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112F35.

Preview

Color preview on black background

This text has color #112F35 on black background.


Color preview on white background

This text has color #112F35 on white background.


Black color preview on #112F35 background

This text has black color on #112F35 background.


White color preview on #112F35 background

This text has white color on #112F35 background.


Related colors

Complementary color

Complementary color for #hex is #EED0CA.


I love getcolorcode.com

Triadic colors

1 #35112F and #2F3511 with #112F35 are triadic colors.

2 #352F11 and #2F1135 with #112F35 are triadic colors.