Color Hex Logo

#112311 Color Hex

#112311
(17,35,17)
0 Favorites   0 Comments

Color spaces of #112311

RGB 173517
HSL0.330.350.10
HSV120°51°14°
CMYK 0.510.000.51   0.86
XYZ0.93341.36170.7440
Yxy1.36170.30710.4481
Hunter Lab11.6692-6.14324.3882
CIE-Lab11.7003-12.32519.5313

#112311 color RGB value is (17,35,17).

#112311 hex color red value is 17, green value is 35 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #112311 hue: 0.33 , saturation: 0.35 and the lightness value of 112311 is 0.10.

The process color (four color CMYK) of #112311 color hex is 0.51, 0.00, 0.51, 0.86. Web safe color of #112311 is #003300. Color #112311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100011 00010001
Octal 21 43 21
Decimal 17 35 17
Hex 11 23 11

RGB Percentages of Color #112311

%24.64
%50.72
%24.64

CMYK Percentages of Color #112311

%51
%0
%51
%86

Triadic Colors of #112311

#112311 #111123 #231111

Analogous Colors of #112311

#112311 #11231a #1a2311

Monochromatic Colors of #112311

#112311

Complementary Color

#112311 #231123

#112311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112311 Color CSS Codes

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

#112311 Text Font Color

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

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


#112311 Background Color

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

This div background color is #112311


#112311 Border Color

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

This div border color is #112311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112311


Comments

No comments written yet.

Please login to write comment.