Color Hex Logo

#126733 Color Hex

#126733
(18,103,51)
0 Favorites   0 Comments

Color spaces of #126733

RGB 1810351
HSL0.400.700.24
HSV143°83°40°
CMYK 0.830.000.50   0.60
XYZ5.697210.06814.7750
Yxy10.06810.27740.4902
Hunter Lab31.7303-23.478113.2888
CIE-Lab37.9644-36.926022.5130

#126733 color RGB value is (18,103,51).

#126733 hex color red value is 18, green value is 103 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #126733 hue: 0.40 , saturation: 0.70 and the lightness value of 126733 is 0.24.

The process color (four color CMYK) of #126733 color hex is 0.83, 0.00, 0.50, 0.60. Web safe color of #126733 is #006633. Color #126733 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100111 00110011
Octal 22 147 63
Decimal 18 103 51
Hex 12 67 33

RGB Percentages of Color #126733

%10.47
%59.88
%29.65

CMYK Percentages of Color #126733

%83
%0
%50
%60

Triadic Colors of #126733

#126733 #331267 #673312

Analogous Colors of #126733

#126733 #12675e #1c6712

Monochromatic Colors of #126733

#126733

Complementary Color

#126733 #671246

#126733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126733 Color CSS Codes

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

#126733 Text Font Color

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

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


#126733 Background Color

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

This div background color is #126733


#126733 Border Color

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

This div border color is #126733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126733


Comments

No comments written yet.

Please login to write comment.