COLOR #112710

HEX: #112710
RGB: (17,39,16)

Color info

#112710 contains red, green and blue colors in about the same proportion. Web safe color of #112710 is #003300 (or #030).

RGB color model

#112710 color RGB value is (17,39,16).

  • red value is 17;
  • green value is 39;
  • blue value is 16.
RGB:
(17,39,16)
(7%,15%,6%)

RGB channels and saturation

R 17 of 255 = 7%
G 39 of 255 = 15%
B 16 of 255 = 6%

17
39
16

R + G + B ~ 9%. #112710 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 39 + 16 = 72 (100%)
R 17 of 72 ~ 23.61%
G 39 of 72 ~ 54.17%
B 16 of 72 ~ 22.22%

%23.61
%54.17
%22.22

CMYK color model

#112710 color CMYK value is (56,0,59,85).

  • cyan value is 56.41%
  • magenta value is 0.00%
  • yellow value is 58.97%
  • key color value is 84.71%
CMYK:
(56,0,59,85)
C56M0Y59K85 
(56%,0%,59%,85%)
(0.56/0.00/0.59/0.85)	

CMYK percentages

%56.41
%0
%58.97
%84.71

Codes

Color #112710 in popluar color models

112710
RGB173916
HSL117°41.82%10.78%
HSB/HSV117°58.97%15.29%
CMYK56.41%0.00%58.97%
84.71%

Color #112710 in popluar number systems.

HEX112710
Decimal173916
Binary1000110011110000
Octal214720

Shades and tints

Shades of #112710

#112710
(17,39,16)
#10240F
(16,36,15)
#0F210E
(15,33,14)
#0E1E0D
(14,30,13)
#0D1B0C
(13,27,12)
#0C180B
(12,24,11)
#0B150A
(11,21,10)
#0A1209
(10,18,9)
#090F08
(9,15,8)
#080C07
(8,12,7)
#070906
(7,9,6)
#000000
(0,0,0)

Tints of #112710

#112710
(17,39,16)
#263A25
(38,58,37)
#3B4D3A
(59,77,58)
#50604F
(80,96,79)
#657364
(101,115,100)
#7A8679
(122,134,121)
#8F998E
(143,153,142)
#A4ACA3
(164,172,163)
#B9BFB8
(185,191,184)
#CED2CD
(206,210,205)
#E3E5E2
(227,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112710 color. Also use rgb(17,39,16) instead hex code.

Text Font Color

.myTextColor { color: #112710; }

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

This text font color is #112710.


Background Color

.myBgColor { background-color: #112710; }

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

This div background color is #112710.


Border color

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

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

This div border color is #112710.


Opacity

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

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

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

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

This text has shadow with #112710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112710 on black background.


Color preview on white background

This text has color #112710 on white background.



Black color preview on #112710 background

This text has black color on #112710 background.


White color preview on #112710 background

This text has white color on #112710 background.