Color Hex Logo

#293523 Color Hex

#293523
(41,53,35)
0 Favorites   0 Comments

Color spaces of #293523

RGB 415335
HSL0.280.200.17
HSV100°34°21°
CMYK 0.230.000.34   0.79
XYZ2.49093.13902.0647
Yxy3.13900.32370.4079
Hunter Lab17.7172-5.90955.4926
CIE-Lab20.5922-9.20809.7570

#293523 color RGB value is (41,53,35).

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

The process color (four color CMYK) of #293523 color hex is 0.23, 0.00, 0.34, 0.79. Web safe color of #293523 is #333333. Color #293523 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00110101 00100011
Octal 51 65 43
Decimal 41 53 35
Hex 29 35 23

RGB Percentages of Color #293523

%31.78
%41.09
%27.13

CMYK Percentages of Color #293523

%23
%0
%34
%79

Triadic Colors of #293523

#293523 #232935 #352329

Analogous Colors of #293523

#293523 #233526 #323523

Monochromatic Colors of #293523

#293523

Complementary Color

#293523 #2f2335

#293523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#293523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#293523 Color CSS Codes

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

#293523 Text Font Color

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

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


#293523 Background Color

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

This div background color is #293523


#293523 Border Color

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

This div border color is #293523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #293523

#293523 Color Palettes


Comments

No comments written yet.

Please login to write comment.