Color Hex Logo

#293225 Color Hex

#293225
(41,50,37)
0 Favorites   0 Comments

Color spaces of #293225

RGB 415037
HSL0.280.150.17
HSV102°26°20°
CMYK 0.180.000.26   0.80
XYZ2.38902.88622.1814
Yxy2.88620.32040.3871
Hunter Lab16.9888-4.62944.2792
CIE-Lab19.5823-6.90837.0293

#293225 color RGB value is (41,50,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110010 00100101
Octal 51 62 45
Decimal 41 50 37
Hex 29 32 25

RGB Percentages of Color #293225

%32.03
%39.06
%28.91

CMYK Percentages of Color #293225

%18
%0
%26
%80

Triadic Colors of #293225

#293225 #252932 #322529

Analogous Colors of #293225

#293225 #253228 #303225

Monochromatic Colors of #293225

#293225

Complementary Color

#293225 #2e2532

#293225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293225 Color CSS Codes

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

#293225 Text Font Color

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

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


#293225 Background Color

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

This div background color is #293225


#293225 Border Color

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

This div border color is #293225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293225


Comments

No comments written yet.

Please login to write comment.