Color Hex Logo

#184420 Color Hex

#184420
(24,68,32)
0 Favorites   0 Comments

Color spaces of #184420

RGB 246832
HSL0.360.480.18
HSV131°65°27°
CMYK 0.650.000.53   0.73
XYZ2.70454.43272.0796
Yxy4.43270.29340.4809
Hunter Lab21.0540-13.91518.8814
CIE-Lab25.0532-24.307417.3205

#184420 color RGB value is (24,68,32).

#184420 hex color red value is 24, green value is 68 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #184420 hue: 0.36 , saturation: 0.48 and the lightness value of 184420 is 0.18.

The process color (four color CMYK) of #184420 color hex is 0.65, 0.00, 0.53, 0.73. Web safe color of #184420 is #003333. Color #184420 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01000100 00100000
Octal 30 104 40
Decimal 24 68 32
Hex 18 44 20

RGB Percentages of Color #184420

%19.35
%54.84
%25.81

CMYK Percentages of Color #184420

%65
%0
%53
%73

Triadic Colors of #184420

#184420 #201844 #442018

Analogous Colors of #184420

#184420 #184436 #264418

Monochromatic Colors of #184420

#184420

Complementary Color

#184420 #44183c

#184420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#184420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#184420 Color CSS Codes

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

#184420 Text Font Color

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

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


#184420 Background Color

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

This div background color is #184420


#184420 Border Color

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

This div border color is #184420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #184420


Comments

No comments written yet.

Please login to write comment.