Color Hex Logo

#126311 Color Hex

#126311
(18,99,17)
0 Favorites   0 Comments

Color spaces of #126311

RGB 189917
HSL0.330.710.23
HSV119°83°39°
CMYK 0.820.000.83   0.61
XYZ4.81259.09272.0317
Yxy9.09270.30200.5705
Hunter Lab30.1541-24.281617.1131
CIE-Lab36.1622-39.861536.8875

#126311 color RGB value is (18,99,17).

#126311 hex color red value is 18, green value is 99 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #126311 hue: 0.33 , saturation: 0.71 and the lightness value of 126311 is 0.23.

The process color (four color CMYK) of #126311 color hex is 0.82, 0.00, 0.83, 0.61. Web safe color of #126311 is #006600. Color #126311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100011 00010001
Octal 22 143 21
Decimal 18 99 17
Hex 12 63 11

RGB Percentages of Color #126311

%13.43
%73.88
%12.69

CMYK Percentages of Color #126311

%82
%0
%83
%61

Triadic Colors of #126311

#126311 #111263 #631112

Analogous Colors of #126311

#126311 #116339 #3b6311

Monochromatic Colors of #126311

#126311

Complementary Color

#126311 #621163

#126311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126311 Color CSS Codes

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

#126311 Text Font Color

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

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


#126311 Background Color

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

This div background color is #126311


#126311 Border Color

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

This div border color is #126311


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,99,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 #126311">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126311


Comments

No comments written yet.

Please login to write comment.