Color Hex Logo

#124e3a Color Hex

#124E3A
(18,78,58)
0 Favorites   0 Comments

Color spaces of #124e3a

RGB 187858
HSL0.440.630.19
HSV160°77°31°
CMYK 0.770.000.26   0.69
XYZ3.73765.88294.9415
Yxy5.88290.25670.4040
Hunter Lab24.2547-14.93924.8989
CIE-Lab29.1151-24.43326.4452

#124e3a color RGB value is (18,78,58).

#124e3a hex color red value is 18, green value is 78 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #124e3a hue: 0.44 , saturation: 0.63 and the lightness value of 124e3a is 0.19.

The process color (four color CMYK) of #124e3a color hex is 0.77, 0.00, 0.26, 0.69. Web safe color of #124e3a is #006633. Color #124e3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001110 00111010
Octal 22 116 72
Decimal 18 78 58
Hex 12 4E 3A

RGB Percentages of Color #124e3a

%11.69
%50.65
%37.66

CMYK Percentages of Color #124e3a

%77
%0
%26
%69

Triadic Colors of #124e3a

#124e3a #3a124e #4e3a12

Analogous Colors of #124e3a

#124e3a #12444e #124e1c

Monochromatic Colors of #124e3a

#124e3a

Complementary Color

#124e3a #4e1226

#124e3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124e3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#124e3a Color CSS Codes

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

#124e3a Text Font Color

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

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


#124e3a Background Color

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

This div background color is #124e3a


#124e3a Border Color

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

This div border color is #124e3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,78,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #124e3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #124e3a;
  -webkit-box-shadow: 1px 1px 3px 2px #124e3a;
  box-shadow:         1px 1px 3px 2px #124e3a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124e3a


Comments

No comments written yet.

Please login to write comment.