Color Hex Logo

#294314 Color Hex

#294314
(41,67,20)
0 Favorites   0 Comments

Color spaces of #294314

RGB 416720
HSL0.260.540.17
HSV93°70°26°
CMYK 0.390.000.70   0.74
XYZ3.04794.53621.3768
Yxy4.53620.34010.5062
Hunter Lab21.2984-11.727911.0761
CIE-Lab25.3703-19.469024.7337

#294314 color RGB value is (41,67,20).

#294314 hex color red value is 41, green value is 67 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #294314 hue: 0.26 , saturation: 0.54 and the lightness value of 294314 is 0.17.

The process color (four color CMYK) of #294314 color hex is 0.39, 0.00, 0.70, 0.74. Web safe color of #294314 is #333300. Color #294314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01000011 00010100
Octal 51 103 24
Decimal 41 67 20
Hex 29 43 14

RGB Percentages of Color #294314

%32.03
%52.34
%15.63

CMYK Percentages of Color #294314

%39
%0
%70
%74

Triadic Colors of #294314

#294314 #142943 #431429

Analogous Colors of #294314

#294314 #144317 #414314

Monochromatic Colors of #294314

#294314

Complementary Color

#294314 #2e1443

#294314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#294314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#294314 Color CSS Codes

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

#294314 Text Font Color

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

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


#294314 Background Color

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

This div background color is #294314


#294314 Border Color

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

This div border color is #294314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #294314


Comments

No comments written yet.

Please login to write comment.