Color Hex Logo

#124638 Color Hex

#124638
(18,70,56)
0 Favorites   0 Comments

Color spaces of #124638

RGB 187056
HSL0.460.590.17
HSV164°74°27°
CMYK 0.740.000.20   0.73
XYZ3.15344.79444.5006
Yxy4.79440.25330.3851
Hunter Lab21.8961-12.61133.1406
CIE-Lab26.1408-20.97803.5053

#124638 color RGB value is (18,70,56).

#124638 hex color red value is 18, green value is 70 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #124638 hue: 0.46 , saturation: 0.59 and the lightness value of 124638 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01000110 00111000
Octal 22 106 70
Decimal 18 70 56
Hex 12 46 38

RGB Percentages of Color #124638

%12.50
%48.61
%38.89

CMYK Percentages of Color #124638

%74
%0
%20
%73

Triadic Colors of #124638

#124638 #381246 #463812

Analogous Colors of #124638

#124638 #123a46 #12461e

Monochromatic Colors of #124638

#124638

Complementary Color

#124638 #461220

#124638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#124638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#124638 Color CSS Codes

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

#124638 Text Font Color

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

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


#124638 Background Color

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

This div background color is #124638


#124638 Border Color

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

This div border color is #124638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #124638


Comments

No comments written yet.

Please login to write comment.