COLOR #112E13

HEX: #112E13
RGB: (17,46,19)

Renk bilgisi

#112E13 contains red, green and blue colors in about the same proportion. #112E13 ‘ nin web güvenlik rengi #003300 (ya da #030) dir.

RGB renk modeli

#112E13 color RGB value is (17,46,19).

  • kırmız ton 17;
  • yeşil ton 46;
  • mavi ton 19.
RGB:
(17,46,19)
(7%,18%,7%)

RGB bağlantıları ve doygunluk

R 17 of 255 = 7%
G 46 of 255 = 18%
B 19 of 255 = 7%

17
46
19

R + G + B ~ 11%. #112E13 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
17 + 46 + 19 = 82 (100%)
R 17 of 82 ~ 20.73%
G 46 of 82 ~ 56.1%
B 19 of 82 ~ 23.17%

%20.73
%56.1
%23.17

CMYK RENK MODELİ

#112E13 rengi CMYK tonu (63,0,59,82).

  • camgöbeği tonu 63.04%
  • eflatun tonu 0.00%
  • sarı tonu 58.70%
  • ana renk tonu 81.96%
CMYK:
(63,0,59,82)
C63M0Y59K82 
(63%,0%,59%,82%)
(0.63/0.00/0.59/0.82)	

CMYK yüzdeleri

%63.04
%0
%58.7
%81.96

Codes

Color #112E13 in popluar color models

112E13
RGB174619
HSL124°46.03%12.35%
HSB/HSV124°63.04%18.04%
CMYK63.04%0.00%58.70%
81.96%

Color #112E13 in popluar number systems.

HEX112E13
Decimal174619
Binary1000110111010011
Octal215623

Shades and tints

Shades of #112E13

#112E13
(17,46,19)
#102A12
(16,42,18)
#0F2611
(15,38,17)
#0E2210
(14,34,16)
#0D1E0F
(13,30,15)
#0C1A0E
(12,26,14)
#0B160D
(11,22,13)
#0A120C
(10,18,12)
#090E0B
(9,14,11)
#080A0A
(8,10,10)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #112E13

#112E13
(17,46,19)
#264128
(38,65,40)
#3B543D
(59,84,61)
#506752
(80,103,82)
#657A67
(101,122,103)
#7A8D7C
(122,141,124)
#8FA091
(143,160,145)
#A4B3A6
(164,179,166)
#B9C6BB
(185,198,187)
#CED9D0
(206,217,208)
#E3ECE5
(227,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112E13; }

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

This text font color is #112E13.


Background Color

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

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

This div background color is #112E13.


Border color

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

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

This div border color is #112E13.


Opacity

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

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

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

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

This text has shadow with #112E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112E13 on black background.


Color preview on white background

This text has color #112E13 on white background.



Black color preview on #112E13 background

This text has black color on #112E13 background.


White color preview on #112E13 background

This text has white color on #112E13 background.