Color Hex Logo

#126340 Color Hex

#126340
(18,99,64)
0 Favorites   0 Comments

Color spaces of #126340

RGB 189964
HSL0.430.690.23
HSV154°82°39°
CMYK 0.820.000.35   0.61
XYZ5.63679.42246.3721
Yxy9.42240.26300.4397
Hunter Lab30.6959-20.93999.1793
CIE-Lab36.7852-32.538313.3596

#126340 color RGB value is (18,99,64).

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

The process color (four color CMYK) of #126340 color hex is 0.82, 0.00, 0.35, 0.61. Web safe color of #126340 is #006633. Color #126340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100011 01000000
Octal 22 143 100
Decimal 18 99 64
Hex 12 63 40

RGB Percentages of Color #126340

%9.94
%54.70
%35.36

CMYK Percentages of Color #126340

%82
%0
%35
%61

Triadic Colors of #126340

#126340 #401263 #634012

Analogous Colors of #126340

#126340 #125e63 #126318

Monochromatic Colors of #126340

#126340

Complementary Color

#126340 #631235

#126340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126340 Color CSS Codes

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

#126340 Text Font Color

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

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


#126340 Background Color

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

This div background color is #126340


#126340 Border Color

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

This div border color is #126340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126340


Comments

No comments written yet.

Please login to write comment.