Color Hex Logo

#29615b Color Hex

#29615B
(41,97,91)
0 Favorites   0 Comments

Color spaces of #29615b

RGB 419791
HSL0.480.410.27
HSV174°58°38°
CMYK 0.580.000.06   0.62
XYZ7.07759.776111.4115
Yxy9.77610.25040.3459
Hunter Lab31.2668-14.31180.2475
CIE-Lab37.4375-19.9804-2.1618

#29615b color RGB value is (41,97,91).

#29615b hex color red value is 41, green value is 97 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #29615b hue: 0.48 , saturation: 0.41 and the lightness value of 29615b is 0.27.

The process color (four color CMYK) of #29615b color hex is 0.58, 0.00, 0.06, 0.62. Web safe color of #29615b is #336666. Color #29615b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01100001 01011011
Octal 51 141 133
Decimal 41 97 91
Hex 29 61 5B

RGB Percentages of Color #29615b

%17.90
%42.36
%39.74

CMYK Percentages of Color #29615b

%58
%0
%6
%62

Triadic Colors of #29615b

#29615b #5b2961 #615b29

Analogous Colors of #29615b

#29615b #294b61 #29613f

Monochromatic Colors of #29615b

#29615b

Complementary Color

#29615b #61292f

#29615b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29615b Color Preview on White Background

Lorem ipsum dolor sit amet.

#29615b Color CSS Codes

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

#29615b Text Font Color

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

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


#29615b Background Color

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

This div background color is #29615b


#29615b Border Color

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

This div border color is #29615b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,97,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #29615b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #29615b;
  -webkit-box-shadow: 1px 1px 3px 2px #29615b;
  box-shadow:         1px 1px 3px 2px #29615b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29615b


Comments

No comments written yet.

Please login to write comment.