Color Hex Logo

#182e14 Color Hex

#182E14
(24,46,20)
0 Favorites   0 Comments

Color spaces of #182e14

RGB 244620
HSL0.310.390.13
HSV111°57°18°
CMYK 0.480.000.57   0.82
XYZ1.48002.19871.0082
Yxy2.19870.31580.4691
Hunter Lab14.8280-8.13276.3483
CIE-Lab16.4973-15.217914.0320

#182e14 color RGB value is (24,46,20).

#182e14 hex color red value is 24, green value is 46 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #182e14 hue: 0.31 , saturation: 0.39 and the lightness value of 182e14 is 0.13.

The process color (four color CMYK) of #182e14 color hex is 0.48, 0.00, 0.57, 0.82. Web safe color of #182e14 is #003300. Color #182e14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00101110 00010100
Octal 30 56 24
Decimal 24 46 20
Hex 18 2E 14

RGB Percentages of Color #182e14

%26.67
%51.11
%22.22

CMYK Percentages of Color #182e14

%48
%0
%57
%82

Triadic Colors of #182e14

#182e14 #14182e #2e1418

Analogous Colors of #182e14

#182e14 #142e1d #252e14

Monochromatic Colors of #182e14

#182e14

Complementary Color

#182e14 #2a142e

#182e14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#182e14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#182e14 Color CSS Codes

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

#182e14 Text Font Color

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

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


#182e14 Background Color

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

This div background color is #182e14


#182e14 Border Color

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

This div border color is #182e14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,46,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #182e14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #182e14;
  -webkit-box-shadow: 1px 1px 3px 2px #182e14;
  box-shadow:         1px 1px 3px 2px #182e14; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #182e14


Comments

No comments written yet.

Please login to write comment.