Color Hex Logo

#124d47 Color Hex

#124D47
(18,77,71)
0 Favorites   0 Comments

Color spaces of #124d47

RGB 187771
HSL0.480.620.19
HSV174°77°30°
CMYK 0.770.000.08   0.70
XYZ4.04075.89136.8854
Yxy5.89130.24030.3503
Hunter Lab24.2720-12.76010.1712
CIE-Lab29.1366-20.0485-1.8590

#124d47 color RGB value is (18,77,71).

#124d47 hex color red value is 18, green value is 77 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #124d47 hue: 0.48 , saturation: 0.62 and the lightness value of 124d47 is 0.19.

The process color (four color CMYK) of #124d47 color hex is 0.77, 0.00, 0.08, 0.70. Web safe color of #124d47 is #006633. Color #124d47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01001101 01000111
Octal 22 115 107
Decimal 18 77 71
Hex 12 4D 47

RGB Percentages of Color #124d47

%10.84
%46.39
%42.77

CMYK Percentages of Color #124d47

%77
%0
%8
%70

Triadic Colors of #124d47

#124d47 #47124d #4d4712

Analogous Colors of #124d47

#124d47 #12364d #124d2a

Monochromatic Colors of #124d47

#124d47

Complementary Color

#124d47 #4d1218

#124d47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124d47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124d47 Color CSS Codes

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

#124d47 Text Font Color

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

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


#124d47 Background Color

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

This div background color is #124d47


#124d47 Border Color

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

This div border color is #124d47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124d47


Comments

No comments written yet.

Please login to write comment.