Color Hex Logo

#29725c Color Hex

#29725C
(41,114,92)
0 Favorites   0 Comments

Color spaces of #29725c

RGB 4111492
HSL0.450.470.30
HSV162°64°45°
CMYK 0.640.000.19   0.55
XYZ8.863513.278812.2211
Yxy13.27880.25790.3864
Hunter Lab36.4401-20.35275.6237
CIE-Lab43.1804-28.34915.5604

#29725c color RGB value is (41,114,92).

#29725c hex color red value is 41, green value is 114 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #29725c hue: 0.45 , saturation: 0.47 and the lightness value of 29725c is 0.30.

The process color (four color CMYK) of #29725c color hex is 0.64, 0.00, 0.19, 0.55. Web safe color of #29725c is #336666. Color #29725c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110010 01011100
Octal 51 162 134
Decimal 41 114 92
Hex 29 72 5C

RGB Percentages of Color #29725c

%16.60
%46.15
%37.25

CMYK Percentages of Color #29725c

%64
%0
%19
%55

Triadic Colors of #29725c

#29725c #5c2972 #725c29

Analogous Colors of #29725c

#29725c #296472 #297238

Monochromatic Colors of #29725c

#29725c

Complementary Color

#29725c #72293f

#29725c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29725c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29725c Color CSS Codes

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

#29725c Text Font Color

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

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


#29725c Background Color

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

This div background color is #29725c


#29725c Border Color

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

This div border color is #29725c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29725c


Comments

No comments written yet.

Please login to write comment.