Color Hex Logo

#18370e Color Hex

#18370E
(24,55,14)
0 Favorites   0 Comments

Color spaces of #18370e

RGB 245514
HSL0.290.590.14
HSV105°75°22°
CMYK 0.560.000.75   0.78
XYZ1.82212.95830.8904
Yxy2.95830.32130.5217
Hunter Lab17.1997-11.18968.9705
CIE-Lab19.8761-20.820421.5334

#18370e color RGB value is (24,55,14).

#18370e hex color red value is 24, green value is 55 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #18370e hue: 0.29 , saturation: 0.59 and the lightness value of 18370e is 0.14.

The process color (four color CMYK) of #18370e color hex is 0.56, 0.00, 0.75, 0.78. Web safe color of #18370e is #003300. Color #18370e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110111 00001110
Octal 30 67 16
Decimal 24 55 14
Hex 18 37 E

RGB Percentages of Color #18370e

%25.81
%59.14
%15.05

CMYK Percentages of Color #18370e

%56
%0
%75
%78

Triadic Colors of #18370e

#18370e #0e1837 #370e18

Analogous Colors of #18370e

#18370e #0e3719 #2d370e

Monochromatic Colors of #18370e

#18370e

Complementary Color

#18370e #2d0e37

#18370e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18370e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18370e Color CSS Codes

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

#18370e Text Font Color

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

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


#18370e Background Color

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

This div background color is #18370e


#18370e Border Color

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

This div border color is #18370e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,55,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18370e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18370e;
  -webkit-box-shadow: 1px 1px 3px 2px #18370e;
  box-shadow:         1px 1px 3px 2px #18370e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18370e


Comments

No comments written yet.

Please login to write comment.