Color Hex Logo

#126321 Color Hex

#126321
(18,99,33)
0 Favorites   0 Comments

Color spaces of #126321

RGB 189933
HSL0.360.690.23
HSV131°82°39°
CMYK 0.820.000.67   0.61
XYZ4.98589.16212.9445
Yxy9.16210.29170.5360
Hunter Lab30.2690-23.568815.4207
CIE-Lab36.2945-38.237830.1313

#126321 color RGB value is (18,99,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100011 00100001
Octal 22 143 41
Decimal 18 99 33
Hex 12 63 21

RGB Percentages of Color #126321

%12.00
%66.00
%22.00

CMYK Percentages of Color #126321

%82
%0
%67
%61

Triadic Colors of #126321

#126321 #211263 #632112

Analogous Colors of #126321

#126321 #12634a #2c6312

Monochromatic Colors of #126321

#126321

Complementary Color

#126321 #631254

#126321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126321 Color CSS Codes

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

#126321 Text Font Color

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

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


#126321 Background Color

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

This div background color is #126321


#126321 Border Color

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

This div border color is #126321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126321


Comments

No comments written yet.

Please login to write comment.