Color Hex Logo

#112816 Color Hex

#112816
(17,40,22)
0 Favorites   0 Comments

Color spaces of #112816

RGB 174022
HSL0.370.400.11
HSV133°58°16°
CMYK 0.580.000.45   0.84
XYZ1.13481.69471.0264
Yxy1.69470.29430.4395
Hunter Lab13.0181-7.22164.4380
CIE-Lab13.7958-14.15219.1232

#112816 color RGB value is (17,40,22).

#112816 hex color red value is 17, green value is 40 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #112816 hue: 0.37 , saturation: 0.40 and the lightness value of 112816 is 0.11.

The process color (four color CMYK) of #112816 color hex is 0.58, 0.00, 0.45, 0.84. Web safe color of #112816 is #003300. Color #112816 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101000 00010110
Octal 21 50 26
Decimal 17 40 22
Hex 11 28 16

RGB Percentages of Color #112816

%21.52
%50.63
%27.85

CMYK Percentages of Color #112816

%58
%0
%45
%84

Triadic Colors of #112816

#112816 #161128 #281611

Analogous Colors of #112816

#112816 #112822 #182811

Monochromatic Colors of #112816

#112816

Complementary Color

#112816 #281123

#112816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112816 Color CSS Codes

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

#112816 Text Font Color

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

This sample text font color is #112816
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.


#112816 Background Color

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

This div background color is #112816


#112816 Border Color

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

This div border color is #112816


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,40,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112816; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112816;
  -webkit-box-shadow: 1px 1px 3px 2px #112816;
  box-shadow:         1px 1px 3px 2px #112816; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112816


Comments

No comments written yet.

Please login to write comment.