Color Hex Logo

#294947 Color Hex

#294947
(41,73,71)
0 Favorites   0 Comments

Color spaces of #294947

RGB 417371
HSL0.490.280.22
HSV176°44°29°
CMYK 0.440.000.03   0.71
XYZ4.43435.69146.8261
Yxy5.69140.26160.3357
Hunter Lab23.8567-8.5709-0.2650
CIE-Lab28.6201-12.3311-2.5200

#294947 color RGB value is (41,73,71).

#294947 hex color red value is 41, green value is 73 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #294947 hue: 0.49 , saturation: 0.28 and the lightness value of 294947 is 0.22.

The process color (four color CMYK) of #294947 color hex is 0.44, 0.00, 0.03, 0.71. Web safe color of #294947 is #333333. Color #294947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01001001 01000111
Octal 51 111 107
Decimal 41 73 71
Hex 29 49 47

RGB Percentages of Color #294947

%22.16
%39.46
%38.38

CMYK Percentages of Color #294947

%44
%0
%3
%71

Triadic Colors of #294947

#294947 #472949 #494729

Analogous Colors of #294947

#294947 #293b49 #294937

Monochromatic Colors of #294947

#294947

Complementary Color

#294947 #49292b

#294947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294947 Color CSS Codes

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

#294947 Text Font Color

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

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


#294947 Background Color

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

This div background color is #294947


#294947 Border Color

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

This div border color is #294947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294947


Comments

No comments written yet.

Please login to write comment.