Color Hex Logo

#124332 Color Hex

#124332
(18,67,50)
0 Favorites   0 Comments

Color spaces of #124332

RGB 186750
HSL0.440.580.17
HSV159°73°26°
CMYK 0.730.000.25   0.74
XYZ2.83234.37323.7124
Yxy4.37320.25940.4006
Hunter Lab20.9122-12.42074.1132
CIE-Lab24.8687-21.14455.6106

#124332 color RGB value is (18,67,50).

#124332 hex color red value is 18, green value is 67 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #124332 hue: 0.44 , saturation: 0.58 and the lightness value of 124332 is 0.17.

The process color (four color CMYK) of #124332 color hex is 0.73, 0.00, 0.25, 0.74. Web safe color of #124332 is #003333. Color #124332 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000011 00110010
Octal 22 103 62
Decimal 18 67 50
Hex 12 43 32

RGB Percentages of Color #124332

%13.33
%49.63
%37.04

CMYK Percentages of Color #124332

%73
%0
%25
%74

Triadic Colors of #124332

#124332 #321243 #433212

Analogous Colors of #124332

#124332 #123c43 #12431a

Monochromatic Colors of #124332

#124332

Complementary Color

#124332 #431223

#124332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124332 Color CSS Codes

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

#124332 Text Font Color

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

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


#124332 Background Color

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

This div background color is #124332


#124332 Border Color

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

This div border color is #124332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124332


Comments

No comments written yet.

Please login to write comment.