Color Hex Logo

#293224 Color Hex

#293224
(41,50,36)
0 Favorites   0 Comments

Color spaces of #293224

RGB 415036
HSL0.270.160.17
HSV99°28°20°
CMYK 0.180.000.28   0.80
XYZ2.37352.88002.0999
Yxy2.88000.32280.3917
Hunter Lab16.9706-4.73354.5430
CIE-Lab19.5568-7.11597.6704

#293224 color RGB value is (41,50,36).

#293224 hex color red value is 41, green value is 50 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #293224 hue: 0.27 , saturation: 0.16 and the lightness value of 293224 is 0.17.

The process color (four color CMYK) of #293224 color hex is 0.18, 0.00, 0.28, 0.80. Web safe color of #293224 is #333333. Color #293224 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110010 00100100
Octal 51 62 44
Decimal 41 50 36
Hex 29 32 24

RGB Percentages of Color #293224

%32.28
%39.37
%28.35

CMYK Percentages of Color #293224

%18
%0
%28
%80

Triadic Colors of #293224

#293224 #242932 #322429

Analogous Colors of #293224

#293224 #243226 #303224

Monochromatic Colors of #293224

#293224

Complementary Color

#293224 #2d2432

#293224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293224 Color CSS Codes

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

#293224 Text Font Color

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

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


#293224 Background Color

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

This div background color is #293224


#293224 Border Color

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

This div border color is #293224


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,50,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #293224; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #293224;
  -webkit-box-shadow: 1px 1px 3px 2px #293224;
  box-shadow:         1px 1px 3px 2px #293224; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,50,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293224


Comments

No comments written yet.

Please login to write comment.