Color Hex Logo

#29776a Color Hex

#29776A
(41,119,106)
0 Favorites   0 Comments

Color spaces of #29776a

RGB 41119106
HSL0.470.490.31
HSV170°66°47°
CMYK 0.660.000.11   0.53
XYZ10.112814.705715.9411
Yxy14.70570.24810.3608
Hunter Lab38.3480-20.03662.1970
CIE-Lab45.2284-26.98880.1561

#29776a color RGB value is (41,119,106).

#29776a hex color red value is 41, green value is 119 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #29776a hue: 0.47 , saturation: 0.49 and the lightness value of 29776a is 0.31.

The process color (four color CMYK) of #29776a color hex is 0.66, 0.00, 0.11, 0.53. Web safe color of #29776a is #336666. Color #29776a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110111 01101010
Octal 51 167 152
Decimal 41 119 106
Hex 29 77 6A

RGB Percentages of Color #29776a

%15.41
%44.74
%39.85

CMYK Percentages of Color #29776a

%66
%0
%11
%53

Triadic Colors of #29776a

#29776a #6a2977 #776a29

Analogous Colors of #29776a

#29776a #295d77 #297743

Monochromatic Colors of #29776a

#29776a

Complementary Color

#29776a #772936

#29776a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29776a Color Preview on White Background

Lorem ipsum dolor sit amet.

#29776a Color CSS Codes

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

#29776a Text Font Color

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

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


#29776a Background Color

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

This div background color is #29776a


#29776a Border Color

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

This div border color is #29776a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,119,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29776a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29776a;
  -webkit-box-shadow: 1px 1px 3px 2px #29776a;
  box-shadow:         1px 1px 3px 2px #29776a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29776a


Comments

No comments written yet.

Please login to write comment.