Color Hex Logo

#112d0f Color Hex

#112D0F
(17,45,15)
0 Favorites   0 Comments

Color spaces of #112d0f

RGB 174515
HSL0.320.500.12
HSV116°67°18°
CMYK 0.620.000.67   0.82
XYZ1.25582.03040.7777
Yxy2.03040.30900.4996
Hunter Lab14.2492-9.20476.7385
CIE-Lab15.6460-18.201515.8520

#112d0f color RGB value is (17,45,15).

#112d0f hex color red value is 17, green value is 45 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #112d0f hue: 0.32 , saturation: 0.50 and the lightness value of 112d0f is 0.12.

The process color (four color CMYK) of #112d0f color hex is 0.62, 0.00, 0.67, 0.82. Web safe color of #112d0f is #003300. Color #112d0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101101 00001111
Octal 21 55 17
Decimal 17 45 15
Hex 11 2D F

RGB Percentages of Color #112d0f

%22.08
%58.44
%19.48

CMYK Percentages of Color #112d0f

%62
%0
%67
%82

Triadic Colors of #112d0f

#112d0f #0f112d #2d0f11

Analogous Colors of #112d0f

#112d0f #0f2d1c #202d0f

Monochromatic Colors of #112d0f

#112d0f

Complementary Color

#112d0f #2b0f2d

#112d0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112d0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#112d0f Color CSS Codes

.mybgcolor {background-color:#112d0f; } 
.myforecolor {color:#112d0f; }
.mybordercolor {border:3px solid #112d0f; }

#112d0f Text Font Color

<p style="color:#112d0f">Text here</p>

This sample text font color is #112d0f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#112d0f Background Color

<div style="background-color:#112d0f">
Div content here</div>

This div background color is #112d0f


#112d0f Border Color

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

This div border color is #112d0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,45,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112d0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112d0f;
  -webkit-box-shadow: 1px 1px 3px 2px #112d0f;
  box-shadow:         1px 1px 3px 2px #112d0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,45,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #112d0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #112d0f;
  -webkit-box-shadow: 1px 1px 3px 2px #112d0f;
  box-shadow:         1px 1px 3px 2px #112d0f;">
Div content here</div>

This div box has shadow with color #112d0f

#112d0f Color Palettes


Comments

No comments written yet.

Please login to write comment.