Color Hex Logo

#293720 Color Hex

#293720
(41,55,32)
0 Favorites   0 Comments

Color spaces of #293720

RGB 415532
HSL0.270.260.17
HSV97°42°22°
CMYK 0.250.000.42   0.78
XYZ2.54143.30811.8711
Yxy3.30810.32920.4285
Hunter Lab18.1882-6.88796.6323
CIE-Lab21.2378-10.993912.5921

#293720 color RGB value is (41,55,32).

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

The process color (four color CMYK) of #293720 color hex is 0.25, 0.00, 0.42, 0.78. Web safe color of #293720 is #333333. Color #293720 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110111 00100000
Octal 51 67 40
Decimal 41 55 32
Hex 29 37 20

RGB Percentages of Color #293720

%32.03
%42.97
%25.00

CMYK Percentages of Color #293720

%25
%0
%42
%78

Triadic Colors of #293720

#293720 #202937 #372029

Analogous Colors of #293720

#293720 #203723 #353720

Monochromatic Colors of #293720

#293720

Complementary Color

#293720 #2e2037

#293720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293720 Color CSS Codes

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

#293720 Text Font Color

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

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


#293720 Background Color

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

This div background color is #293720


#293720 Border Color

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

This div border color is #293720


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,55,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 #293720">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293720


Comments

No comments written yet.

Please login to write comment.