Color Hex Logo

#293220 Color Hex

#293220
(41,50,32)
0 Favorites   0 Comments

Color spaces of #293220

RGB 415032
HSL0.250.220.16
HSV90°36°20°
CMYK 0.180.000.36   0.80
XYZ2.31582.85691.7959
Yxy2.85690.33230.4100
Hunter Lab16.9024-5.12285.5320
CIE-Lab19.4614-7.899010.2303

#293220 color RGB value is (41,50,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110010 00100000
Octal 51 62 40
Decimal 41 50 32
Hex 29 32 20

RGB Percentages of Color #293220

%33.33
%40.65
%26.02

CMYK Percentages of Color #293220

%18
%0
%36
%80

Triadic Colors of #293220

#293220 #202932 #322029

Analogous Colors of #293220

#293220 #203220 #323220

Monochromatic Colors of #293220

#293220

Complementary Color

#293220 #292032

#293220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293220 Color CSS Codes

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

#293220 Text Font Color

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

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


#293220 Background Color

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

This div background color is #293220


#293220 Border Color

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

This div border color is #293220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293220


Comments

No comments written yet.

Please login to write comment.