Color Hex Logo

#185e1c Color Hex

#185E1C
(24,94,28)
0 Favorites   0 Comments

Color spaces of #185e1c

RGB 249428
HSL0.340.590.23
HSV123°74°37°
CMYK 0.740.000.70   0.63
XYZ4.58908.28342.4556
Yxy8.28340.29940.5404
Hunter Lab28.7809-21.905515.0880
CIE-Lab34.5663-35.891630.6770

#185e1c color RGB value is (24,94,28).

#185e1c hex color red value is 24, green value is 94 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #185e1c hue: 0.34 , saturation: 0.59 and the lightness value of 185e1c is 0.23.

The process color (four color CMYK) of #185e1c color hex is 0.74, 0.00, 0.70, 0.63. Web safe color of #185e1c is #006633. Color #185e1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01011110 00011100
Octal 30 136 34
Decimal 24 94 28
Hex 18 5E 1C

RGB Percentages of Color #185e1c

%16.44
%64.38
%19.18

CMYK Percentages of Color #185e1c

%74
%0
%70
%63

Triadic Colors of #185e1c

#185e1c #1c185e #5e1c18

Analogous Colors of #185e1c

#185e1c #185e3f #375e18

Monochromatic Colors of #185e1c

#185e1c

Complementary Color

#185e1c #5e185a

#185e1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#185e1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#185e1c Color CSS Codes

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

#185e1c Text Font Color

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

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


#185e1c Background Color

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

This div background color is #185e1c


#185e1c Border Color

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

This div border color is #185e1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,94,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #185e1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #185e1c;
  -webkit-box-shadow: 1px 1px 3px 2px #185e1c;
  box-shadow:         1px 1px 3px 2px #185e1c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,94,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #185e1c


Comments

No comments written yet.

Please login to write comment.