Color Hex Logo

#29513c Color Hex

#29513C
(41,81,60)
0 Favorites   0 Comments

Color spaces of #29513c

RGB 418160
HSL0.410.330.24
HSV149°49°32°
CMYK 0.490.000.26   0.68
XYZ4.67256.68255.3186
Yxy6.68250.28020.4008
Hunter Lab25.8505-12.97445.8968
CIE-Lab31.0729-19.73648.0504

#29513c color RGB value is (41,81,60).

#29513c hex color red value is 41, green value is 81 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #29513c hue: 0.41 , saturation: 0.33 and the lightness value of 29513c is 0.24.

The process color (four color CMYK) of #29513c color hex is 0.49, 0.00, 0.26, 0.68. Web safe color of #29513c is #336633. Color #29513c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010001 00111100
Octal 51 121 74
Decimal 41 81 60
Hex 29 51 3C

RGB Percentages of Color #29513c

%22.53
%44.51
%32.97

CMYK Percentages of Color #29513c

%49
%0
%26
%68

Triadic Colors of #29513c

#29513c #3c2951 #513c29

Analogous Colors of #29513c

#29513c #295150 #2a5129

Monochromatic Colors of #29513c

#29513c

Complementary Color

#29513c #51293e

#29513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29513c Color CSS Codes

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

#29513c Text Font Color

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

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


#29513c Background Color

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

This div background color is #29513c


#29513c Border Color

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

This div border color is #29513c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,81,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29513c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29513c;
  -webkit-box-shadow: 1px 1px 3px 2px #29513c;
  box-shadow:         1px 1px 3px 2px #29513c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29513c


Comments

No comments written yet.

Please login to write comment.