color codes Logo

#18703c color codes

#18703C
(24,112,60)
0 Favorites   0 Comments

Color spaces of #18703c

RGB 2411260
HSL0.400.650.27
HSV145°79°44°
CMYK 0.790.000.46   0.56
XYZ6.986512.10886.2440
Yxy12.10880.27570.4779
Hunter Lab34.7977-25.057713.7196
CIE-Lab41.3885-37.915921.8203

#18703c color RGB value is (24,112,60).

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

The process color (four color CMYK) of #18703c color code is 0.79, 0.00, 0.46, 0.56. Web safe color of #18703c is #006633. Color #18703c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110000 00111100
Octal 30 160 74
Decimal 24 112 60
Hex 18 70 3C

RGB Percentages of Color #18703c

%12.24
%57.14
%30.61

CMYK Percentages of Color #18703c

%79
%0
%46
%56

Triadic Colors of #18703c

#18703c #3c1870 #703c18

Analogous Colors of #18703c

#18703c #187068 #207018

Monochromatic Colors of #18703c

#18703c

Complementary Color

#18703c #70184c

#18703c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18703c Color Preview on White Background

Lorem ipsum dolor sit amet.

#18703c Color CSS Codes

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

#18703c Text Font Color

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

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


#18703c Background Color

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

This div background color is #18703c


#18703c Border Color

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

This div border color is #18703c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18703c


Comments

No comments written yet.

Please login to write comment.