Color Hex Logo

#18711c Color Hex

#18711C
(24,113,28)
0 Favorites   0 Comments

Color spaces of #18711c

RGB 2411328
HSL0.340.650.27
HSV123°79°44°
CMYK 0.790.000.75   0.56
XYZ6.491412.08833.0897
Yxy12.08830.29960.5579
Hunter Lab34.7682-27.517619.0689
CIE-Lab41.3561-42.845537.8872

#18711c color RGB value is (24,113,28).

#18711c hex color red value is 24, green value is 113 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #18711c hue: 0.34 , saturation: 0.65 and the lightness value of 18711c is 0.27.

The process color (four color CMYK) of #18711c color hex is 0.79, 0.00, 0.75, 0.56. Web safe color of #18711c is #006633. Color #18711c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110001 00011100
Octal 30 161 34
Decimal 24 113 28
Hex 18 71 1C

RGB Percentages of Color #18711c

%14.55
%68.48
%16.97

CMYK Percentages of Color #18711c

%79
%0
%75
%56

Triadic Colors of #18711c

#18711c #1c1871 #711c18

Analogous Colors of #18711c

#18711c #187149 #407118

Monochromatic Colors of #18711c

#18711c

Complementary Color

#18711c #71186d

#18711c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18711c Color Preview on White Background

Lorem ipsum dolor sit amet.

#18711c Color CSS Codes

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

#18711c Text Font Color

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

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


#18711c Background Color

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

This div background color is #18711c


#18711c Border Color

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

This div border color is #18711c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,113,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 #18711c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18711c


Comments

No comments written yet.

Please login to write comment.