Color Hex Logo

#18420d Color Hex

#18420D
(24,66,13)
0 Favorites   0 Comments

Color spaces of #18420d

RGB 246613
HSL0.300.670.15
HSV108°80°26°
CMYK 0.640.000.80   0.74
XYZ2.39754.11971.0496
Yxy4.11970.31680.5444
Hunter Lab20.2970-14.435311.1419
CIE-Lab24.0633-26.049626.5098

#18420d color RGB value is (24,66,13).

#18420d hex color red value is 24, green value is 66 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #18420d hue: 0.30 , saturation: 0.67 and the lightness value of 18420d is 0.15.

The process color (four color CMYK) of #18420d color hex is 0.64, 0.00, 0.80, 0.74. Web safe color of #18420d is #003300. Color #18420d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000010 00001101
Octal 30 102 15
Decimal 24 66 13
Hex 18 42 D

RGB Percentages of Color #18420d

%23.30
%64.08
%12.62

CMYK Percentages of Color #18420d

%64
%0
%80
%74

Triadic Colors of #18420d

#18420d #0d1842 #420d18

Analogous Colors of #18420d

#18420d #0d421d #33420d

Monochromatic Colors of #18420d

#18420d

Complementary Color

#18420d #370d42

#18420d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18420d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18420d Color CSS Codes

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

#18420d Text Font Color

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

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


#18420d Background Color

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

This div background color is #18420d


#18420d Border Color

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

This div border color is #18420d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,66,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18420d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18420d;
  -webkit-box-shadow: 1px 1px 3px 2px #18420d;
  box-shadow:         1px 1px 3px 2px #18420d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18420d


Comments

No comments written yet.

Please login to write comment.