COLOR #112E0A

HEX: #112E0A RGB: (17,46,10)

Color info

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

RGB color model

#112E0A color RGB value is (17,46,10).

RGB: (17,46,10) (7%, 18%, 4%)

RGB channels and saturation

R 17 of 255 = 7%
G 46 of 255 = 18%
B 10 of 255 = 4%

17
46
10

R + G + B ~ 10%. #112E0A is dark color.

Portions of RGB colors in percentages

R + G + B = 17 + 46 + 10 = 73 (100%)
R 17 of 73 ~ 23.29%
G 46 of 73 ~ 63.01%
B 10 of 73 ~ 13.7'%

%23.29
%63.01
%13.7

CMYK color model

#112E0A color CMYK value is (63,0,78,82).

  • cyan value is 63.04%
  • magenta value is 0.00%
  • yellow value is 78.26%
  • key color value is 81.96%
CMYK: (63,0,78,82) C63M0Y78K82 (63%,0%,78%,82%) (0.63/0.00/0.78/0.82) 

CMYK percentages

%63.04
%0
%78.26
%81.96

Codes

Color #112E0A in popluar color models

11 2E 0A
RGB 17 46 10
HSL 108° 64.29% 10.98%
HSB/HSV 108° 78.26% 18.04%
CMYK 63.04% 0.00% 78.26%
81.96%

Color #112E0A in popluar number systems.

HEX 11 2E 0A
Decimal 17 46 10
Binary 10001 101110 1010
Octal 21 56 12

Shades and tints

Shades of #112E0A

#112E0A
(17,46,10)
#102A0A
(16,42,10)
#0F260A
(15,38,10)
#0E220A
(14,34,10)
#0D1E0A
(13,30,10)
#0C1A0A
(12,26,10)
#0B160A
(11,22,10)
#0A120A
(10,18,10)
#090E0A
(9,14,10)
#080A0A
(8,10,10)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #112E0A

#112E0A
(17,46,10)
#264120
(38,65,32)
#3B5436
(59,84,54)
#50674C
(80,103,76)
#657A62
(101,122,98)
#7A8D78
(122,141,120)
#8FA08E
(143,160,142)
#A4B3A4
(164,179,164)
#B9C6BA
(185,198,186)
#CED9D0
(206,217,208)
#E3ECE6
(227,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112E0A color. Also use rgb(17,46,10) instead hex code.

Text Font Color

.myTextColor { color: #112E0A; }

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

This text font color is #112E0A.

Background Color

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

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

This div background color is #112E0A.

Border color

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

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

This div border color is #112E0A.

Opacity

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

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

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

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

This text has shadow with #112E0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #112E0A.

Preview

Color preview on black background

This text has color #112E0A on black background.


Color preview on white background

This text has color #112E0A on white background.


Black color preview on #112E0A background

This text has black color on #112E0A background.


White color preview on #112E0A background

This text has white color on #112E0A background.


Related colors

Complementary color

Complementary color for #hex is #EED1F5.


I love getcolorcode.com

Triadic colors

1 #0A112E and #2E0A11 with #112E0A are triadic colors.

2 #0A2E11 and #2E110A with #112E0A are triadic colors.