Color Hex Logo

#182500 Color Hex

#182500
(24,37,0)
0 Favorites   0 Comments

Color spaces of #182500

RGB 24370
HSL0.231.000.07
HSV81°100°15°
CMYK 0.350.001.00   0.85
XYZ1.03831.51730.2382
Yxy1.51730.37160.5431
Hunter Lab12.3179-6.51017.4760
CIE-Lab12.7176-12.840318.5199

#182500 color RGB value is (24,37,0).

#182500 hex color red value is 24, green value is 37 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #182500 hue: 0.23 , saturation: 1.00 and the lightness value of 182500 is 0.07.

The process color (four color CMYK) of #182500 color hex is 0.35, 0.00, 1.00, 0.85. Web safe color of #182500 is #003300. Color #182500 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00100101 00000000
Octal 30 45 0
Decimal 24 37 0
Hex 18 25 0

RGB Percentages of Color #182500

%39.34
%60.66
%0.00

CMYK Percentages of Color #182500

%35
%0
%100
%85

Triadic Colors of #182500

#182500 #001825 #250018

Analogous Colors of #182500

#182500 #052500 #252000

Monochromatic Colors of #182500

#182500

Complementary Color

#182500 #0d0025

#182500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#182500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#182500 Color CSS Codes

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

#182500 Text Font Color

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

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


#182500 Background Color

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

This div background color is #182500


#182500 Border Color

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

This div border color is #182500


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,37,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #182500; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #182500;
  -webkit-box-shadow: 1px 1px 3px 2px #182500;
  box-shadow:         1px 1px 3px 2px #182500; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #182500


Comments

No comments written yet.

Please login to write comment.